The Wayback Machine - https://web.archive.org/web/20200601112750/https://github.com/topics/observable
Skip to content
#

observable

Here are 626 public repositories matching this topic...

mAAdhaTTah
mAAdhaTTah commented Nov 5, 2017

Adding information on how to test Kefir Observables would be a nice addition to the docs. Wondering if we should put all of that into the main docs site, or have a separate site for testing with chai-kefir, or maybe moving all the docs into a kefirjs.github.io repo & website. Thoughts?

Cortex
milesflo
milesflo commented Feb 5, 2020

Include Dockerfile in root of project

Request Type

Feature Request

Description

As part of the development and release cycle, please include the Dockerfile generated by docker.sbt in the root of the project so that the container can be built directly from the repo itself.

Cortex-Analyzers
geekscrapy
geekscrapy commented Feb 2, 2019

Looking to validate IOCs prior submitting them to Cortex in an app I'm developing.

This needs to consist of validating them (is 192.168.001.001 an IP? Or can it be converted to be valid), and also normalising them to be consistent (http://www.google.com/home.html?test=hello%2bworld is normalised to
http://www.google.com/home.html?test=hello+world) so future submissions can be joined on the s

ElliotNB
ElliotNB commented Aug 21, 2018

With regular Proxy objects you can trigger an infinite loop by modifying an object that was just modified within the set handler:

let validator = {
  set: function(obj, prop, value) {
    if (prop === 'age') {
      if (!Number.isInteger(value)) {
        throw new TypeError('The age is not an integer');
      }
      if (value > 200) {
        throw new RangeError('The age seem

Improve this page

Add a description, image, and links to the observable topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the observable topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.