Jonathan Li

Results 30 comments of Jonathan Li

Hi, just wanted to ask about the status of this PR (or #837); this would be an awesome feature to have (and it seems like it's pretty close to being...

Yes, I was also wondering if there was a way to export audio using the cli application. Currently, recording the screen and desktop audio seems like a very sub-optimal way...

For other people with the same issue, we decided to switch to [react-native-svg-charts](https://github.com/JesperLekland/react-native-svg-charts), wrapped in a `ScrollView`. It works perfectly, and the performance is much better (completely smooth scrolling). The...

I'm also experiencing this problem, it seems to happen when you move the cursor directly over the progam.

I also seem to get a different error now: ``` thread 'main' panicked at 'attempted to leave type `&back_end::PositionFormat` uninitialized, which is invalid', /home/jonathan/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/mem/mod.rs:658:9 stack backtrace: 0: rust_begin_unwind at /rustc/7eac88abb2e57e752f3302f02be5f3ce3d7adfb4/library/std/src/panicking.rs:483...

I actually implemented this in [`uglier`](https://github.com/MonliH/uglier), which was pretty much a copy of this project. In addition to abusing the Unicode normalization, it also uses cyrillic characters (which look a...

Another bug caused by this issue, that makes my editor's formatter, which uses `rustfmt`, anrgy (I'd imagine many more like this, it's happened to me in match statements as well):...

Do you have a GPU? Even with a powerful GPU, it will much take longer than 1 hour to train everything (perhaps multiple days). Also, depending on the size and...

Yes, I cannot emphasize how much of a dealbreaker this is! For anyone running into the same problem, I found https://codepen.io/rachsmith/post/how-to-animate-individual-letters-with-the-correct-kerning to be very helpful! It kind of sucks for...