acha5066
acha5066
I also think this would be a good feature. I want to provide patches to certain modules in a utility module we use internally on a couple of projects. However,...
I just had a look at the code to see how it could be tackled and I think adding the `allow-patches-from` option should be added to a new branch as...
Running version: 9.3.5 One way this seems to continually happen is if I delete a file that is imported somewhere in my app, without removing the import statement. Doesn't seem...
This issue is documented here: [https://docs.lando.dev/config/performance.html#cannot-remove-mounted-directories](https://docs.lando.dev/config/performance.html#cannot-remove-mounted-directories) "This means if you exclude a directory that gets removed during a dependency update or build step you will likely experience some degree of...
I think this is actually a bug. I was able to get the focus to stay on the input by swapping out this decorator with my own simple one. The...
I had the same issue. It seems like this can be caused by a number of things but it turned out that using the [react-apollo](https://github.com/apollographql/react-apollo) library was conflicting with this...
FYI, I was able to get a working setup using a different image from skpr. Hopefully that helps somone out: ```yaml services: opensearch: type: compose app_mount: disabled moreHttpPorts: - 9200...