aron
aron
@pravingkd6 I had the same problem as you. It was a css rule I was overriding: ``` .smooth-dnd-draggable-wrapper.animated { transition: none !important; transform: none !important; } ``` Deleting these rules...
@Drup Thanks for the quick response! I've drafted a PR: https://github.com/ocsigen/tyxml/pull/303
Update 20.12.2021: First two TODOs are no longer relevant because the cookie the CSRF is stored in changed (1) and the input name is parameterized now (2).
@jerben You mean like a progress bar?
> @jerben You mean like a progress bar? Will be done at a later time
> > @jerben You mean like a progress bar? > > Will be done at a later time Here: https://github.com/oxidizing/sihl/issues/369
> Maybe this could be replaced or supplemented with something like `fswatch`? @aronerben What do you think? Sounds good, from what I'm gathering, `fswatch` is cross-platform, so we might as...
Thanks for the hints, we can dig into it a little more. It is generally on the roadmap to add a more clever "hot-reloading" with incremental builds (I think that...
@mabiede @joseferben I think since the users can specify their own languages, we can't generally have a fallback language. Maybe we could just return the first one that is found...
@joseferben @mabiede and I had another discussion. If we want to avoid throwing exceptions (which I think Sihl should avoid, or mark the function with `_exn`), we see two options...