Gregg Hernandez

Results 9 issues of Gregg Hernandez

I started with some errors about not being able to find api.h and some other magick headers. I was able to fix those, but now I'm getting these errors when...

Hey, thanks for taking the time to work on this. I'm curious if you'd be interested in adding more image format support. Right now from what I understand it support...

I recently had an issue where is set an input equal to "the-hero". The `@Component` macro lets this through, but angular throws at runtime since that's not a valid JavaScript...

angular feature

Relate assumes the database stores a UUID as a byte array. For (at least) postgres that isn't true since it has a concrete UUID column type. this query ``` val...

**Is your feature request related to a problem? Please describe.** I have an application that does fan-in and could greatly benefit from being able to link the one output span...

https://github.com/austinbaccus/forza-telemetry/issues/65 However, because of react-shapes, you have to add the --legacy-peer-deps to a few commands: ``` npm install --legacy-peer-deps ``` and if you get an error about `Error: error:0308010C:digital envelope...

I have a use case where i want to run my test script but pass additional parameters to run a single set of tests: ``` npm run test -- -g...

This follows the pattern shown here: https://docs.scala-lang.org/scala3/guides/migration/tutorial-macro-mixing.html#:~:text=Introduction,during%20the%20macro%20expansion%20phase This would allow a mixed scala version project to depend on the scala 3 version of enumeratum and build correctly for both scala...