Arnaud Delcasse
Arnaud Delcasse
And I think it's not compatible with Rails3's ActiveModel too : that will be a big issue for validations !!!
I don't think they will answer. In https://github.com/samsarahq/thunder/issues/148 they gave a first answer (which pointed me to a private repository I coudn't read) and then, instead of explaining more, deleted...
Hi @stephen, Thanks for the quick answer. I don't have access to samsara-dev/backend (probably private organization/repo ?)
@stephen I've tried something as a proof of concept to avoid breaking changes but still be able to return valid GraphQL errors if needed. What do you thing about that...
I agree. Without any answer here, we finally switched to another library.
As a workaround, you could probably use a "replace" in your go.mod to handle this issue ? Something like "replace gopkg.in/russross/blackfriday.v2 v2.1.0 => github.com/russross/blackfriday/v2 v2.1.0" It seams to work on...
I did a quick and dirty "fix" on this for my own purpose : code is there https://code.scity.coop/polymer-elements/ridygo-swipeable-container (most likely to be up-to-date with my changes in the future as...
I did a quick and dirty "fix" on this for my own purpose : code is there https://code.scity.coop/polymer-elements/ridygo-swipeable-container (most likely to be up-to-date with my changes in the future as...
@missinglink sorry I didn't see your message before. We had something working on our side with libpostal as @elsa-pato described. We would need to look at it again but sure...
@missinglink I've made tests with the "compare" tool (to see différences between your -geocode.earth- and our servers) and I see that your dev environment is "less strict" on housenumbers than...