Teodor Kulej

Results 9 comments of Teodor Kulej

no... I added env var `TERM=xterm-256color` but nothing changed. When I run the program on centos via ssh, the stack trace is not presented. For me it happens only on...

Hi @gandarez Of course the `~/.wakatime.cfg` file has the proper line regarding the proxy. At least the same value that lets wget do to its job. I tried all sorts...

@gandarez usual programs don't need authentication. If they do, explicit login form is being shown in the browser. However tools like npm, maven or just wget don't have problems when...

I just had the same issue, and indeed the .yarnclean was overly eager to clean files. Appending `!@storybook/react/dist/esm/client/docs` solved the issue. It was horrible to debug, and without this issue...

+1 I just tested SourceTrail with my app (maven+lombok) - without success. However, after delombok - it was successful :-) I had to use maven plugin that delombokifies the source,...

The microsofts DI for typescript, tsyringe, can prepare a separate constructor that hides injections within it and wraps the actual constructor.

I think that acceptable solution would be to explicitly mention that `tsconfig.json` must be updated so that unused imports are kept, and user is informed that classes must be imported,...

Hi Unfortunately i'm unable to reproduce the issue in a fresh small repo. Race conditions are usually difficult to reproduce ;-) I will try again later today, scripting to create...

I finally created the repo to present the problem so that you can replicate. https://github.com/mt3o/stencil-race-condition-between-copy-and-build https://stackblitz.com/~/github.com/mt3o/stencil-race-condition-between-copy-and-build Please verify