Christopher Silva

Results 9 comments of Christopher Silva

In the proc macro version, the visibility of the input function is used for the cache and output function. If I add optional `private`/`public` attributes to explicitly specify the visibility...

I'm having a similar issue. I use caddy to proxy my gitlab installation and I cannot use this plugin because it tries to pull the repo before gitlab is available...

I'm not sure if it will resolve the initial issue of wanting to pull a local repo from the filesystem, but it would solve the issue @lesion and I have...

Instead of stating that the value given is the number of milliseconds to idle before a thread is suspended, maybe directly state that the value multiplied by one million is...

Neither my steam controller or xbox 360 controller works. They are they both show up in the gamepads list in the setting menu so they are detected, but button presses...

I found the solution to my issue here: https://www.reddit.com/r/archlinux/comments/9bl3l7/steam_controller_not_working_with_protonsteam/ The issue was that two inputs were being created for one controller. running `sudo rmmod hid_steam` and restarting steam fixed the...

I'm getting the same error on Linux (an arch linux container running on a nixos host). ``` [csos95@arch csos95]$ sbcl This is SBCL 2.3.1, an implementation of ANSI Common Lisp....

I tried implementing this (change poll_pending to use a set value instead of an address) locally this morning, but that didn't fully solve the issue. With the change, the `poll_pending`...