Julian Herrera

Results 14 issues of Julian Herrera

Would be rad, thanks!

``` // // comaprator // // Return true when a < b BiwaScheme.lt = function(a, b) { if(typeof a !== typeof b){ return compareFn(typeof a, typeof b); } return a...

bug

If I call ``` (js-invoke (js-closure (lambda (props) (let* ((this (js-eval "this")) (result (js-invoke _react-component 'call this props))) (if (js-undefined? result) this result)))) 'bind _react-component)) ``` this returns the window...

``` VM18771:97 Uncaught TypeError: process.nextTick is not a function at requestFlush (eval at _default (get-es6-exports.js:26), :97:17) at rawAsap (eval at _default (get-es6-exports.js:26), :20:9) at asap (eval at _default (get-es6-exports.js:26), :28:5)...

when I call the setState in a subsequent useEffect call I get this. Seems to work, but the next call is not valid.

Exception: (while loading ./lib/igropyr/httpc.so) ./lib/igropyr/httpc.so: cannot open shared object file: No such file or directory Httc.so is present, what path should I put this file in after I build it?

I ran `./configure --jvm=yes` configure runs fine and spits out a summary that looks accurate. I run make, that runs for a couple seconds but then stops at the following:...

![image](https://user-images.githubusercontent.com/3157835/47660551-3c9e7e80-db65-11e8-9c20-7e750811c82c.png) a light, off-initial-background change might be nice? I'll experiment with my setup to see if I can come up with a more specific suggestion on the change (not sure...

This is all I see: It will flash what I did first in the input, like: `M-x`, or `select a project` but then empties. It doesn't let me type in...

Outputs this: Error (use-package): emmet-mode/:catch: Symbol’s value as variable is void: f use-package config is: ``` (use-package emmet-mode :ensure t :config (add-hook 'web-mode-hook 'emmet-mode) (add-hook 'sgml-mode-hook 'emmet-mode) (add-hook 'html-mode-hook 'emmet-mode)...