Julian Grinblat

Results 79 comments of Julian Grinblat

I'm not sure about the usefulness of this feature and it doesn't seem to be able to be elegantly implemented... The underlying clients seem to not really work with connection...

@lquixada Is there anything blocking this?

@lquixada I just pushed a small extra change to remove the now-unused `polyfill` dir and added entries to import `react-native` versions of the lib to the exports fields. Would be...

@TheDanBlanco thanks for the feature! Is there any chance we could get a similar functionality from `AWS::RDS::DBProxy`? It also has a `ResourceId` associated to it that can't be output as...

`node-debug2` doesn't even build anymore in `nodejs@18` (uses `gulp-typescript` to build, and it doesn't work in node 18, see https://github.com/ivogabe/gulp-typescript/pull/670)

@joshuaellis Do you have any tips/suggestions to figure this out?

No need, just run the script above and you can reproduce... But yeah the actual use is in testing

Yeah, I am polyfilling `window` using `jsdom`, so `typeof window != undefined`. I tried adding the suggestion you made, but I could not observe any difference: ```javascript const raf =...

OK, finally sat down to dive into this issue. I could fix it by wrapping `api.start` in `useLayoutEffect` in the `V9` version of `react-spring`. Turns out that in `v9` calling...

I prefer the extra flexibility of a function, but i could go either way really... If this ever gets reviewed that is 😅