Greg Veres

Results 33 issues of Greg Veres

This is easy to reproduce. take any source file and put your cursor on an identifier let manager = IdManager.mangers[id]; put your cursor somewhere on IdManager. Notice that IdManager becomes...

I just found your project and I think it is fantastic! Would you consider adding a type defintion like this: type Styles = Properties; and then export it? I find...

@DVLP I was wondering why my client was only requesting protocol version 1.5 when the code I am replacing was requesting version 2.0. It is because signalr-no-jquery is using a...

Thank you for providing this! I just spent a few hours trying to get this to compile under typescript. When I was about to give up and create my own...

I have realized that I no longer have source maps after converting to nx. My setup is like this: * apps * app1 * app2 * libs * lib1 *...

## Current Behavior I have produced a reproduction repo. The repo contains one application and one library. In the library are two components: HelloWorld and GoodByeWorld. HelloWorld is used by...

bug

I have been converting my app to a monorepo for the last while, trying to figure out the right way to decompose the app into libraries to support breaking the...

## Description I have been using Nx-plus/vue for a couple of weeks now. Due to wanting so much of my app to dynamic load via the router, I now have...

enhancement

I have added information to the Readme file of the vue plugin that I wish was there before I started migrating my app into Nx with the vue plugin. Knowing...

When I start up my app, I get this spewed to the log about 35 times. It seems to come at a period of startup where my app seems paused...