Bastian Bense
Bastian Bense
First off, thank you for making kubetail! It's awesome. I kinda expected a "--watch" feature to be there as in my use case I use kubetail to have a terminal...
I'd also be interested in an update. Trying to implement `ngx-timeago` with the latest Angular version - and it kinda works. Even though I'm trying to assign the localized strings...
Now if someone could do this for ^9.0.0 as well...
Thanks for your response. I did some more digging, and realized that the main difference between those alpine versions is the libpq and libpq-dev version: 3.20 uses 16.6-rc0 and 3.21...
Yes, please. The current errors are not very helpful at all and I had to trial-and-error myself through this. Feels bad, man.
For simplicity of reproduction, `ionic build --prod` throws the same error.
I created a minimal project that shows the problem. 1. unzip attached file 2. run `yarn` to install dependencies 3. run `ionic build --prod` [bugtest.zip](https://github.com/jkuri/ngx-uploader/files/1370989/bugtest.zip) Hope that helps.
This cost me 2 hours of trial and error until I found out this was the culprit. :( Ended up removing this pub for now.
First time user here and did some testing. I basically just started with one master and 2 workers and most other values being the defaults. The cluster starts up, everything...
+1. Same for `formControlName`. It's a royal PITA to convert into the user's locale to display it in the form using `patchValue()`, especially if the data comes in the form...