Adam Gent

Results 73 issues of Adam Gent

When doing something like `snowplow('trackPageView', null, [ list,of,contexts_jsons ])` We would like to pass the contexts as a base64 instead of letting snowplow do this. That is pre generate the...

type:enhancement
category:browser
priority:low

For 3.0 it would be very helpful if the `Route` had more metadata for MVC handlers. For example which class and method is the handler. Currently the MVC annotation processor...

Hi @sviperll ! A long time ago I started a similar project for handlebars. I never got it off the ground partly because handlebars is far more complicated (and dynamic)....

Does not work with Socket.io 0.7 or greater. I have fixed this in my fork. I can put a pull request if you like. -Adam

This pr is on the 4.x branch as the master branch should use proper module-info.

I had to backport some automatic stuff we do for Spring Boot 3 because this project is Spring Boot 2 (javax instead of jakarta). My testing it shows it faster...

@casid as promised I wanted to share with you some potential optimizations I found while modernizing JMustache (a runtime based Mustache engine) escaping. https://github.com/jstachio/escape-benchmark The benchmark just tests escaping algorithms...

This just makes the maven artifact compare work. To really test you will need to try https://github.com/jvm-repo-rebuild/reproducible-central with different machines and docker images (yes all of these can make a...

Projects that generate code and run at the time compile stage need to be reproducible. JTE at the moment is not. https://maven.apache.org/guides/mini/guide-reproducible-builds.html I have a PR but besides the above...

TLDR; JSpecify might need more `java.lang.annotation.Target`s then just `TYPE_USE` for compatibility or some documented work around for annotation processors. While playing with JSpecify and Eclipse null annotations which both are...

tracking