Omar Hughes

Results 6 issues of Omar Hughes

The current dynamic power code seems to work pretty nicely for LOS flying, but not freestyle when dipping in and out through multiple layers of obstacles. When going down diving...

enhancement :magic_wand:
V3.0 :rocket:

https://github.com/google/closure-library/blob/9e1fdcab653bed917bc81fe4a88d05883a8c7188/closure/goog/net/xhrio.js#L562 Specifically this line is causing issues. Could we conditionally set the body to an empty string only if the request method is not GET? This causes react native on...

Didn't take me too long to find once I put time in it, but have had an enormous amount of complaints on my site that users are not staying logged...

If I remove the surrounding parenthesis on `((icon (plist-get item :icon))` found https://github.com/emacs-lsp/lsp-treemacs/blob/master/lsp-treemacs-generic.el#L82 it works for me, but have no experience in elisp to tell what that's doing. Running latest...

Seems recently you committed [Fix socket closed by wrong no-data state ](https://github.com/JonesChi/CastScreen/commit/0957877cb677161b66f0c8ac72586c2e35e3257c). I'm wondering if this solves the issue. The screen cast works brilliantly for about mins or so and...

Recently ran into this issue where I needed to configure figwheel after starting from `lein repl`. Wondering if this commit is okay to merge.