Nils Bergmann

Results 32 issues of Nils Bergmann

Hey, I try to remap the `rshift` key, because the macbook has awful small `arrow up` and `arrow down` keys. I want to remap `rshift` with `arrow up` and `arrow...

### pnpm version: `7.5.2` ### Code to reproduce the issue: https://github.com/TheNoim/pnpm-deploy-bug ### Expected behavior: The deploy command should not fail because of a dependency which isn't relevant with this filter...

type: bug
area: deploy

To try out things, top level await would be awesome. It is very annoying to write: ```javascript (async () => { async function t() {} await t(); })().catch(console.trace); ``` With...

enhancement

Currently ts-node is not possible to use in combination with the node vm module. You are not able to use any typescript code in a vm. A simple way to...

enhancement
you can do this

Update this image for alpine. It reduces the image size from 552MB to 193MB.

This module doesn't seem to be compatible with Nuxt, because of map-promisified. ![screen shot 2019-02-22 at 18 18 14](https://user-images.githubusercontent.com/5133056/53259035-62c8cb00-36ce-11e9-9036-b6312c6fdb56.png) This is where the error happens: ![screen shot 2019-02-22 at 18...

I expect `DUMP_COLS` to shift the columns to the right, so that you can write templates after the `DUMP_COLS` statement. Here is a small reproduction of what I mean: [issue.xlsx](https://github.com/Siemienik/XToolset/files/8252819/issue.xlsx)...

BUG

Hi, One killer feature for simple scripting could be [top level await](https://github.com/tc39/proposal-top-level-await). Currently, top level await isn't supported by either quickjs or txiki.js, I can't tell for sure.

This PR should add some promised improvements for users who are using docker. My current goal is it to improve the following things: - [X] Auto detect client type and...

build

Why should we not be able to verify our uris by ourself. // TODO: Add to docs

enhancement
needswork