Va Da

Results 170 comments of Va Da

What would be possible solutions?

I believe currently it returns a default value (`undefined` by default) on the server: https://github.com/streamich/react-use/blob/master/src/useLocalStorage.ts#L9 And sets that value in `useEffect` hook on the browser: https://github.com/streamich/react-use/blob/master/src/useLocalStorage.ts#L32 Do you mean it...

Maybe we can add an option, if true, that would on the browser return the default value first, and only then re-render with a real value?

The *internals* folder is excluded to hide stack traces from Node's [`/internal` folder](https://github.com/nodejs/node/tree/master/lib/internal). As I understand, the problem is that you have `/internal` folder in your project and the reporter...

Would be nice to know what is wrong with those commit messages.

Hello @johncalvinyoung, Sorry for the late reply, I had some family issues to take care of. Those are all good questions, let me try to address them. > I see...

Hey @fire, I don't think I will be able to help you with the details of your implementation. But in general, we have published JSON CRDT specification, which anyone can...

Thanks, the build output will be improved in the future, but currently it is best just to use it CommonJS-way.

Peritext proposes multiple new operations: - Inline - `addMark` - `removeMark` - Block - `splitBlock` - `joinBlock` - `updateBlock` Consider if less operations can be used. - As, inline elements...

Come up with a good name for the "slices": - Interval - Segment - Range - Slice (the whole concept could be called "slice", but the payload could be called...