Tomáš Mládek
Tomáš Mládek
**Is your feature request related to a problem? Please describe.** I have a looping animation that should only run given a certain condition. (Think a loading spinner, or just a...
The dropbox (!) link in the wiki to an AppImage distribution of LightTable leads to a missing page. Given that the latest LightTable immediately segfaults upon trying to run it...
# Bug Report ## Bug Description When I suspend my computer while it's dark, and then wake it up after sunrise, Dark Reader does not switch off. I need to...
I'm using `annotorious` in a TypeScript project, so I'd like to type check my interactions with the annotorious API also. However, this repo doesn't contain any type declaration files, and...
The README states: > Note that fetcher can be any asynchronous function, so you can use your favorite data-fetching library to handle that part. If ommitted, swrv uses the Fetch...
If I clone the default Svelte template via `npx degit sveltejs/template my-svelte-project`, then `yarn add sswr`, and copy&paste the dependent fetching example from the README into "App.svelte"... ```svelte import {...
**Is your feature request related to a problem? Please describe.** When I rename a note (typically when filing a scratch note), I need to type the final filename *exactly*, i.e....
Consider this object: ``` { "foo": { "": { "bar": { "baz": 123 } } } ``` The following path returns `[123]`, as expected: ``` jmespath.search('foo."".bar.*', test) [123] ``` However,...
This may not be a `markdown.rs` issue than a markdown issue, but even on GitHub, a link such as this: `[John Gall](https://en.wikipedia.org/wiki/John_Gall_(author))` parses as: [John Gall](https://en.wikipedia.org/wiki/John_Gall_(author)) Whereas `markdown.rs` parses it...
This is a tracking issue for outstanding problems with handling binary data in OneSDK: - [ ] `BinaryData` can't be used in a use case result (an `UnexpectedError` is thrown)...