Bence Szalai

Results 77 comments of Bence Szalai

Hi! I have performed some updates on my fork. ### Updates: - replaced `yarn` with `npm` - bumped `node.js` to `v18` - updated `lerna` to `v7` - updated `typescript` to...

Well, never mind. Would have been better to know, but it's fine this way too. I like the way this library is built and I'd like to use it in...

Hi! Had to focus on different things for a while, but I still would like to use this lib! :) ## #15 Rearchitect project in preparation for v2 I've reviewed...

I've eventually encountered the issue with top-level await in browser context. This is my solution (for now): https://github.com/BenceSzalai/livy/commit/666d3bc8eb1ff440647ffbb859194a8bf77bd1ae

Undocumented feature: using `$tag` to remove and hide elements. It is documented for [Component diagrams](https://plantuml.com/component-diagram#e966f55ffa507384). I've just added documentation for Class diagrams (based on plantuml/plantuml#1240, waiting for approval, I think)....

Well, this is not really what I thought this issue was about, in fact I didn't know it was possible to hide fields this way. However my hunch is that...

Meanwhile apparently the behaviour has been updated, and now it acts as I expected it originally, namely that ``` hide stereotype ``` Hides the `` stereotype string from the diagram,...

You need to install `@quasar/extras` by `npm`.

Hi! TypeScript TSC gives me `TS2305: Module '"@vvo/tzdb"' has no exported member 'abbreviations'.` Is there a reason for the abbreviations to not be in `index.d.ts`? Or more precisely do we...

In my setup simply making a new TypeScript file anywhere with the following triggers the issue: ```ts import { abbreviations } from '@vvo/tzdb' ``` Right now my workaround is to...