Alexander Ryzhikov
Alexander Ryzhikov
plugin version: 0.74 ### Description Should it be showing types too? Or some combined version?  
plugin version: 0.75 ### Description ``` module Test = [%graphql {| { user { name } allUsers { id } } |}]; Test. /* {. "allUsers": Js.Array.t({. "id": string}), "user":...
plugin version: 0.83 ### Description Having (not using) library that has for example `List` module confuses indexing. `List.` suggestions are showing this library scope, while it should show `stdlib List`
plugin version: 0.79 ### Description If node_modules contains both packages with similar modules, latest is picked. This is very annoying for stdlib of bucklescript. ``` node_modules ├── bs-platform ├── bsb-native...
plugin version: 0.56 ### Description https://bucklescript.github.io/docs/en/build-advanced.html#customize-rules-generators-support It is possible to define custom generators. I have spotted two issues: 1. Plugin bucklescript tab ignores this custom files (no rebuilds) 1. It...
hi @meafmira, I think axios should be moved to peerDependencies. Especially since it is not used in generated files redacted output of `yarn why axios` ``` yarn why v1.21.1 [1/4]...
## Description hi @JamieMason after https://github.com/JamieMason/syncpack/commit/2d1bf059a239dff3af203104491a315b894b8796#diff-c58dda308b363b6022c8a03f2d4ae8fd387425eb7a733f166bfd7d93d68ef11fL12 I am getting uncaught `TypeError` in a yarn workspace codebase ``` dependencies @org/package ^0.1.1 workspace @org/package ^0.1.1 ~/node_modules/syncpack/dist/bin-set-semver-ranges/set-semver-ranges.js:18 root[dependencyType][name] = nextVersion; ^ ```
Decided to create a new issue so that it won't be lost in notifications spam `bsb -clean` or `bsb -clean-world` is not removing all `.gen.tsx` files but some of them....
Hi @cristianoc I noticed that most of the time in our codebase we are actually interested more in generating interface files (`.d.ts`) instead of `.gen.tsx`. For this we have `tsc`...
Hi @mhallin, I've tried to use new bs-platform and it's not compat with graphql_ppx bsb output is ``` Failure("Ast_mapper: OCaml version mismatch or malformed input") File "~/demo/src/Demo.re", line 1: Error:...