LanderBeeuwsaert

Results 45 comments of LanderBeeuwsaert
trafficstars

We're running into this issue as well. A start of a solution to toe svg2pdf code seems to be: which I took from: https://github.com/parallax/jsPDF/issues/3401

@HackbrettXXX we intend to put this (and in larger view, html => svg => pdf) up as a student project. But that will only start in september 2024. At that...

For info: My workaround for this is: @ViewChildren(MatTab) tabs: QueryList; let tab = this.tabs.toArray().find((tabItem: MatTab) => tabItem.textLabel === tabName); if (tab && !tab.disabled) this.selectedTabIndex = this.tabs.toArray().indexOf(tab); this.tabGroup.selectedIndexChange.subscribe((index: number) => {...

Yes @ClaritySupport , we have this issue as well. We update the URL in our angular SPA a lot with queryParams and every time clarity is understanding this as a...

isn't the rolldown announcement also related with this? https://rolldown.rs/about

Hi James, that's great to hear. And congratulations on the newborn! I was a bit hesitating for putting the question out there that I would get thumbed down but am...

If I'm interpreting correctly, this library has started as a third party library and is continuing in that way (until now anyway). To a degree it's a gray zone as...

Hi, thanks for the reply, Well in one project we're using playwright-jest but in the other we're using vanilla playwright (we want more control there to have a pool of...