Chris Chamberlain
Chris Chamberlain
Perhaps a too complex example, but at least it is actually a 'real world' use case. 
My humble suggestion is to add bindings for FreeType. It is pretty much the industry standard library for font loading/rasterisation and I'd love to be able to use it with...
This would help the adoption of the new 'standard' to set to replace XMLHttpRequest. The only issue is at the moment there aren't any progress events from fetch. However this...
I receive the following error trying to deploy my application: ``` Run deployphp/action@master with: private-key: *** known-hosts: *** ssh-config: *** dep: deploy -v Error: Callback must be a function. Received...
```vue {{value}} import { defineComponent } from "vue"; // vue-class-component export default defineComponent({ name: "BuggyComponent", data() { return { items: new Map() }; } }); ``` The component above fails...
After looking through the issues in `syntex` (https://github.com/serde-rs/syntex/issues/45), I am fairly sure it is their issue not yours, but I thought I would ask anyway. I have a macro like...
Installing this prompt overrides my own `fish_greeting.fish` file. While I understand its nice to get rid of the default fish greeting, shouldn't that be the responsibility of the user or...
Doctrine automatically updates the database schema to represent the entities in your application, thus rendering most of the use-cases for Laravel's migrations useless, however Laravel's migrations can still be useful...
When I try to compile the crate it complains `failed to get envvar EMSCRIPTEN: NotPresent` -even after sourcing `emsdk_env.sh`. For me, just setting it to the path of my current...
Similar to the last pull request I made: https://github.com/iksaif/thinkpad-wmi/pull/16 Trying to install on a newer kernel version (specifically 5.7.7-arch1-1), caused compilation errors with the assignment ```c dent = debugfs_create_u32("instances_count", S_IRUGO,...