Kushan Joshi

Results 36 comments of Kushan Joshi

Blob is now supported by [nodejs 18](https://nodejs.org/api/buffer.html). A simple fix for me was to use node 18 and set the following global variable: ```js globalThis.Blob = require('buffer').Blob; ```

sorry for the lack of clarity. i imagine this to be a separate npm package and not part of the core.

I’m thinking of implementing something like this https://www.slatejs.org/examples/editable-voids.

Hey @dan-dr orderedList is required for the list to work. Does adding it back work?

Hmm, I can reproduce this. It is weird that it doesn't work for the first example even though it works for the second one.

For me it is working in your case, but if I get it to something like - line 1 - line 2 - line 3 And then trigger line 2...

Agh, I didnt know about this `ref` functionality, it seems neat! > Would adding a pointer here to the watchbot task definition meet your need? For example: I think that...

I agree we can improve the way data selectors work. As @davidtheclark mentioned above `next.js` uses a static property on a react class. This feature relies on `getInitialProps` being executable...

> Expose origin and base path values in some other way, e.g. as env variables. This option seems to work well for Underreact.