Tom Brückner

Results 208 comments of Tom Brückner

Thanks for the feedback! Just saw it, so sorry for the late response. If I understand you correctly, "LoginWithApple" would work as a QuickLogin substitute? Our app actually supports logins...

I'm getting the same error as the OP. Even the sample in the API doc won't work for me. No matter what I try (the Feature seems to be correct),...

I tried to debug this, and it seems as if `ctx.store` is not defined here: https://github.com/mapbox/mapbox-gl-draw/blob/main/src/api.js#L85 I am using mapbox-gl 1.x, since I am using it in combination with MapTiler...

Same problem here, when using the library in a Vue component with TypeScript

BTW: I also have some suggestions for improvement: If you are developing for Cordova devices, then you need more command-line options than those provided by the settings dialog. You often...

It's definitely a bug that the library resends all subs and methods right after re-connecting. In general, it is not very well-suited for instable network connections. We tried to improve...

Hey @green-coder Thanks for your fast response. I'm not sure if a PR would work because I also switched the whole library to using BestHTTP instead of the WebSocket library...

After long time of debugging, I finally found out what my problem was: I did not provide an English version for the form texts (en.i18n.json), because I thought I would...

Sometimes it helps if you add a file named `package-tap.i18n` to you project with the following content: ``` json { "namespace": "project" } ``` But beware to _not_ include this...

@tobiaghiraldini: No problem. Oh yeah, the Meteor packaging system is quite weird, it only works if you add versions explicitly. I realized this after debugging a couple of hours since...