Ron Serruya

Results 12 comments of Ron Serruya

Same issue ^ 21M rows python 3.8, OSX 10.15.7, I'm running parallel_apply, and 2 out of 12 bars finish, the others get stuck and I'm getting a "python quit unexpectedly"...

> I "sovled" it by kind of brute force. > I took each phrase I want to use and created all the combination for that phrase. > I used another...

Same issue, python 3.8.0 sanic 19.12.2 gunicorn 20.0.4 Edit: this happens when i run locally on my Mac, but not when running inside a Linux docker, might help you

I "solved" this by putting a Semaphore before sending the request, looks like aiokafka cant handle having so many pending tasks in its buffer This is the benchmark code: ```python...

^^ Bulk is a really critical part of working with ES, any estimate for this?

It is a setting in .gitconfig ``` gpgsign = true ``` it can either be every time you commit, or on a cooldown (for example ,once in 12 hours)

@jesseduffield It works! Thanks :) Something else I noticed is that the outlines appear now only if you are navigating this item (TAB will move to 'branches' and the white...

Awesome, btw thats Linux, not windows, so you might want to add that to your checks as well :+1:

The default one on Ubuntu is with a purple background, not sure about all other distros

@jesseduffield The GPG signing issue still happens when stashing files