Georg Wicke-Arndt
Georg Wicke-Arndt
I do think, too, that inverting a matrix should either return a useful result or throw an exception - I've just run into the same issue. Otherwise the error just...
To anyone seeing this: If you want structural sharing, you can use [`immer`](https://github.com/immerjs/immer)'s applyPatches function ([docs](https://immerjs.github.io/immer/patches)). It's not completely RFC-conformant since it uses a different path format, but they can...
I'd love to see this change land. Let me know if I can help.
@stefanforsberg Do you know the reasoning behind removing directories that do not contain any tests? Is it to make subsequent discovery faster? Because this behaviour requires to restart the extension...
Okay, so apart from the entire globbing issue: now that #252 is merged, we can probably just safely remove this behaviour, right? I'm going to make a PR then. If...
@mjnorman @Euphoric I think this should be fixed in the new version, does the problem persist?
The `pyvenv.cfg` file inside the venv folder contains the Python version already, so Pipenv would just need to check against it.
To your points: 1. Pretty much the same as we distribute all the other assets. We'll just add a `dotnet publish` command to the compile command, then distribute the resulting...
I think this can be closed now
I think this should already be fixed with the new version