Results 17 comments of Jason Axley

Unfortunately, this won't quite work. The above approaches are deterministic and only work for data that you _know_ ahead of time that is fixed when your page inits. I've got...

Looking closer, it appears as if the way to do this would be to write a rules.normalize_ function that would ensure default values are returned to the signals. It would...

Cool! I implemented a workaround in a POC similar to my OP above to provide this. I'll note this issue so who picks up the baton on the project I'm...

When is 0.13.9 set to release? I see the standalone version is up on S3 and linked to from this repository, but there isn't any official release to the maven...

Thanks. But there's at least one bug in the code. RedrivePolicy is still listed as an unsupported attribute name. ``` object UnsupportedAttributeNames { val PolicyAttribute = "Policy" val MaximumMessageSizeAttribute =...

Correct. Would make it more versatile. On Sun, May 31, 2020, 11:54 Christian Davis wrote: > There isn't anything in this codebase to do that, but what the whole tool...

Is there any possibility of being able to export the displayed map to PNG from VSCode? Right now, I have to go to https://onlinewardleymaps.com and paste in my markup from...

The fork https://github.com/nickrobison-usds/jmacaroons has already implemented support for v2 macaroons it seems.

I was thinking that this is something that will be very helpful. The reference implementation alludes to various APIs for recovering first and third party caveats. Right now, third party...

Not sure if I'll have more cycles to play with this in the near-term, but looking at the code, I see += used to build up the return string during...