Filipp Samoilov
Filipp Samoilov
Solves https://github.com/tag1consulting/goose/issues/499 (once finished) The idea is to have reports written into a json file, so further processing and merging can be made out of the process
I would like to request a feature of writing the resulting data into a machine-readable format. Something like json, so results from different runs could be combined together. Will you...
When drawing a lot of sprites that have the same texture a lot of draw calls are issued which slows down the rendering of a frame. A workaround is to...
I've been a happy user of cpal for playing around with sound but got bitten in my foot two times by the same behavior: I forget to persist the stream...
**Is your feature request related to a problem? Please describe.** I have a set of pods that are related to the service I maintain and I often need to read...
First of all, thanks for the great library! I ran into an issue: on linux `Pop!_OS 21.10` with desktop scaling of 200% I use ```rust Conf { fullscreen: false, high_dpi:...
Proposal to add foundation for a WebAssembly module loader. This will allow developing sandboxed plugins, developed in any language that can [target WebAssembly](https://www.fermyon.com/wasm-languages/webassembly-language-support) Options I found are ## 1. [Wasmer](https://github.com/wasmerio/wasmer-java)...
# Steps to reproduce: - install nushell on a fresh Ubuntu - download [git-aliases](https://github.com/nushell/nu_scripts/blob/c67a6959fc174a449f1f7ee44c800de24021a7d2/aliases/git/git-aliases.nu) to nushell config dir and add `use git-ailases.nu *` to the config file - run `exec...
explaining the gstat dependency. Fixes #973