Konstantin V. Salikhov
Konstantin V. Salikhov
First of all, thanks for your amazing framework! Unfortunately recently I started to get error "Cannot set property reason of AbortSignal which has only a getter" from this [code line](https://github.com/getify/CAF/blob/80edec8dbcb2b11e901ee9a282d5c37711625432/src/shared.js#L61)...
It would be nice to be able to browse the source code of crates that are added to dependencies section of Cargo.toml (and possibly even transitive dependencies from Cargo.lock) AFAIK...
Hi, I've found incorrect and inconsistent handling of `explosives` word - see the following example: ``` javascript var inflector = new Ember.Inflector(Ember.Inflector.defaultRules); inflector.pluralize("explozive"); // => "explozives" inflector.singularize("explozives"); // => "explozife"...
Hello folks, as of late I have no time to support and maintain this repo. I'll gladly add someone who has energy, desire and a good intent as a github...
Passing mut enum across FFI boundaries causes UB in cases when ODBC driver returns value absent in enum. Details: https://users.rust-lang.org/t/undefined-behaviour-after-unsafe-enum-usage/15572