Maxime Rossier

Results 12 comments of Maxime Rossier

The transition try to modify an element from the v-for that is not rendered because of the v-if. You can use v-show instead of v-if to render the element. The...

You're welcome Fangzhou. `display: none` should work. But if you still have a `v-for` with a list the best solution is still to filter the list then give the filtered...

Hi @freddyaboulton ! Yes that's what I was trying to do. I had the python version 4.7.1 with the js 0.8.2 or 0.7.0 and it didn't work. I tried again...

No plan to update the tree-shaking initialization ? The `getCurrentHub().bindClient(client)` is depreciated and in the migration doc there's no clear indication that doesn't use `init`. https://docs.sentry.io/platforms/javascript/configuration/tree-shaking/

I can do that in June unless someone wants to do it before.

I mean the main target button next to the vue icon at the bottom (you can also see it when the devtools is minimized), it act like the `open in...

It can be an "edit" pen. ``` ``` This one may be a bit too simplistic. If you have a specific icon I can make a PR.

In the overlay package there's no unocss package installed and the target icon is the svg that I edited and pasted in my previous comment. I can copy an icon...

I made a PR with the [this](https://icones.netlify.app/collection/material-symbols?s=edit&icon=material-symbols:edit-square-outline) icon, I can use another one if there's better.

In the `determine_protocol` function of the utils.ts file, the endpoint is treated with `const { protocol, host } = new URL(endpoint);`. which totally ignore the pathname. Should we include the...