Daniel Friesen

Results 142 issues of Daniel Friesen

I tried moving my arms slowly using the run in place locomotion, but as soon as they move just far/fast enough I lurch forward at full speed for a moment...

**What is the current behavior?** If you use the function form of useLocalStorage's setValue the callback receives the initial value instead of the current value. **Cause of the issue** This...

Dolphin seems to have been improved significantly since the last build of Dolphin VR. It would be nice to see a new build based on the more recent version of...

Using 0.x doesn't solve the issues of version mismatch, as the parent may be depending on an older version, or eventually ractive may go 1.0. Instead, by not including it...

Add `/opt/local/bin` (the bin folder used by MacPorts) to the `convert` searchPath.

`:app:mdiconsCleanIcons`, `:app:mdiconsCopyIconsByAsset`, and `:app:mdiconsCopyIconsByPattern` are all separate tasks. `:app:mdiconsCopyIconsByAsset` and `:app:mdiconsCopyIconsByPattern` will be skipped if the `mdicons` config relative to them is the same as last run. And `:app:mdiconsCleanIcons` seems...

It appears the [NuGet package](https://www.nuget.org/packages/InputSimulator/) has not been updated in a long time. The README still provides installation instructions despite the package being out of date. This means the NuGet...

The fix for scanCodes has been merged into InputSimulator proper. However the library is still missing the fix for LMENU: https://github.com/TChatzigiannakis/InputSimulatorPlus/commit/af96f2a453d48f632a5c98153a6aa87fb1a26012#diff-c34b397b4ff036cabac67ed0324649ea

In BaseFacebook I see 2 methods that blindly do something like `headers['x-forwarded-host'] || headers.host`. The `x-forwarded-host` is not trustworthy, it can only be trusted if you know that there is...

`paper-dialog-shared-styles` defines most of its styles on `::content`, assuming that when the shared styles are used key elements like `h2` and `.buttons` will come from a `` element. This assumes...