Doug Gale
Doug Gale
Editing system headers is a bad idea.
I agree, with CLI support, fontbuilder could be part of a build process to generate font bitmaps and description files for other projects.
I think the idea of sorting that way is to enable binary search, which makes the most sense when there are a very wide range of codepoints, and you'd rather...
> Hi everyone, To actually implement Relu and linear what exactly should we be looking at other than the back propagation derivative? [snip] It's right there at the top of...
Doesn't compile on Ubuntu 17.04. At first, make fails with: ``` cc -c injector.c -o injector.o -Wall injector.c:321:93: warning: excess elements in array initializer .start={.bytes={0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00}, .len=0}, ^~~~ injector.c:321:93: note: (near...
As a workaround, you can use this command to compile it with clang instead, worked on my Ubuntu 17.04: `make CC=clang`
I got the same thing running `make test` after a successful build on Ubuntu 22.04 x86_64, I'm at 7e6bf3b81cff4507162c57ac7d8ac2f514b3a6dd Not exactly the same though (My 3950x on linux on nvme...
I have done it, but I found `merge` misbehaving [bug](https://github.com/kpdecker/jsdiff/issues/341) Basically what I did was hand-process the "+", "-" " " prefix of the lines that result from calling `merge`,...
I don't know if it is better or not, reduced [the repro](https://jsfiddle.net/doug16k/r1q0k6z2/15). Note that "t3" is lost in "mine". EDIT: fixed fiddle link to not use old "/show" thing.
Is it because I am missing a "fuzz" algorithm when interpreting/applying the merge output, or is that t3 line intended to be in the merge result?