Alex
Alex
Probably, makes sense to move functions from Formality module to own modules to reduce bundle size. E.g. if user doesn't use async stuff or collections, those wouldn't get into the...
Currently, there's no way to change order of items in collections. There should be something like `form.reorderAuthors` exposed. API TBD.
- [ ] Drop field attributes from field type when saved in `Metadata` - [ ] In some cases (records, maybe something else) order of items is reversed
1. Use pointer when one dimension is significantly smaller than another (the way it's implemented now) 2. Use a center of rectangle when both dimensions are approximately equal 1: Ok...
Ideally, placeholder should be removed from original droppable when draggable is over external droppable but it's not trivial to invalidate layout since removal is animated.
Currently, this package allows setting hover and stay time via single param. IMO it makes sense to allow configuration of hover and stay times each via own params. E.g., I'd...
Hi, I was trying out F# recently and encountered a runtime error when using [`getElementById`](https://github.com/fable-compiler/fable-browser/blob/4c67876d1b865574145ad610fa428f232c875dba/src/Dom/Browser.Dom.fs#L320) due to the return type being `HTMLElement` but not `option`.
### What happened? In my `.zshenv`, I have this: ```shell eval "$(devbox global shellenv --init-hook)" source "$HOME/.cargo/env" # also setting some env vars... ``` When I open a general shell,...