Simon Tretter

Results 147 comments of Simon Tretter

Anything I can do to help tracking this down? I believe it has something todo with my environment...

Not sure if it's worth the effort, you could use @hokify/agenda in the meantime (which includes a bunch of other fixes too), which would also make an easier transition to...

Sorry for still not working on it, I have it still in my list, but couldn't really find time yet. Hopefully within the next few weeks though!

It's still on my list, but unfortunately didn't find time yet... Maybe I can start working on it next weekend, to get things rolling... 🤞

Any way to get this also working for private npm packages? right now i only get errors like: @hokify/organization-data - api failed @hokify/organization-service - api failed

Ah thanks for the quick response, right now this is a bit too much effort for debugging and playing around with it. But thanks for the insights :-)

see https://github.com/worker8/TourGuide/pull/65 .. let me know if it works for you. regards

`const defaultAdapter = axios.getAdapter('http');` or `const defaultAdapter = axios.getAdapter(axios.defaults.adapter);` works for me

Similar issue on my side, ```ts const ripplesResult = el.getElementsByClassName('v-ripple__animation'); if (ripplesResult) { for (let i = 0; i < ripplesResult.length; i++) { ... } } ``` If I auto...

@hokify/agenda is production ready, the plan is that the code base of hokify/agenda is the new release of main's agenda's upcoming next release. Unfortuantely this is process is kinda delayed...