Skip to content
#

cython

Here are 510 public repositories matching this topic...

ThomasWaldmann
ThomasWaldmann commented Oct 1, 2020

there are frequent questions like "why is borg slow for me, considering all my files modified" when the underlying filesystem has issues with:

  • stable inode numbers
  • when people do not always have the same full/absolute paths
  • when they have ctime issues (like cron scripts running chown -R/chmod -R)

there are quite some related posts on this issue tracker (also see closed issues) and on t

PyBoy
DavidSteinhart
DavidSteinhart commented Jun 3, 2020

I tried saving and loading a state, but the resulting images differ. Mario shows a different animation frame. Might be related to #99

from pyboy.utils import WindowEvent
import pyboy as pyboy
import numpy as np
import io

# Load Super Mario Land and progress to start of game
boy = pyboy.PyBoy('SuperMarioLand1.gb')
boy.set_emulation_speed(0)
for i in range(100):
      boy.tick()
jina
JoanFM
JoanFM commented Jul 30, 2020

Describe the feature

I think enforcing typing in methods parameters can be helpful for robustness, readability and stability of the code.

By using mypy static type checker, we can see potential improvements for jina:

Usage:

pip install mypy
mypy --ignore-missing-imports jina

Do not get overwhelmed by the errors. Let's slowly keep improving until we can eve

Been busy guys, will be reviewing and integrating pull requests shortly. Thanks to all contributors! LATEST RELEASE: 6.0.0 - flatpak @ https://flathub.org/apps/details/com.ozmartians.VidCutter - snap @ https://snapcraft.io/vidcutter - see https://github.com/ozmartian/vidcutter/releases for more details...

  • Updated Sep 10, 2020
  • Python

Improve this page

Add a description, image, and links to the cython topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cython topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.