Brian Slesinsky
Brian Slesinsky
In the core syntax, it looks like an empty string is accepted as a valid identifier in most places. (For example, it looks like "! = +123" would parse.) In...
The specification of the pull method in [4.2.3](https://streams.spec.whatwg.org/#underlying-source-api) doesn't actually say how it's supposed to return new chunks. From [example 10.4](https://streams.spec.whatwg.org/#example-rs-pull) it seems that the way to return new chunks...
I selected Canvas->Show External and then connected my MIDI keyboard to midi-in for Carla. This works. If I select "Show Internal" and then "Show External," it looks like the connection...
The new menu when inserting a cell gives users a lot of interesting choices, but sometimes I already know what I want. I'd like to be able to start typing...
From skimming the code, it looks like it searches from the current directory recursively to look for files ending with .md files and loads them all into memory. Maybe explain...
Consider this page: https://new-dartdocs-dot-dartlang-api.appspot.com/1.12.0-dev.5.1/dart-async/Stream/first.html This is a method in the "Stream" class, but the word "Stream" only appears in the sidebar, and isn't very prominent. It's a bit confusing at...
I tried asking aider to add a cell to a Jupyter notebook. It *worked*, but showing the diff is kind of low-level, because it's a JSON diff. (I suppose this...
Quoting @CAYdenberg in: https://github.com/denoland/fresh/issues/2363#issuecomment-2004817651 > Well, if it helps, components that are children of islands can receive functions as props. So, your ComplexOrBigComponent could live in components/, receive onClick when...
I haven't been able to use Chrome's debugger to look at Preact source code, set breakpoints, and so on. Here's what I figured out so far: ### Where does Preact...
If I create a project using ‘deno init’ then the Language Server (and therefore VS Code) can type-check code that uses Deno KV by default. (Though it won’t run unless...