MOZGIII
MOZGIII
Based on this: https://github.com/graphql/graphql-js/issues/937#issuecomment-432857507 Currently we can't represent an empty object type: ```graphql type Mutation { createUser(email: String!, password: String!): CreateUserPayload! } type UserWithEmailAlreadyExists type WeakPassword type AuthPayload { user:...
Forge config is being resolved twice. `6.0.0-beta50`, with webpack plugin and zip maker. Sorry, don't have time to properly fill the issue template - but I think you should know.
### Preflight Checklist * [x] I have read the [contribution documentation](https://github.com/electron-userland/electron-forge/blob/master/CONTRIBUTING.md) for this project. * [x] I agree to follow the [code of conduct](https://github.com/electron/electron/blob/master/CODE_OF_CONDUCT.md) that this project follows, as appropriate....
It seems like Windows IOCP are similar to io_uring, and this crate seems to be high-level enough that the support for IOCP could be added to it.
Seems like examples are currently fitted for Android, which breaks them for every other platform. This is a bummer since I've used to run them during the troubleshooting as a...
I’m investigating the use of cpal in `no_std` environment. I don’t have a particular goal (i.e. embedded device) in mind, but it would be cool to do something with audio...
Implements an opt-in support for const generics for ring buffer implementation. https://github.com/rust-lang/rust/issues/44580
I'm having serious difficulties with making my code work with frames with dynamic amount of channels (i.e. determined at runtime). When audio engine is initialized in my app, the amount...
Docker allows specifying the build directory: `docker build target/artifacts`. People usually use it with `docker build .`, but it is useful at times. We're relying on using non-`.` build dir...
Inspired by `wasm-bindgen`, it would be great to have richer function signatures. I'm thinking about something like this: ```rust fn add_1_to_argument(mut cx: FunctionContext, x: Handle