Daniel Houck

Results 35 comments of Daniel Houck

Oooh! I tried with MIRAI in #43 and couldn’t get it to do even very simple things; I’m glad there’s another Rust solution now.

Thanks for clarifying this! I have my own puzzle-piece project Iʼm working on, and I was afraid Iʼd need to spend the time learning about Bezier curves and figuring out...

Yeah, Arch Linux updated glibc a few days ago after months of not. As far as I can tell, Atom is one of four applications there to use a version...

Looking into that with `strace`, it looks like the `--in-process-gpu` version never even attempts to read the file (no syscalls mention it except `execve`s passing the same parameters), while the...

Same here. Since the error says something about cross-browser quirks, I’m running Google Chrome Version 81.0.4044.122 (Official Build) (64-bit) on Linux.

(To clarify: Iʼm a member of the general public, not Google) I think what you want is best solved with just using `CONTINUATION_ALIGN_STYLE=FIXED`; changing what `CONTINUATION_ALIGN_STYLE=SPACE` does will break things....

Putting spaces *before* a tab is an error. Putting spaces after a tab is not, and even if it were this only uses spaces for continuation lines, not technically indentation,...

As for local changes to the package, if I understand right pikaur lets you make your own local changes to the Git repository containing the `PKGBUILD` file? That should let...

I'm talking about the last sentence, "Specifying a list of patches to apply to the sources would be better but indeed that is more work.". That looks like it's already...

In theory I’d be willing to work on it, but I have no Rust experience and not much with security isolation, so in practice probably I wouldn't actually get very...