Andrei Horodinca

Results 19 comments of Andrei Horodinca

I managed to get around that error by updating the `id` in the `typewriter.yml` file. Previously it was `rs_XXX` which is the `resourceSchemaId`, but now it seems to require the...

@oscb Here's my output: ``` $ typewriter update --debug typewriter:config Loaded raw config { client: { sdk: 'analytics-js', language: 'typescript', languageOptions: {} }, trackingPlans: [ { id: 'tp_XXX', path: 'src/app/utils/segment/generated'...

@oscb ETA on publishing a new version with this fix?

After another round of upgrading all my dependencies, the issue seems to be gone. I'm on TypeScript 3.8.3 now. Not sure where and why exactly it went wrong.

@kvalium If you don't want to rely on the default tooltip, you can create your own without any complicated positioning, by simply rendering content inside the `Handle` component. This way...

@oscb Tagging for visibility. This is blocking us as well from migrating to v8. I tried going through to code in an attempt to fix it and open a PR,...

Hey guys. Bumping this again. Unfortunately due to compliance reasons and dependabot vulnerabilities with the `got` package, we have to upgrade from v7, but I just can't see any easy...

https://github.com/DefinitelyTyped/DefinitelyTyped/pull/28421

I would also expect to be able to click anywhere in the box to search. We can achieve this easily with basic HTML, without any complicated calculations. Just wrap `ui-select-match`...

@ChristianGruen There aren't any good alternatives that can do everything this project can do. There are some simpler ones for doing tagging, such as [angular-chips](https://github.com/mohbasheer/angular-chips) or [ngTagsInput](https://github.com/mbenford/ngTagsInput), but as you...