Joshua Batty
Joshua Batty
Hey pannous, I managed to train the model over night and now trying to run the test-speech-recognition.ipynb. For some reason i'm getting the following F0722 12:16:15.248998 2071900928 blob.cpp:455] Check failed:...
Using this crate downstream and have noticed I need to build multiple versions of these dependencies as they have fallen behind.
This PR rebases the #796 PR by @trmcnvn onto the latest 0.3 work. Would be great to get this landed as we require AudioClient2 and AudioClient3 upstream for current work...
Users should be able to run custom commands for generating and adding various code snippets. @Braqzen had a good idea on Slack that i'm posting below. Would be great to...
It would be nice if we could implement a pretty printer for the AST produced from sway-core. Currently, it's pretty hard to read when using a `println!` on the return...
I'm currently adding in support for collecting the fields from Struct and Storage Declarations in the language server. I have everything working apart from arrays and tuples. The image below...
Currently, the language server only enables a very small subset of features. Features such as hover, rename, go_to definition, and highlight were disabled before #2121 was recently merged. However, as...
We want to suggest autocomplete items not only from the local project but also from items in the std library. The suggested completion items should be aware of the current...
In order to both test the capabilities of nannou and it's API, and launch with some ridiculously handy tricks for users to reference, let's port of the Nature of Code...
This is a very basic example of how to create a 2 operator monophonic FM Synth using nannou and the DASP crate. Biquad filter and ADSR code is from Nigel...