-
Updated
Apr 8, 2022 - Python
cython
Here are 649 public repositories matching this topic...
Is your feature request related to a problem? Please describe.
Many static type checkers have issues finding Cython's stubs.
Here is from running mypy on my current project:
error: Skipping analyzing "cython": found module but no type hints or library stubs
The same issue can be seen when using import Cython as cython:
error: Skipping analyzing "Cython": found module but
-
Updated
Apr 4, 2022 - Python
We don't current have a way to get the sound output through the API. This could for example be in the form of a buffer to copy at every frame.
This might also require some work to separate the sound implementation from SDL2.
-
Updated
Mar 14, 2022 - Jupyter Notebook
rasterio.warp.reproject takes a kwargs parameter, which is passed to the "transformation function". It is not by any means clear what this means. What transformation function? What are the allowed values for kwargs? Can this please be expanded on? Thanks.
-
Updated
Jul 4, 2021 - C++
-
Updated
Nov 9, 2021 - Python
-
Updated
Feb 22, 2022 - Python
An option like $ fio cat --bounds w s e n --bounds-crs <crs> --dst-crs <crs> would allow for filtering prior to reprojection, like $ ogr2ogr -spat w s e n -spat_srs <crs>.
See Toblerity/Fiona#210 for a discussion about standardizing bounding boxes as --bounds w s e n rather than --bbox w,s,e,n.
-
Updated
Jan 26, 2022 - Python
-
Updated
Apr 5, 2022 - Nim
As suggested by @connorjak in pyimgui/pyimgui#243 (comment), we should add tests for each integration that would launch the integration and exercise it (call functions and action callbacks).
Notes:
- Tests of actual functionalities are automatically parsed from the examples in the documentation. No need to run every single example for every integration.
-
Updated
Sep 7, 2020 - Python
-
Updated
Mar 26, 2022 - Python
-
Updated
Nov 27, 2021 - Python
-
Updated
Mar 27, 2022 - Cython
-
Updated
Feb 19, 2022 - Python
-
Updated
Sep 29, 2021 - C++
-
Updated
Jan 25, 2022 - Python
-
Updated
Dec 26, 2021 - Python
-
Updated
Oct 28, 2018 - C
This could be done adding a new line in scikit-ci-yml.
The line could be
- twine check dist/*
-
Updated
Mar 15, 2022 - Cython
-
Updated
Apr 8, 2022 - Python
Improve this page
Add a description, image, and links to the cython topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cython topic, visit your repo's landing page and select "manage topics."
Have you checked borgbackup docs, FAQ, and open Github issues?
Yes
Is this a BUG / ISSUE report or a QUESTION?
BUG
Your borg version (borg -V).
borg 1.1.15
Full borg commandline that lead to the problem (leave away excludes and passwords)
Describe the probl