Matthew Bilker

Results 54 comments of Matthew Bilker

If anything, please do not hard-code the path to `/bin/fusermount` and instead search `PATH` for the binary or use a sub-shell.

I also got this error when doing `dd if= skip= of=/dev/null`.

After checking the source code, that opcode is behind a feature flag: https://github.com/zargony/fuse-rs/blob/42e29d964e2b24e32e21b179b77e4d0d0a0857ac/fuse-abi/src/lib.rs#L275-L276

I am running Fedora 31 with Linux 5.3.12-300.fc31.x86_64 on the computer with my FUSE server program. According to the upstream Linux kernel source, there is no check against the server's...

This looks like it might be easier to implement on the `modernize` branch. I got around this issue by defining the rest of the opcodes and basic parsing for them,...

Sorry for not responding. This plugin is deprecated. This plugin as it stands now just calls GPG and uses whatever keys you have in your keychain.

Ooh. I will have to look into this. It is probably the encoding between the main Electron process and my Node subprocess.

Hi, I am fixing this issue soon. This is because I used my own babel version in development, but since N1 has upgraded its Babel version, I no longer need...

Oh. Sorry, forgot about that. Delete the .babelrc file and restart N1. On Thu, May 26, 2016 at 2:18 PM Artem Hluvchynskyi [email protected] wrote: > Thanks but this didn't help....

Is there any other ouput from before that message? Specifically a GPG error? What is the path of GPG on your computer? You said your key showed up in the...