Léo Gaspard
Léo Gaspard
This would be awesome, at least the part about not having habits lie at the top of the agenda widget view — even if the habits are not properly displayed...
This is a great workaround, thank you!
@Bujiraso Are you still working on this? It'd be great, esp. for the agenda widget! :)
FWIW, I just opened https://github.com/yewstack/yew/pull/3609 that should make things in this domain better with upstream yew, if it lands :)
Thank you for the PR! I hope it'll be merged for the next SortableJS release, as soon as possible :) FWIW, I'm writing bindings to easily use SortableJS from Rust....
Hmm… then, maybe `fn refname_bytes()` could return an `Option` instead of a `&[u8]`, so that it doesn't do an `unwrap` internally? And in the meantime, maybe document that `refname` /...
I'm coming here from the CORS issue mentioned at https://github.com/johannesjo/super-productivity-android/issues/16. My impression is doing this from a file URL would also avoid the issues of CORS headers needing to be...
Seems like bumping the dependencies fixes the issue, see #51 for a suggested fix (disclaimer: I have no idea what I'm doing, I just fiddled until things built and checked...
@dylanhart WDYT about upstreaming https://github.com/dylanhart/ulid-rs/compare/master...grafbase:ulid-rs:wasm32-unknown-unknown-js-sys-time ? The changes seem simple enough, and could help quite nicely with using this crate on wasm32
Actually better than this: Using `chrono::Utc::now()` to generate the datetime would actually make ULID timestamps be UTC values, rather than localtime values. Currently, two machines in two different timezones generating...