Jerry Green

Results 56 comments of Jerry Green

Looks like the values of `nativeEvent` are belonging to the selector div I click, not the FlatList. Normal (typical) case: ``` contentSize: { height: 1213 width: 1014 } layoutMeasurement: {...

@ziaulrehman40 I mentioned in my post, I've used a hack - I simply do nothing on `distanceFromEnd < 0`. It still weird it's firing at all

Still an issue. Windows 10 I don't understand how to pass arguments to neutralino binaries. `neu` cli works perfectly, but I would like to pass custom config to separate development/production...

Yeah, seeing white screen is so awkward. One workaround is to put in config: `"hidden": true,`, then in your application run `Neutralino.window.show()` asap. It's simply hides the white screen but...

Isn't that possible, in advance, to determine from where the user required to see autocompletions? Thus we could: 1. Use normal paths for `` cases. 2. Use paths relative to...

Huh, quite a few months passed. I've found another similar library called [SWR](https://github.com/zeit/swr), from NextJS devs. It's in some ways simpler, doesn't have cancel option but they've solved this problem,...

@just-boris I've encountered a problem with `h` function and preact overall, maybe it's the same thing for you, check it out: https://github.com/JerryGreen/preact-scripts-ts/commit/20e10ba9d9b8ca76d1c839161db4b90b6ea4aa2f#diff-a7f98c18479be87c9f33e7604dbd1a09R152 New preact versions come with `.mjs` files, Webpack...

I have even much more sophisticated example, rather than just "selectable quotes". Long story short: I really wanted pseudo elements to be selectable. It's shame they are not :( _For...

There's one thing. - After you release `ctrl + alt + ←`, now your most recent file is this one you just had showing, right? - Therefore, pressing `ctrl +...

@bithavoc I think more yes than no. But I'm not sure about my responsibilities though :smile: