Wojtek Czekalski

Results 100 issues of Wojtek Czekalski

When you write custom test DSLs you want to see expectation failures in your DSL code, not somewhere deep in a utility. It'd be great to expose this filtering somewhere:...

There's a Revery/brisk-reconciler specific error that's not obvious, it's when you use `let%component` but don't use hooks inside the component. You get: ``` This type doesn't match what is expected....

It'd be great to have a simple way of generating matchers and printers for user-defined types using ppx_deriving.

For some reason `finddir` returns the full path on my system so `getCwd() . finddir()` causes the path to be `/Users/user/path/to/project//Users/user/path/to/project/node_modules/...`. I had to remove getCwd() calls from `rescript#UpdateProjectEnv()` and...

Stale callbacks should be removed from the callback registry on both client and server. It is tricky to do but definitely possible.

Currently there's a simplistic hot-reloading implementation. On an edit to a file on the server: 1. server is killed 2. The connection between client and server is killed 3. client...

Related to #28. It's a complex issue that probably needs a good setup for testing (some well tested web sockets mocks would do.)

Currently the development process is extremely tedious. We need multiple commands and since we don't run `tsc` in the watch mode, it's extremely slow. I'd like to create a dashboard...

React Navigation 5.0 is component based so it should be quite easy to integrate. It's also interesting wrt data loaders. Maybe we could send loading per given screen along with...