Jeryn Aldaron Lau

Results 90 issues of Jeryn Aldaron Lau

- [ ] Update to pasts 0.12.x https://github.com/libcala/wavy/pull/45 - [x] Release fon 0.6.0 - [ ] Use upgraded fon 0.6.0 - [ ] Upgrade lookit crate to pasts 0.12.x -...

roadmap

- [ ] Finally finish groundwork for MacOS Support - [ ] Windows support? - [ ] Support microphones that don't work in interleaved f32le, (fallback to i24le, then i16le)...

- [x] Establish official MSRV and document in README - ~early 2018 edition~ 1.40.0 (checked via CI) - [x] Move home to Ardaku organization - [x] Change references to main...

Currently, if a platform-specific function fails then it will return "Unknown", "unknown", or "localhost" depending on the function. This functionality should be moved to lib.rs where the platform-independent functions are....

enhancement
good first issue

If anyone wants to discuss API designs for the following items on the roadmap, please do: - [x] No panics #29 - [ ] Figure out API for `arch()` (Would...

enhancement
help wanted
good first issue

#### Feature Ability to import memory before sending state to wasmtime API. #### Benefit Prevent having to use an `Option` or `MaybeUninit` in the state to store `Memory` in state...

**Is your feature request related to a problem? Please describe.** Yes, I would like to use `wildcards = "deny"`, but only for non-path-based dependencies. **Describe the solution you'd like** Add...

enhancement

`wasm32-unknown-unknown` does not necessarily target the web. ~This change probably requires a version 2.0.0~ This could be enabled with a default feature.

enhancement
good first issue

Possibly something like: ```rust pub enum LangEn { Us, Uk, // Other dialects } pub enum Lang { En(LangEn) // Other languages } ``` Using two letter language codes: https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes,...

That way Fonterator isn't storing fonts on crates.io

enhancement