ARF1

Results 18 issues of ARF1

If one attempts to `GET` a non-existent file, the webrepl connection crashes. (It disconnects.) On the UART the following message is printed: `dupterm: Exception in read() method, deactivating: OSError: [Errno...

Great plugin! I have always been wondering: "Where will I end up if I tack now? ... Is it still too early to make it arount the cape." From what...

dupeGuru appears to crash when it encounters a file where it is denied access permission: ``` Application Name: dupeGuru Version: 4.3.1 Python: 3.8.13 Operating System: Windows-10-10.0.19045-SP0 Traceback (most recent call...

bug

I would love to use nose-progressive to format tracebacks in a way that MS Visual Studio understands to allow jumping directly to the right line in the source file. My...

I have two "receive only"-folders on a removable USB disk. The folder watcher is disabled for both folders. However, even with the folder watcher disabled, it is impossible to safely...

Let's assume I would like to `@overload` (or replace) an already existing implementation of a numpy function. In this case, the `@overload` function seems to get called (i.e. it produces...

feature_request

### Please check the following before submitting a new issue. - [x] I have searched the [existing issues](https://github.com/baseflow/flutter-geolocator/issues). - [x] I have carefully [read the documentation](https://github.com/Baseflow/flutter-geolocator/blob/main/geolocator/README.md) and verified I have...

type: bug
P2

### Current Behavior Attempting to create a subgraph induced by edges using `edge_subgraph()` of a `MultiDiGraph` fails with error: ``` File 'networkx\classes\function.py", line 452, in edge_subgraph edges = set(edges) TypeError:...

type: Documentation