Brian Slesinsky

Results 31 issues of Brian Slesinsky

It might be nice to be able to create a new notebook file and start typing, without having to download an existing notebook.

It's unclear what's supposed to happen for symlinks. We don't need to implement full symlink support, but we should say what happens when they exist. - Is a symlink a...

type-bug

## 🐛 Bug Report There are a lot of similar numbers between streams generated within the same arbitrary. (Note: I'm not actually using streams; I was just curious about how...

🐛 Bug Report
✔️ Bug Confirmed

“Works with” info is represented using a cluster of icons, many of which will be unfamiliar to some users. (How many people recognize the Bun icon?) It would be nice...

UI/UX

I'm looking at: https://jsr.io/@std/testing/doc And comparing to the deno.land page: https://deno.land/[email protected]/testing The deno.land page indicates modules much more clearly, with modules listed on the left and their contents on the...

docs gen

Version: Deno 2.0.2 To reproduce, create a file: ```ts debugger; ``` Then run it like this: ``` deno --inspect-wait debugger.ts ``` I connect from Chrome, using "chrome://inspect". I'm using Chrome...

Version: Deno 2.0.4 The 'deno test --coverage' command creates a 'coverage' directory with many json files (1240 in my case). If I restart the Deno language server in VS Code,...

If the equality matcher fails for a string, in the "Actual" section where it prints each line as a single-quoted string, the dollar sign should be escaped. Here is the...

type-bug
package:matcher

Here is the warning: "'B10000000' is deprecated: use 0b10000000 instead" I don't believe this change should have any effect at runtime.

To reproduce: - create a new Flutter project - change the Flutter SDK to a different location - Project Structure->Libraries->Flutter for Android The location of flutter.jar should be changed to...

▣ platform-android