Stéphane Épardaud

Results 665 comments of Stéphane Épardaud

> this syntax is also already used by Swift, a language that's used by and familiar to very many programmers Sure, to every iOS programmer, but that's about it. Not...

Well I'd rather @ia3andy implemented this, Stale bot.

Not recently no, years ago I added support for shadow DOM to make filtering much faster. I guess either the option count increased.

Just checked on Chrome on Linux, and it's still 1-2s delay, so not something I can improve. Can someone with a Mac use the Chrome profiling tools to figure out...

Ctrl-Shit-I (to open the inspector), Go to `Performance` tab, and click Record (or Ctrl-E): This is what happens when I type `panache` in the search field: ![Screenshot from 2023-09-28 11-52-55](https://github.com/quarkusio/quarkusio.github.io/assets/179265/b9a1270e-d1bc-4c09-8dca-aa7fc230ea66)...

Hi, Thanks for your contribution! I am not sure this is the right approach, though, because it doesn't support having more than one provider that needs wrapping, so it doesn't...

> The code that I have contributed here should support wrapping from multiple providers You're right, my mistake. > capturedState["Security"].begin() would then just set up the values on a ThreadLocal...

And I would cut another middle man and just let CP access and set the ThreadLocal ;) Now, if the `Subject` is outside of your control, that's another issue. I...

That's a slim chance. I can ask our OpenJDK team about this, though.