Pete Smith

Results 28 comments of Pete Smith

I am using the latest angular 9 and the latest version of ngx-chips, trying to globally configure the default theme: TagInputModule.withDefaults({ tagInput: { theme: "ddf"}}); and the ts compiler says...

I think the best answer is to drop a ~/.profile file with the following contents, and then go into your Windows Terminal settings and set the starting directory to /home/...

We have the exact same need, one big file is just too dangerous with collisions.

any update on this? We have a secure dome environment, and what I want to do is point tsd to our internally mirrored DefinitelyTyped github repo just like I can...

@claudiuconstantin do you think these limitations of routing ng 1.x views into a 2 + view will ever be lifted and supported?

I am hitting exactly this, if I had access to the inject: property from esbuild I would be totally set.

I'm hitting the issue with different instances of axios - is that going to get released? Seems that the fix is in.

Because I don’t want to trip on an existing poll.. for the moment I am trying by stopping and restarting the poll - a logical restart > On Sep 12,...

Vue Routes had to be imported es style not required() - It was so many little things very hard to debug import HomeComponent from '../views/not-found.vue'; export default [ { path:...

I am struggling with babel and all with vue, getting confusing results in the chrome debugger. I think we should abandon the babel pipeline, and use TypeScript, class based vue...