roark
roark
@NicoHood I do agree with @mustafababil that this would be a well suited addition readme. Perfectly fit for the section you referenced. Currently the readme doesn't mention anything about how...
I still find this functionality desirable. For example, an App may have navigation actions which can be triggered by either a url change or an app event. It makes sense...
One difficulty I find in the UI is it only loading 100 runs at a time. The charts in "Chart View" are only initially representative of a small portion of...
``` > deepstream install storage mongodb ``` Also prints out the old example configuration. Update would help streamline new users. ``` deepstream.io-storage-mongodb v1.1.0 was installed to /usr/local/lib/deepstream Example configuration: plugins:...
I tried using the `recordOptions` => `{ persist: false }` on my initial call from the client. ```ds.record.getList( 'search?' + queryString, { persist: false } )``` But unfortunately to no...
Is it possible to specify that cursor ignore config files that may contain API secrets?
The documentation is out of date but the ability to deny `debug` logs should still work. Currently: filter.deny() will deny the log level specified and below. filter.allow() will allow the...