droganov

Results 13 issues of droganov

In our logs I've found a situation when we received userAgent string: `[FBAN/FB4A;FBAV/279.0.0.43.120;FBBV/231020957;FBDM/{density=2.75,width=1080,height=2150};FBLC/en_GB;FBRV/0;FBCR/Jio 4G;FBMF/Xiaomi;FBBD/xiaomi;FBPN/com.facebook.katana;FBDV/Redmi Note 6 Pro;FBSV/8.1.0;FBOP/1;FBCA/armeabi-v7a:armeabi;]` Which was parsed as `{ name: 'Xiaomi Browser', version: null,}` From `Platform` interface...

enhancement

Is it possible to have something similar to aphrodite global extention: https://github.com/Khan/aphrodite#creating-extensions

question

After decorating a dropdown: ``` @withStyles(style) export default class UiDropdown ``` I'm no longer able to reference it: `this.dropdownRef.show()` results in `TypeError: this.dropdownRef.show is not a function`

question

I've added scroll handler in my react component and allows me to beyond the bounds and never come back. The expected thing is to come back ``` handleScroll = (event)...

Hello, you've came a long way, but please consider implementing the following app structure: ``` app ---| admin ---| error ---| www ``` The idea is that we eventually run...

Hello, I try to merge app css file with bower plugins. Here is my config code: ``` stylus: compile: options: compress: false "resolve url": true "include css": true paths:[ "dev"...

The case: I need to handle `Delete` key or key combination `Command+Escape`, how do I configure that with `detectKeys`?

enhancement
good first issue

Module sends invalid request wich make it unusable if we place elastic behind ngnx. As we run: ``` elasticSearchClient.createIndex("test_index")    .on('data', function(data) {        console.log("results -->");        console.log(data);    }).exec(); ``` We get: ```...

In: ``` const query = sql` SELECT * FROM procedure(${collection}, ${channel}, ${merged}) ` const stream = db.queryNodeStream(query, { batchSize: 10, highWaterMark: 16 * 1024 }) for await (const chunk of...

Documentation

the lib is incompatible with isomorphic node apps, it throws an error as you try to require it.