David Coles

Results 10 comments of David Coles

@skotopes Hi! Thanks for the information. I wanted to make sure there was an feature request, since I'm sure there will be others interested. Rust tends to statically link the...

Created [dcoles/flipperzero-rs](https://github.com/dcoles/flipperzero-rs) and published initial [`flipperzero`](https://crates.io/crates/flipperzero) and [`flipperzero-sys`](https://crates.io/crates/flipperzero-sys) crates.

Coming back full circle, would RE2 along with Go's built-in [regexp package](https://golang.org/pkg/regexp/) not be a good fit? There're Unicode aware and syntax compatible. From Go's regexp package documentation: > "The...

I'm currently prototyping RE2 regexp support in my https://github.com/google/jsonnet/compare/master...dcoles:re2 branch. Boolean matches can be implemented pretty trivially, but positional and named captures are going to require a bit more thought....

Hey @googlebot, I signed it. 😄

Linux and OSX build fails on `make` due to a missing dependency on RE2. For Linux I can update `.travis.yml` to pull in `libre2-dev`, but I'm not sure the right...

There's a few POSIX-specific APIs that currently prevent gemma.cpp from being built naively on Windows. I have #6 which addresses some of those issues so that it can be built...

This issue can probably be closed now that #6 has been merged.

@hedger Thanks! I'll also take a look at whether the new SDK structure will be a problem (at worst, I might have to tweak the binding generation script).

This would also improve the experience of using Excalidraw diagrams in Office / Office365. In the current state, an imported SVG image looks like this: ![image](https://github.com/excalidraw/excalidraw/assets/1007415/babe2d86-ae08-4892-9628-3c1d98ba17f2) I typically have to...