Antti Holvikari

Results 14 issues of Antti Holvikari

If you comment out the import ``` import { awesomeFn } from "@quramy/x-core"; ``` from `x-cli/src/main.ts`, and try to auto import it again by typing `awesomeFn` somewhere in that file,...

c2hs (or language-c) does not seem to be able to parse the value `10_9` ``` c2hs: C header contains errors: /nix/store/pz99r8hkn8ym8vpn45hfj441py9r82qz-apple-framework-CoreFoundation/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h:665: (column 117) [ERROR] >>> Syntax error ! The symbol...

`purs` compiles the following: ``` (1.0 < nan) == false ``` to ``` 1.0 < nan === false ``` but if we instead go through the `Ord` API we can...

The type ```purescript type AlmostEff = Unit -> Unit ``` causes code that uses it to be removed when compiling using the backend-optimizer. This is problematic when implementing a new...

We can use Aff cancelers for this.

The FFI code relies on the `jQuery` global var which makes it difficult to bundle all the deps with browserify. If one of your dependencies has `require('jquery')` in there and...

I cloned the repo, did `bower install`. When I go to localhost:8080 or 8081, I get a response back but the server also dies with the message below. The "Listening...

If the first full build fails and then you try to compile a single module with psc-ide the dependencies might not have been built.

Can we use psa as a library for this?