Ilya Yakelzon

Results 22 comments of Ilya Yakelzon

Hm. So my approach was wrong? This doesn't contain the file content that I need to format? ``` state.get(`app.currentBin.files.${fileIndex}.content`); ``` And also, when you say "force code update", do you...

@ShayBox - this worked for me: ``` [dependencies.confy] version = "0.4.0" features = ["yaml_conf"] default-features = false [patch.crates-io] confy = { git = 'https://github.com/rust-cli/confy' } ```

Tried that, unable to click any menu :( On Sat, Jan 28, 2017 at 4:47 PM Kageetai wrote: > Hey, to open dev tools properly, open the menu on the...

I know, but on Windows, this button (...) is non-clickable. On Sat, Jan 28, 2017 at 5:54 PM Kageetai wrote: > Oh sorry I meant the upper-right and the men...

@KELiON - thanks, that worked! Managed to undock the devtools and now able to see the problems. To communicate with Everything, my plugin is using node-ffi, which is compiled natively...

When I run the code with my local node it runs fine, the problem is with electron's node runtime being different from my local one. On Mon, Jan 30, 2017,...

Yea, that's the path I'm on right now, tried doing the node-gyp rebuild, but after it's done the bindings are at: c:\Users\reflog\AppData\Roaming\Cerebro\plugins\node_modules\cerebro-plugin-everything\node_modules\ffi\build\Release\ffi_bindings.node And as you can see from the log...

Well, I've tried following all the steps in the guide that you've referenced with no luck, same result, cannot find the bindings. If someone more experienced than me in the...