Tobi Binna

Results 16 comments of Tobi Binna

Same issue here and I think the idea suggested above is a good solution. It would also help clarity to prefix the environment variables with `DB_` as it would be...

Yes, that's true. It could be a different trait for Play WS. For Play 2.5.x I used the same `Circe` trait for my WS clients. This worked because play-ws was...

@flo-sch I have tried to add semantic-release to my Bitbucket Pipeline config today. Unfortunately, I came across this PR quite late but I have a few comments regarding the proposed...

Hey @zjkipping thank you for the report. Could you clarify which nx-forge plugin and nx version you are on? Just a small tip regarding step 3 in your workaround: You...

@khatiwadasaurav, I don't think there is one right now. I will try to find some time over the holidays to clean up the tunnel executor and add it to the...

Hey @khatiwadasaurav, @zjkipping, I have made some progress with this. Firstly, there is currently a bit of confusion in the codebase with `serve` and `tunnel` executors. Bottom line: There should...

@zjkipping, I just published @toolsplus/[email protected] if you want to give it a go. This is largely untested with setups other than Webpack but should include most fixes apart from a...

Great, thanks for testing and the feedback! Good to know that it works on other setups. I will finish the implementation, run more tests with different setups, and update the...

Hey @zjkipping, @khatiwadasaurav I just published [@toolsplus/[email protected]](https://github.com/toolsplus/nx-forge/releases/tag/v6.0.1-beta.1) which should fix most of [the points outlined in the post above](https://github.com/toolsplus/nx-forge/issues/133#issuecomment-2604674144). Please give it a try. I'd appreciate a comment or thumbs-up...

Thanks for the update, @zjkipping. In that case, I will go ahead and release the beta branch. Regarding distinguishing types of resources, I have added [a util-manifest file](https://github.com/toolsplus/nx-forge/blob/main/packages/nx-forge/src/shared/manifest/util-manifest.ts) with a...