Bob Ippolito
Bob Ippolito
No, that is not currently possible. `isinstance(obj, dict)` must be True in order for it to serialize as a JSON object. I think it's unlikely to make all that much...
There's no public interface for this (and there never really has been), but any setting for indent other than None will force the use of the Python implementation. The tests...
I don't think that adding UUID to string is a good idea for a default. It's not really feasible to decode UUIDs from string, especially not by default, and there...
A patch with tests that implements this would be reviewed and likely accepted. Depending on how Snowflake's parser handles overflow, you might be able to get away without using `int_as_string_bitcount`...
There isn't enough information here to reproduce or investigate further. Nobody else has reported this sort of issue with any version.
This issue is almost exclusively caused by mixing multiple versions of lexical or its dependencies in the same project. All lexical packages must be the exact same version.
next.js and other build tools often have caches that are not implemented correctly, try removing `.next` and `node_modules` and do a fresh install & build so you have a clean...
The current HistoryStateEntry doesn't track timestamps, and the debouncing in the current implementation wouldn't be able to merge entries from multiple editors. I think generally there are two use cases...
I think that's fair, I'm not advocating to get rid of nested editors, they certainly do have their use cases especially for large, block-based, and/or collaborative documents. My point is...
@Sahejkm it would be great to have a bit more context around what other rules would be useful, and in particular what the suggestions should be. `$createTextNode('\n')` is a great...