Pierre Thierry
Pierre Thierry
### Is this a bug report? Yes ### Environment 1. `node -v`: `v10.20.1` 2. `npm -v`: `6.11.3` 3. `npm ls create-elm-app -g` (if you haven’t ejected): ``` /home/pierre/.local/share/npm/lib └── [email protected]...
I just tried to test a package that actually uses a local dependency, so quicklaoding it failed in Travis, but the `cl -e '(ql:quickload "bulk/test") (unless (bulk/test:all) (uiop:quit 1))'` command...
If I use some characters in a string, including `'é'` and `'…'`, I get an error even if GHC would compile the file and produce a working executable: ```console $...
Some people use different remote names but the default "origin" seems hardcoded (cf. codebrag-service/src/main/scala/com/softwaremill/codebrag/repository/BranchesModel.scala).
It seems to me that nowadays UTF-8 is a far more sensible default encoding than Latin-1 (or anything else, for that matter…)
I created a new user but the email giving the newly created password got stuck in the mail queue: root@CONTAINERID:/var/spool# mailq MSP Queue status... /var/spool/mqueue-client (1 request) -----Q-ID----- --Size-- -----Q-Time-----...
When the input of decrypt contains ANSI codes for colouring, decrypt only outputs the characters.
In [`language/Differences-from-Haskell.md`](https://github.com/purescript/documentation/blob/ddc83562aa1de9d4e2c1067c71bf3d4e3b77b84d/language/Differences-from-Haskell.md), it is said > Unlike Haskell, PureScript is strictly evaluated. But there are two alternative backends, for Haskell and Nix, that have lazy evaluation. Does that mean that...
It is surprising that the docs for the RESTful API Modeling Language don't include any example of actual REST APIs, but only of APIs with static routes like `/users/{userId}/groups` which...