Pete Murphy
Pete Murphy
Unless I'm missing something, `L.get` behaves differently from Lodash's `_.get` (and from an equivalent implementation in Ramda) in this minimal example (using `@apollo/react-hooks`): https://codesandbox.io/s/thirsty-einstein-frv16 ```js ... import * as L...
Based on a discussion in the Discord, it was suggested to open an issue: https://discord.com/channels/864614189094928394/865396398606254100/977930898265743430 I'm not very familiar with GitHub Actions API, but it seems like we could automate...
**Description of the change** Fixes #32. Clearly and concisely describe the purpose of the pull request. If this PR relates to an existing issue or change proposal, please link to...
The `/search` endpoint doesn't seem to work (it's not officially documented, so I'm not sure if it's expected to work) ```shell ❯ curl -G --data-urlencode 'q=Unit' https://compile.purescript.org/search {"error":"Cannot parse type"}%...
## Description `make ghcid` fails with ``` Warning: Some targets (purescript-cst) are not local packages, and so cannot be directly loaded. In future versions of stack, this might be supported...
**Description of the change** Fixes #4388 --- **Checklist:** - [x] Added a file to CHANGELOG.d for this PR (see CHANGELOG.d/README.md) - [ ] Added myself to CONTRIBUTORS.md (if this is...
Bump nix
Fixes #299. This `rev` and `sha` are the latest from running `nix-prefetch-git https://github.com/justinwoo/easy-purescript-nix.git`. We might just want to delete this `shell.nix`, I for one am not especially interested in maintaining...
**Describe the bug** Running `nix-shell` fails with ``` ❯ nix-shell error: Package ‘nodejs-10.24.1’ in /nix/store/5za5gvhd0yadn08mawndbkhdbh2ky2vn-nixpkgs-22.05pre363272.4d600814942/nixpkgs/pkgs/development/web/nodejs/v10.nix:11 is marked as insecure, refusing to evaluate. Known issues: - This NodeJS release has reached...
`generalSiblings` is (I think) a misnomer, since the selector will only apply to _subsequent_ siblings, so I think `subsequentSiblings` would be a more appropriate name. See the [discussion in the...