spyro2000
spyro2000
For some reason, the library computes all styling for the SVG elements itself (like `` etc.) but seems to exclude the embedded HTML elements (like ``, `` and so on)....
Hi there, would love to use this useful library from typescript, but couldn't find any bindings. Is there any doc available how to use this lib within a typescript project?...
**Describe the bug** Loving this lib :) But when I export the image, the image seems not complete (not all CSS styles seems to be taken into account) **To Reproduce**...
I installed this package and also the provided type definitions. But what do I have to do next? I am failing with any following steps. Are there any working step-by-steps...
### Prerequisites Please answer the following questions for yourself before submitting an issue. - [x] I am running the latest version (1.12.4) - [x] I checked the documentation and found...
I really would love to use the integrated port-forwarding. But It's lacking two important features to be actually useful for me: * Not possible to manually set the local port...
Hi there, loving your tool :) Is is possible to **only replace values which are actually present**? If some value is in fact _null_ it should just stay this way...
I would also love to see this in Kotlin. Did never understand why || should be faster to type and easier to read as a simple "or" or && should...
**What would you like to be added**: Would love to expand individual columns to see the full pod/service names **Why is this needed**: Currently it's not possiblel to expand the...
Version: boot2-v1.5.2 Spring Version: 3.1.2 Hi there, I tried to replace a `@SpyBean` (which dirties my Spring context) with this setup: ```java @SpyInBean(MyCallingClass.class) private MyClassToSpy classToSpy; ```` The test itself...