Juan J. Jimenez-Anca
Juan J. Jimenez-Anca
Please, please, please do not make captcha compulsory for all users. IMO, this is a terrible idea There are major concerns about Captchas for two reasons: 1. Most captchas pose...
This is dreadful!!! I stopped using this extension because I also experienced issues like yours. Thankfully I've learned to mistrust new Nextcloud features. They're always half-baked and never production ready....
@mlasak and what about Android? In the Android Presentation API, it's mentioned that output to multiple monitors is already possible: `"See also the {@link PresentationActivity} sample which uses the low-level...
@bergundy since this PR hasn't been merged yet, is there any chance that Temporal can do checks if the `promiseHooks` are available in the runtime? Even if this was merged,...
thanks @mladedav ! But I don't have access to the next span, as the place where I want to set baggage is an axum extension. I've tried the following: ```rust...
I'm using it as a middleware, it's loaded like this: ```rust .layer(middleware::from_fn_with_state(state.clone(), authenticate)) ```
I've run your code and I can see what the issue is. My middleware doesn't have any child spans. It makes sense because the tree looks something like this: -...
@soupette what name should it be? I could submit PR This has been tagged as severity low but it's actually stopping me from using gatsby with strapi
Just bumped into this issue really bad. This is a bundle analysis for a Gatsby app. It's not just that tree shaking isn't working, in my case each icon brings...
Thanks @joshblack . In my case I didn't have any import of `lib` but changing to long es imports worked. I only had around 10 imports so it was easy...