Wojtek Czekalski
Wojtek Czekalski
This bug happens when we edit a file in two editors in the same time. This issue is especially common when we use ZEN. Steps to reproduce: 1. Use Xcode...
I ran into weird bugs where I essentially did: ``` "generators": [ { "name": "atd_t", "command": "esy @.. atdgen -t $in" }, { "name": "atd_bs", "command": "esy @.. atdgen -bs...
This has been mentioned a couple of time. Not having this causes serious issues if both Typescript and rescript are present in a codebase and there exist modules with the...
**Describe the bug** When executing a kube command that requires -- in the arguments like kubectl exec; the connect command loses its cool ``` boundary connect kube -target-id target --...
It'd be useful to have standalone type parsers so that one can define such parser wherever they want to parse an object of a given GraphQL type. I took a...
In my schema I have fields like this: ``` images: [Image!]! @relation(name: "SpotifySongOnImage") ``` PPX marks the type of this field as (in Reason syntax) ``` images: option (array (Js.t...
As discussed on Discord, @Andreas _might_ be willing to "donate" the name on opam. If he likes the project and decides to do so, I believe it'd be great to...
I pushed some draft on how the conversion will look like to `WIP-new-brisk-reconciler` in b8feaa0b159372a08f7090f7f217a89b9885e260. @lessp did a great job in Revery converting the components there: https://github.com/revery-ui/revery/pull/576
We have a sort of simple situation with our objective C bindings. Even though objc uses reference counting we only need to modify reference count twice; increase when we create...
A user might want to refresh stories in the main view or comments in the details view. They should be able to do it with pull to refresh. This should...