Axel Karjalainen

Results 87 comments of Axel Karjalainen

I guess this could be implemented by providing a NixOS module that defines options in the modular services namespace, and implements everything outside it. That removes the possibility of overriding...

Exporting a different space led to a freeze with no error

This happens when I click on File > Export Space. Does the Untitled page bug have something to do with this?

Opening the object mentioned in the log by making an `anytype://object` link results in a "There was a problem while opening the object, please send the debug info to the...

`_a` and `_b` also go unused. Is that desired? Should `map_state` be used instead for efficiency?

See also: > - You can't "split" a lens, i.e. you can't have a lens from `AppState` so the child can access both `state.a` and `state.b`. > - Matching on...

Related to lensing multiple states: `xilem_core::map_action` and returning an action from `button()`'s callback seems to work as an alternative to passing multiple states via `impl WidgetView`.