Gaëtan

Results 15 issues of Gaëtan

When creating a DMG in my CI (Bitrise), the tool occasionally fails with `hdiutil: create failed - Resource busy`. I'm using the latest version (1.10). Here is my usage of...

While editing a file (`ci\build.nu`), I get the following error: ``` [Error - 1:09:34 PM] Request textDocument/definition failed. Message: Request textDocument/definition failed with message: ENOENT: no such file or directory,...

In my opinion it's easier to read and check for latest changes if the changelog is it in reverse order, with the most recent changes at the top. Let me...

It would be amazing if the extension could also be a formatter for nu files. Is it something planned ? If it is already the case I couldn't find any...

Scoop is a package manager similar from Homebrew but for Windows. Creating packages for it are super easy. Here is some documentation about it: https://github.com/ScoopInstaller/Scoop/wiki/App-Manifests We could use something really...

I want to prohobit the usage of `Iterable`'s `wait` getter, but can't seem to find a way to match it. Here is the definition in dart:async: ```dart extension FutureIterable on...

Fort now the installer only downloads and the CI only builds for x64 but Apple has been transitioning to arm64. I think it would be a good idea to also...

enhancement

In [fvm](https://fvm.app/), when you `use` a version, it creates a symlink to your local flutter version at `./.fvm/flutter_sdk` to which you can then point in your `.vscode/settings.json`. It is pretty...

enhancement
help wanted

[`js_bindings`](https://pub.dev/packages/js_bindings) is extensively used throughout the repo, but it's discontinued in favour of [`typings`](https://pub.dev/packages/typings). Typings also has Deno bindings generated so a lot of code is not needed anymore.

## Changes - Add default response status and status text in the `Response` constructors - Add `Response.jsify` method for initializing `Response` with a JS object as body - Separate `Response.json`...