Will Cybriwsky
Will Cybriwsky
> Something like LSP for REPL the [Jupyter protocol](https://jupyter-client.readthedocs.io/en/latest/) fits this description, with [plenty](https://github.com/jupyter/jupyter/wiki/Jupyter-kernels) of implementations by this point
Yeah. While the web-based notebook is by now Jupyter's calling card, the project started life as a python console REPL. It still supports that console REPL, along with a few...
Hi, @sukovanej . Really like the library, thanks for your work. I hit a speed bump last week, though, figuring out how to use form data—and looking through the code,...
Two questions: * What do you see as the next step here? I can think of least three options: * We close this, unmerged, and you do that generalized solution...
Closing—the `@effect/platform` successor supports this through some clever use of schema annotations.
@scotttrinh when you say "typically used EdgeQL rather than query builder expressions", are you referring to https://docs.edgedb.com/libraries/js/queries ? or are you passing EdgeQL some other way?