Paul-Louis NECH
Paul-Louis NECH
From a customer's e-mail: ## Context > My project has a kind of scenario where my Django app has a model called `Package` and another called `Author`. My `Package` model...
Today, several of our tests are slowed down by forced sleeping: ```python def test_save_signal(self): Website.objects.create(name='Algolia', url='https://www.algolia.com') Website.objects.create(name='Google', url='https://www.google.com') Website.objects.create(name='Facebook', url='https://www.facebook.com') time.sleep(10) # FIXME: Expose last task's ID so we can...
First thanks for this very useful plugin. I've been running it on one of my services and it already proved very valuable. However, I've been getting an error when using...
Fixed a couple typos.
I've got 37k samples accessible in my Tidalcycles setup, so the sound browser is a **godsend** But I struggle to scan it even with the browser's tree view So I...