Evgenii Lepikhin
Evgenii Lepikhin
There are still some issues and I cannot pinpoint the source. Here is example of code with obfuscated error message: ```rust #[openapi] #[get("/")] pub fn test( ) -> Option {...
Mutation events ( https://developer.mozilla.org/en-US/docs/Web/Guide/Events/Mutation_events ) are marked as deprecated. This patch adds support of replacement. Looks like it will be required in the nearest future.
**EDIT**: resolved by deleting all local notebooks. After that Orgzly automatically re-added them. For some reasons it lost links to files. Probably related issue after updating to the latest version:...
Systems like Nix or Guix stores multiple snapshots of the packages, which have grouped into generations of profiles (sort of OS snapshots). Each generation organized via symlinks to single files....
@SmartFinn I use what I use for other important reasons. Yes, I had plenty "snapshots" of this package, by design. OS reference counter and lazy GC for unused items (i.e....
Found another case which reproduces probably the same issue: https://github.com/johnlepikhin/markdown-rs/commit/3614cbefddb6e366724a02fcc7b1f9f2c60ce048. The first character in markdown document is UTF-8.
Thank you, @bnchi! Both cases were fixed.