-
Updated
May 17, 2021 - Python
cython
Here are 558 public repositories matching this topic...
Lots of error cases are untested, which is worth improving but not urgently so.
Here are some chunks of code that should better be tested (line numbers as found in rev 0448bfbb9a1845a3cca5d07a32fdd4590f538713, [HTML coverage report](https://github.com/cython/cython/suites/2745137547/artifa
-
Updated
May 16, 2021 - Python
A program can tell that it's running on PyBoy because the buttons always change right at vblank.
To reproduce:
- Install PyBoy
- Start the test ROM "Telling LYs?" (which I have precompiled for your convenience here)
- Press all 8 buttons in any order
- Watch the arrow sprite at the right side
Expect: Arrow moves after each press, followed
-
Updated
May 4, 2021 - Jupyter Notebook
-
Updated
Mar 11, 2021 - C++
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
Mar 27, 2021 - 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
Apr 15, 2021 - Python
-
Updated
May 6, 2021 - Python
-
Updated
Sep 7, 2020 - Python
-
Updated
Feb 24, 2021 - Nim
-
Updated
May 7, 2021 - Python
-
Updated
Mar 26, 2021 - Python
-
Updated
May 9, 2021 - Python
-
Updated
Apr 10, 2021 - Python
-
Updated
May 7, 2021 - Python
-
Updated
Apr 20, 2021 - C++
-
Updated
Oct 1, 2020 - Python
-
Updated
Oct 28, 2018 - C
-
Updated
Aug 6, 2020 - Jupyter Notebook
-
Updated
Feb 9, 2021 - Python
-
Updated
Apr 29, 2021 - Python
This could be done adding a new line in scikit-ci-yml.
The line could be
- twine check dist/*
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."
the borg files cache can be rather large, because it keeps some information about all files that have been processed recently.
lz4 is a very fast compression / decompression algorithm, so we could try to use it to lower the in-memory footprint of the files cache entries.
before implementing this, we should check how big the savings typically are - to determine whether it is worthwhile doing