echo66

Results 35 issues of echo66

I'm using Firefox 33 and the mozaudioavailable event isn't being dispatched...

Greetings! Is it possible to have dynamic layouts like dash? For example ```python def layout_func(): num = numpy.random.rand() if num > 0.5: return html.Div([ html.Span('A') ]) else: return html.Div([html.Span(i) for...

Use AMD or UMD to package this. After that, upload to npm repository.

enhancement

Greetings! I was trying to use the `sample` method as described in the API but I'm getting the following error ![image](https://user-images.githubusercontent.com/778261/46907227-4c805680-cf07-11e8-976c-d06c66938357.png) I'm using Fedora 28 and Python 3.6.

**Is your feature request related to a problem? Please describe.** In order to find the exact same minima and to generate the exact same set of particles, right now, we...

v.1.1.0

## Description I was trying to query sub-documents in an array. This is the code I'm running: ```javascript var jsData = require('js-data'); var MemoryAdapter = require('js-data-memory'); jsData.utils.Promise = require('bluebird'); var...

enhancement

Greetings! Are there any working examples showing how to sync data between server and clients? Thanks in advance!

question

When running `type_graph()`, I'm getting the following error: ``` TypeError: object of type 'map' has no len() ```