Henrik Sommerland

Results 11 issues of Henrik Sommerland

Added this command to provide nice inline hyperlinks for when you are uncertain if the person reading your CV will have any technical knowledge :p

I had this code: ```javascript 1 const cid = await getCid(slackUsername) 2 await replyFn(`Creating time report for ${year} ${month} and ${cid}`) 3 const resp = await request.post(config.apiUrl + `/create-time-report/${cid}/${year}/${month}`) ```...

If i have the following token defined: ` ARITHMETIC: ['+' , '-'],` And all my regular expressions are using the `u` flag `moo` will output an an invalid regex escape...

bug
help wanted

I'm rewriting the grammar for my language to use a lexer (:cow:) and i run in to this massively annoying problem. So I had this: ``` compound -> assignment |...

For some reason s3rver omits the first 5 letters of the bucket name. Im starting s3 with `s3rver -d ../data/s3rver -a 0.0.0.0` and when i try to uppload something to...

bug

The readme on npm is still for version `0.4.0` :p Thanks for a dank library otherwise!

It would be very very nice to be able to opt out of having the target name become the concatenation of the service name and account name on widows. It...

It would be very nice to have a functionality like that provided by `dynpin` available for the PWM slices to make it easier to create dynamic structures.

enhancement

Hello! I have found an odd bug. This is only tested for the `new-ponyrt` branch. Some encore programs terminate prematurely. The program doesn't crash it just exits successfully. For example...

enhancement

Compilation on Linux Debian fails even after al dependencies are resolved because `` can not be located. Why is this ?? And what libraries are needed to resolve this. I...