Árpád Goretity
Árpád Goretity
On line 176 in SlideToCancelViewController.m, it reads: - (void) sliderChanged: (UISlider *) sender { // Fade the text as the slider moves to the right. This code makes the //...
It does not appear to be possible to read files in any way. io.read doesn't exist, io.input doesn't exist, etc. Why? It's really annoying (also the fact that this is...
### Description I have a moderately complex Typst document with several dozens of smaller and larger images in it, all in PNG format. I'm using Typst in a Docker container...
Serde 1.0.164 [added the ability](https://github.com/serde-rs/serde/releases/tag/v1.0.164) to mark individual enum variants as `untagged`. Unfortunately, `schemars` seems to still bail upon encountering a variant-level `#[serde(untagged)]` attribute, e.g.: ```rust #[derive(JsonSchema)] enum Foo {...
(overseen)
Hi, I think a C and a C++ API wrapper (better yet, a complete rewrite) would be useful. I'd be happy to collaborate.
In https://github.com/swgillespie/unicode-categories/blob/master/src/lib.rs#L182-L183: ``` || self.is_punctuation_close() || self.is_punctuation_close() ``` The second one is redundant and should be removed.
I noticed that the latest – and only – commit containing Unicode property tables was generated in October 2015 – which means that the latest standard this crate can support...
Hi, This PR contains several kinds of improvements: 1. Fixes the build on macOS 2. Fixes some bugs and instances of Undefined Behavior / just otherwise surprising behavior 3. Fixes...
### LanceDB version 0.21.1 ### What happened? When attempting to use Metal Performance Shaders to speed up indexing (`table.create_index(accelerator='mps')`), I received the following warning, and then the program exited with...