Konstantin Tretyakov

Results 55 comments of Konstantin Tretyakov

Hm, that's strange. By now I tried installing code-server in three different servers (2x Ubungu, 1x Chromebook Crostini), and tested several clients (2x Windows, ChromeOS). I tried both SSH-forwarding as...

Tried both ways - doesn't work in either case for me.

I'm not very familiar with all the details of how ExpressJS handles SSL authentication (and don't at the moment have time to debug this). If you say that rejectUnauthorized=true drops...

Let me add an alternative opinion here: adding dedicated notification logic (e.g. forcing redis-based notifications) into RQ is not very reasonable and would bloat the code unnecessarily. Someone wants to...

I understand it, and I do not see any principal difference between the kinds of notifications. My remark was about the fact that adding functionality to RQ which can easily...

As mentioned above, all of the job status change events (of which the "finished" is most demanded anyway) would fit nicely within ``` q.enqueue(...., on_job_status_change=(callable or a Job object that...

I was interested in getting this kernel to run and it took quite some work right now. Let me document it here, perhaps it could save someone else another hour...

Yes, I will probably add the non-area-weighted 4-set diagram eventually by borrowing the layout from [this implementation](https://github.com/icetime/pyinfor/blob/master/venn.py). It does not split the diagram into separate regions, otherwise you'll get quite...

As you might note, so far I am kind-of putting this issue off indefinitely so far (hoping perhaps someone else might step up). Let's say I'll try to convince myself...

Yes, you are right - I still did not find the time to implement the four-way venn. One of the reasons is that, well, there just do not seem to...