Michael Schaufelberger
Michael Schaufelberger
This would be very useful to mark squash merges for example.
@visnup I can confirm that the workaround fixes that behaviour. Thank you so much! I think it would make sense to open an extra issue for that, since it only...
I'm experiencing the same issue. But I don't think it actually matters that much, in the end it's just visually wrong. Let me explain. ## Workaround Before I explain, why...
I would like to suggest something regarding hourly income calculations: Don't recalculate the hourly income if no item has been added/removed. This would allow Exilence to run in the background...
I'm also interested in using the same component, i.e. `Imgix`, for local development. This way, I can avoid yet another "slight" difference to production environments. So what I mean is,...
@frederickfogerty Thanks for your response. I hope I can clarify my use case: I have a local docker-compose setup which makes my whole environment, frontend, backend, s3 bucket, etc., available...
But would this change be in this repo or not? Currently, if the module is deactivated, it does completely nothing, right? So would the issue fit better in the main...
Yes, I would love this as well. This way I can use the best tool for the job. pnpm to manage dependencies and nvs to manage the node versions. I...
Isn't this not just for `pnpm run` and `pnpm node`? I've also looked at [pnpm env](https://pnpm.io/cli/env). The problem I have with pnpm's approach there, is that the node version switching...
I'm currently working on something similar, with the same goals as you wrote in your post. But I'm having the issue that webpack does not find the image dynamically (#229)....