Joe Siltberg

Results 13 comments of Joe Siltberg

Awesome @pboyd04 ! I have an ugly workaround that works for my own needs, but it would be nice to get rid of that. This was for https://github.com/crewjam/saml/ , I...

The SigningContext has an IdAttribute you can set before signing (there's also an IdAttribute in ValidationContext which can be set before validating). Is that what you're looking for?

Yes the ajax response seemed ok to me, it was just the coordinates that were truncated. New reports got correct coordinates in the database but didn't show up on the...

Thanks! Removing js=1 and checking viewing the source shows the correct coordinates: ``` ``` Then I added js=1 back and looked at the ajax response again, the element for the...

Forgot to add: I saw the pins flashing by again, and noticed that even with js=1 removed there was still an ajax call. If I disable javascript on the other...

Ahh, well spotted! I'll try to spend some more time with the perl code. Maybe there's something with the JSON serialization...I'm thinking that if there's a locale issue _before_ the...

Here's some more information: The problems on the map get truncated already when getting them from map_features() in FixMyStreet::Map. The others (nearby) are correct at first, but then incorrectly serialized...

I have a related, but easier issue I'd like to solve (commenting here because I'm not sure if I should create a separate issue or try to tackle this one)....

Nevermind the last question about testing category groups, I found an explanation on the mailing list, I'll try that!

Created a PR for just my (simpler) problem for now, in case you want it.