Nicholas Wolverson

Results 14 issues of Nicholas Wolverson

I assume psc-ide has died, then build etc comes up with: ``` main.js:4172 PureScript build status: Failure: Error running PureScript build command: Error: connect ETIMEDOUT 127.0.0.1:15319 at Object.exports._errnoException (util.js:1026:11) at...

bug

All pages under errors/ appear (at a random sample) to be titled *`SomeIssue` Error* I propose those which are warnings rather than errors should be titled *`SomeIssue` Warning*

I was about to try to update this to be 0.11-compatible but noticed that now the `purescript-dom` webstorage bindings use `DOM.WebStorage.Storage` too. Maybe worth some reanming, and removing some FFI...

After selecting an option from the dropdown list with the keyboard, the up/down and return keys no longer function - it seems like the core movement keys aren't being restored...

unconfirmed bug

```purescript module M where import Prelude id :: forall @a. a -> a id x = let _ = map in x foo :: String -> String foo = id...

https://github.com/purescript/purescript/pull/4395#issuecomment-1267327200

enhancement

Currently `spago.dhall` is hardwired to * Detect PureScript "projects" (as one of several options) * Serve as the config for `spago sources` (by virtue of being the default) The build...

enhancement

Full build is returning paths like `file:///c%3a/...` while path returned for single file rebuild is `file:///C:/...` (just returned back to the caller), in a sense it seems these may both...

bug
needs info
windows

There are 2 main scenarios that lead to no useful type info being available: * Project is not built - we try to detect this and offer the build command...

bug

Assume this may be something to do with not having source span - seem module related

bug
external