Peter Munch-Ellingsen

Results 91 issues of Peter Munch-Ellingsen

When helping someone over on the IRC channel debug a compiler crash I came over this bug. I boiled it down to a var field in a tuple passed to...

Compiler Crash

Passing the same path to `path` and `sysPath` creates some really strange and hard to debug issues. Futhark should throw an error if this is done to ensure that this...

During some recent usage we noticed that it would be useful to have support for various kinds of wildcards in the paths that Futhark accepts. Currently they just appear to...

ARC generates bad C code for `Option` of a nested ref type. ### Example ```nim import options type Person = ref object parent: Option[Person] proc newPerson(parent: Option[Person]): Person = Person(parent:...

Severe
Code Generation
Recursive Types

Hi, I'm setting up Mjolnir and the `wordlist` protection seems to only support a time-based system for considering users as "new". New users will get banned automatically for posting certain...

In the IRC Discord bridge `messageUpdate` is used to send diff'ed messages to IRC when a message on Discord is edited. Currently whenever the `messageUpdate` callback is called the message...

investigating

Had an issue recently where `NaN` values from Nim got written to JSON as `nan`. According to the [official JSON spec](https://www.json.org/json-en.html) `nan` is not a valid value in JSON. Not...

### Description While performing many queries in a row to our API the code at some point errors out with a SIGSEGV. This comes from `ssl3_read_bytes` which in turn is...

As far as I know Source Code Filters are slowly going away, so we should probably migrate main.tmpl away from using them before this happens. But what template language should...

### Bug Description When starting PixiEditor I'm greeted with the starting window and a small popup asking me if I want to open a file. No matter where I click...

bug