i am not sure how to best contribute the code for this, i think i can take the code an make a localversion but then no one else gets the benefit.
so that in a component it can get an event in a function to handle things like file x was uploaded take it out of the queue display and update my grid of files on the server.
is anyone working on this kind of update ?
does anyone have a fork where they did it ?
it seems like this could use some events to notify the calling code of the status changes.
kind of like @Output() onVoted = new EventEmitter<boolean>();
https://angular.io/guide/component-interaction
i am not sure how to best contribute the code for this, i think i can take the code an make a localversion but then no one else gets the benefit.
so that in a component it can get an event in a function to handle things like file x was uploaded take it out of the queue display and update my grid of files on the server.
is anyone working on this kind of update ?
does anyone have a fork where they did it ?
I have finished addressing this in v0.2.0 of angular-file
Recommend moving to my fork for the requested functionality
I have finished addressing this in v0.2.0 of [angular-file](https://www.npmjs.com/package/angular-file)
Recommend moving to my fork for the requested functionality
@AckerApple there are still a lot of people using this in their applications, already in production. At least some of them would like to keep using it, as it might not be that easy for them to upgrade to something else.
@AckerApple there are still a lot of people using this in their applications, already in production. At least some of them would like to keep using it, as it might not be that easy for them to upgrade to something else.
Of course people have this package in production and may want to keep using it. Doesn't mean I shouldn't be helpful and mention the functionality they seek is available elsewhere.
If it bothers you that I'm all up in your package, it wouldn't be the first time I've heard that. I have not been blocked by a package, nor am I trolling... Doing what I think is helpful.
@figuerres reported this same issue on my fork: https://github.com/AckerApple/angular-file/issues/2
Of course people have this package in production and may want to keep using it. Doesn't mean I shouldn't be helpful and mention the functionality they seek is available elsewhere.
If it bothers you that I'm all up in your package, it wouldn't be the first time I've heard that. I have not been blocked by a package, nor am I trolling... Doing what I think is helpful.
Did not suggest you are trolling or bothering someone, just pointed out a scenario for some people, including myself. I'm not directly related to valour-software, but since I'm using this package I'm trying to give a hand to keep it more updated 😄
Did not suggest you are trolling or bothering someone, just pointed out a scenario for some people, including myself. I'm not directly related to valour-software, but since I'm using this package I'm trying to give a hand to keep it more updated 😄
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
it seems like this could use some events to notify the calling code of the status changes.
kind of like @Output() onVoted = new EventEmitter();
https://angular.io/guide/component-interaction
i am not sure how to best contribute the code for this, i think i can take the code an make a localversion but then no one else gets the benefit.
so that in a component it can get an event in a function to handle things like file x was uploaded take it out of the queue display and update my grid of files on the server.
is anyone working on this kind of update ?
does anyone have a fork where they did it ?
If you have a local version of this a PR would be awesome 😄
I have finished addressing this in v0.2.0 of angular-file
Recommend moving to my fork for the requested functionality
@AckerApple there are still a lot of people using this in their applications, already in production. At least some of them would like to keep using it, as it might not be that easy for them to upgrade to something else.
@figuerres reported this same issue on my fork: https://github.com/AckerApple/angular-file/issues/2
Of course people have this package in production and may want to keep using it. Doesn't mean I shouldn't be helpful and mention the functionality they seek is available elsewhere.
If it bothers you that I'm all up in your package, it wouldn't be the first time I've heard that. I have not been blocked by a package, nor am I trolling... Doing what I think is helpful.
Did not suggest you are trolling or bothering someone, just pointed out a scenario for some people, including myself. I'm not directly related to valour-software, but since I'm using this package I'm trying to give a hand to keep it more updated 😄
Yo extra thanks for maintaining this package. Big fan.
Understood.