Wojtek Czekalski
Wojtek Czekalski
Sample component which shows the issue. ```reason let app = (~children as _: list(unit), ()) => Brisk.Layout.( ); ```
I think QT renderer would be a good renderer to have in terms of the ratio of needed work to the result. There are OCaml bindings to QT in the...
This is a (possibly incomplete) list of rules that I think we should apply to our bindings. All rules should lead to easier navigation and to minimizing the binding surface....
I came up with an idea for declarative handling of Menus and Toolbars. The cool thing is that it's completely user space by using hooks, yet provides a very declarative...
Adding iOS should be very simple. The main thing that's blocking us is Esy tooling with cross compilation. What we could do though is simply compiling a cross compiler for...
Our style API is a bit inconsistent. On one hand we have functions that generate variants, like `Style.overflow` but it goes "one level deep". For instance we have ``` overflow(`Scroll)```...
I think Brisk renderers (for different platforms/backends) should provide two modules: 1. `Brisk` components which share the API and have _roughly_1 the **same** look on different platforms. The components on...
Fixes https://github.com/inhabitedtype/angstrom/issues/217 h/t @talex5
### Feature description Instead of just passing a cron pattern string we could also enable users to pass a function in the same place (i.e. "* * * * *"...
### Summary In my specific database setup I get `permission denied for schema public` when I try to run graphite worker. It stems from `public.gen_random_uuid`. ### Steps to reproduce Create...