Armin Stepanyan

Results 11 comments of Armin Stepanyan

I've tried to replicate your error on my MacOS Catalina 10.15, but was unable to do so. Following the steps you outlined leads to working zsh completion on both the...

I would suggest adding `[-2:]` for backwards compatability: `cont, hierarchy = cv2.findContours(thresh, cv2.RETR_TREE, cv2.CHAIN_APPROX_SIMPLE)[-2:]`

It does it after first or second "send to repl" On Sun, Sep 24, 2023, 11:41 PM nobody-famous ***@***.***> wrote: > Does it do that immediately? Or does it take...

Thanks, do let me know if there's any extra debugging info that would come handy On Mon, Sep 25, 2023, 12:32 AM nobody-famous ***@***.***> wrote: > OK, that's weird. I'll...

Upon start the CPU utilisation goes to near 100% and memory to 1GB. First it outputs: Match: ["[9/27/2023 17:29:27][STARTING] Started on port 49326","9/27/2023 17:29:27","STARTING","49326"] Found port: 49326 Server port 49326...

[Here's the Alive Client log](https://github.com/nobody-famous/alive/files/12748086/alive.log) > If you open a different lisp file does it still do it? Just realized that it does not. Here are the contents of the...

I'm not sure whether this is a byproduct of automatic diagnosis, but if I (manually) compile the same defun in `sly`, it throws an error when `SBCL` runs out of...

https://github.com/nobody-famous/alive/issues/169 should be fixed by the behaviour I described in the comment above as well.

Thanks for taking the time to explain, @nobody-famous, this exchange has been very educational for me.

Incoming network connections are requested because the desktop app spins up a local web-app whenever the desktop app is opened. You can check this by opening `localhost:51735` after opening a...