Jerry Green

Results 56 comments of Jerry Green

I'm also curious about `#8` question: "Does it work in pure web browser (e.g. Chrome, Safari, ...)" I'd like to use P2P storage in pure client application, without any need...

@aral I currently have some little personal project I'm developing, which is PWA app too, and I use it on iOS too. It seems I use it more frequently than...

@RangerMauve so, two questions: 1. Will it make possible to GET info from Hyperdrive in say... Chrome? Without server? 2. Is it possible to PUT some data back into Hyperdrive?...

@RangerMauve > impossible to do it without some sort of server > it uses... proxy server > without having a central server Ok, without central server, - that sounds good....

Does that mean that `data-sveltekit-prefetch` is already available in the most recent svelte & sveltekit? I mean, this issue still not closed… Not available in versions published on npm yet?...

I think there's no reason to use `redux-form` since this: [README#️attention](https://github.com/erikras/redux-form/commit/220134950b9a383554021838f6fdbf74082f6828#diff-04c6e90faac2675aa89e2176d2eec7d8R24) And this: https://github.com/final-form/react-final-form https://github.com/final-form/react-final-form-hooks And `redux`, too. Use [`useContext`](https://reactjs.org/docs/hooks-reference.html#usecontext) instead (with other hooks like [`useReducer`](https://reactjs.org/docs/hooks-reference.html#usereducer))

> I've figured out, that after removing modules folder with partially downloaded libraries and run yarn install again error doesn't appear Never, in my entire life, removing node_modules was a...

Yeah, filtering out the game that are completed, so I can choose from the rest, - one pretty common filter. I'm surprised there's so much work done, which is wonderful,...

History repeats itself, and as in Steam, someone finally thought: «I want to add programs into this thing, too» 😀 Honestly I think this app shouldn’t be used for programs...

Found something interesting about the event passed to the callback: ``` nativeEvent: { contentSize, layoutMeasurement, contentOffset, } ``` I do an calculation: ``` const distanceFromEnd = contentSize.height - layoutMeasurement.height -...