Zack Angelo

Results 26 comments of Zack Angelo

Did this ever go anywhere? Happy to jump in and help push this forward if it's needed.

Did a quick GraalVM compile run to see if there were any obvious issues. Looks like we're doing some reflection-ey/classloader-ey things that it doesn't like: ``` ./native-image --no-server -cp linkerd-1.4.0-SNAPSHOT.jar...

What's left to do to get macro-based case class serialization in? Is there anything I can do to help?

@sirthias Thanks for responding! I'm sure you guys are swamped. I went ahead and wrote a small macro library that supports my use cases (automatic formats for case classes with...

@blake did you have a chance to check out this proposal for mirroring? If there's anything I can do to help push this forward let me know!

The CI failure appears to be unrelated to the code change: ``` docker: Error response from daemon: Duplicate mount point: /home/runner/work/ndarray/ndarray. ```

We would also like to be able to re-route traffic by header, although I'm most interested in this capability being supported in the destination API and proxy. I think this...

Is there anything blocking the merge of this PR? I'm happy to help if needed.

Also seems to happen if you assign the current item a different name in an each block (e.g. `{{#each person in people}} {{/each}}`)

Definitely seeing some strange behavior with WAL turned on. I'll try to get around to writing a reproducer. Additionally when I perform a `VACUUM` it won't open the index at...