Adlion Myftarago

Results 25 comments of Adlion Myftarago

On VS Code you can easily disable prettier on a specific workspace by just going on extensions and disabling it. I am sure other IDE have something similar.

Have you guys found a solution for this issue. I have used this in one of the project where I contribute and is firing every time I click. I really...

Any progress on this? I am using it on Swarm and have the same issue. For now I am leaving my services without refreshing the cookies.

@salykin I will try to build the container one more time using npm install -ddd I am sure I have not copied the node_modules, because I copy the source code...

No it does not work I get this error ``` Uncaught ReferenceError: goog is not defined ``` On the js file there is this import ``` goog.exportSymbol('proto.command_executor.PostCommandReq', null, global); goog.exportSymbol('proto.command_executor.PostCommandRes',...

I had tried compiling using the typescript or commonjs and was not working. The missing step was the webpack. Same is being described even here https://github.com/vitejs/vite/discussions/8926 My colleagues are not...

I do not know your `project.json` configuration but I have modified mine like so and I am able to run it. ```json .... "serve": { "executor": "@nrwl/workspace:run-commands", "options": { "command":...

Is this related to this package. In my understanding if you do not use `nx` or `npm` to run you program than there is nothing that can be implemented in...

I have the same problem in Gitlab. So I need to push something before the tag is applied.