IAMtheIAM

Results 85 comments of IAMtheIAM
trafficstars

Hello, actually yes I was able to Tab down and change the values using my arrow key, to the invisible bars, good guess.

Hello @LordAmit Any updates on this? :-)

@LordAmit Hi, thanks. Where exactly would I look for the file containing `self.SetMaxSize((325, 138))`? I installed via the PPA. Also, what is the filename?

Hey, it worked! Commenting out that line allows resizing the window, and I can see all 4 sliders there now. So your fix is good, please feel free to add...

What is waiting for this to be merged?

Same, no NgFactory files being produced. ``` git clone (repo) npm i && npm run build ``` Results in: ``` ERROR in ./app/main.aot.ts Module not found: Error: Can't resolve './ngfactory/app/app.module.ngfactory'...

It cannot do encrypted home directory, per the docs.

This happens for all my methods and data properties. What's the solution? UPDATE: Apparently, you have to annotate the return type for your computed methods, otherwise all your `methods` and...

I'm still confused after reading all this. What is the proper way to: 1. Return text HTMLtemplate when user requests a GET method and gets error (like 404) 2. Return...

I got it working using express default error handler and routing. ```ts export function customErrorHandler(err, req, res, next) { var isProduction = app.get('env') === 'production'; // Error handlers // Development...