Philippe Bernard

Results 10 issues of Philippe Bernard

### 💻 - [X] Would you like to work on this feature? ### What problem are you trying to solve? I want to add an import such as: ``` import...

i: enhancement

This PR is related to https://github.com/svgdotjs/svg.js/issues/1160 . Currently, `Dom.clone()` (so `Svg.clone()`, `Container.clone()`...) assigns new IDs to cloned elements. This is usually what the user expects, since *not* assigning new IDs...

In the image returned by `mySvg.clone()`, element IDs are rewritten, but references such as `fill="url(#someId)"` are not. Therefore, `clone` sometimes returns broken images. JSFiddle to reproduce this issue: https://jsfiddle.net/pbernard/1o56prkb/52/

**Describe the bug** When displayed, tooltips are supposed to appear in front of anything else. However, they are behind tables: ![image](https://user-images.githubusercontent.com/423852/191195612-e1b53206-7489-4f2e-9ed4-f2b248a160c2.png) **To Reproduce** Steps to reproduce the behavior: 1. Go...

bug
help wanted
good first issue
confirmed

At the bottom of the [README](https://github.com/hlashbrooke/WordPress-Plugin-Template/blob/master/README.md), the donation link (`http://www.hughlashbrooke.com/donate`) does not work.

- [x] I have searched the [Issues](https://github.com/themesberg/flowbite-react/issues) to see if this bug has already been reported - [x] I have tested the latest version ## Steps to reproduce 1. Go...

:bug: bug
good first issue
confirmed

First, thank you for this great tool! I notice something wrong with the output picture: it is mirrored. In particular, it contains text. In the original STL file, the text...

`confirmOpReturnAsync` only parses the response got from the insight service to check the presence of the Merkle root. This behavior leads the function to validate the receipt even when the...

- [x] I have searched the [Issues](https://github.com/themesberg/flowbite-react/issues) to see if this bug has already been reported - [x] I have tested the latest version ## Summary When used with Next.js,...

- [x] I have followed the [Your First Code Contribution section of the Contributing guide](https://github.com/themesberg/flowbite-react/blob/main/CONTRIBUTING.md#your-first-code-contribution) As described in #1521, this PR adds a `as` prop to `BreadcrumbItem`. This prop is...