Joseph Lukacovic

Results 9 comments of Joseph Lukacovic

What kind of mouse are you using? If it's wireless, is it RF or Bluetooth?

Got a PR for it - Node no longer allows mutating Arraybuffers directly (you never were supposed to anyway)

Cool, although I wonder how much the excessive use of promises affects the performance.. I was going to try testing with bluebird promises, but never got around to it. Some...

Oh yea the game loop definitely uses promises, the program code creates a promise even when one isn't necessary. I was working in my local copy to optimize and cut...

If you're using nginx, make sure you're passing the host header as well - since that's what LiGet uses to resolve the absolute URL proxy_set_header Host $host; proxy_set_header X-Forwarded-For $remote_addr;...

Apparently this is a bug with how windows is "adjusting" the x/y values when provided to chromium. This behavior can be bypassed by using the chrome specific option `unadjustedMovement `...

I'm having this same issue while initializing the API in `actual-simplefin-sync` - the db sync `_fullSync` function calls `getClock` - but this call is too early because `setClock` has not...

This may not be an issue anymore - `actual-simplefin-sync` was using version 6.2.1 of the API. Updating this to the latest (6.3.0) and this is not reproducible

I was getting this as well. The issue may be related to this issue: [https://github.com/openshift/openshift-ansible/issues/10741](https://github.com/openshift/openshift-ansible/issues/10741) The workaround to disable the availability check worked for me and I was able to...