Results 10 issues of Binh Vu

This PR fixes issue #585. Now pickling graph & digraph should keep the original edge index. Did a simple benchmark with `directed_mesh_graph(300)` (no node removed and 50 nodes removed --...

### What is the expected enhancement? The current serialization mechanism of PyDiGraph doesn't keep the original order of edges in the graph. This creates an issue for libraries that store...

bug
stable-backport-potential

My machine has cuda install at: /usr/local/cuda; it's fine when I build with cuda. However, if I don't want to build it with cuda ```cmake .. -DNO_CUDA=1``` I get following...

#### What version of the `csv` crate are you using? 1.1.1 #### Briefly describe the question, bug or feature request. The library skips the empty rows even when flexible is...

I want to use your package (version 1.6.2) but I encounter this error: ``` ./node_modules/react-activity-calendar/build/index.js 293:80 Module parse failed: Unexpected token (293:80) File was processed with these loaders: * ./node_modules/react-scripts/node_modules/babel-loader/lib/index.js...

RLTK returns incorrect score for Jaro Winkler similarity metric for the following pair: ("United Kingdom", "Sengenia (United Kingdom)"). Test: ```python import jaro import rltk.similarity as sim import py_stringmatching.similarity_measure.jaro_winkler import py_stringmatching.similarity_measure.jaro...

The `get_raster_bounds` in `topoflow36.utils.regrid` returns incorrect bounds for some GeoTIFF files. The problem is in these lines: ``` ulx, xres, xskew, uly, yskew, yres = ds.GetGeoTransform() lrx = ulx +...

- [x] I have searched the [issues](https://github.com/python-poetry/poetry/issues) of this repo and believe that this is not a duplicate. - [x] I have searched the [documentation](https://python-poetry.org/docs/) and believe that my question...

kind/feature
area/ux
area/sources

Version: 7.2.14 I encounter a problem that literal values accidentally converted to URIs if there is an URI with the same value. Here is an example for reproducibility. 1. Insert...

### Description I encountered an error when trying to create a custom DTO that deserializes a msgspec.Struct and combines it with additional information from the connection. Here’s my struct: ```...

Bug :bug: