Linus Unnebäck

Results 136 issues of Linus Unnebäck

Currently, the binary shipped in `app-builder-bin` is only built for x86_64, would it be possible to have it be a universal binary with support for arm64 as well? ```sh $...

Fixes #8 Fixes #7 Closes #5 Fixes #4

`index.js` in the repository has an extra `?` in the exact string interpolation, causing them to validate different things. Published version: https://cdn.jsdelivr.net/npm/[email protected]/index.js In repository: https://github.com/kevva/base64-regex/blob/0f0065cb1a1c75dc13c603c424f19103a2294782/index.js I believe neither of the...

Hey 👋 I'm currently using the following overload for `command` in order to be able to return a [`Promise` from PromiseKit](https://github.com/mxcl/PromiseKit) directly from my command. This, I think, makes it...

I'm trying to run AutoCannon on an authenticated route. For some reason my curl call succeeds, but AutoCannon reports every request as failed. ```sh curl -X POST -H 'Authorization: Bearer...

Instead of just printing out a string when the binary isn't found, how about raising an error since the module won't work without it? Currently our smoketest in [torch/distro](https://github.com/torch/distro) doesn't...

It seems like the following language tags, picked right from Appendix A of [bcp47](https://tools.ietf.org/html/bcp47), isn't considered valid. Is this a bug? ```js [ 'i-enochian', 'sl-rozaj-biske', 'x-whatever', 'qaa-Qaaa-QM-x-southern', 'de-Qaaa', 'sr-Latn-QM', 'sr-Qaaa-RS'...

I often type `cd ,,` when I meant to type `cd ..`. thefuck suggest the following things for that command. - `mkdir -p ,, && cd ,,` - `mkdir -p...

help wanted

With version `2.8.0` I can no longer make any commits, where it usually prints the new commit, it doesn't print anything at all. No commit is created, no error message...