iPromKnight

Results 13 comments of iPromKnight

By no means an expert, in fact been using this for a day lol BUt this is what I did ```csharp private void InitModules() { using var py = Py.GIL();...

The problem with having a shared database is then we become susceptible to DMCA actions When media takedown requests are issued, they are against the hash for the magnet as...

One of the reasons I wanted to redo the consumer in typescript and didn't rewrite in c# was to kind of show that with a service bus in place it...

If it's rss really easy as we have an abstract xml scraper. Just have to derive from that and override the methods required

I don't have a premiumize account, so am unable to tests sorry - but I think its just a case of bringing in the upstream moch like Gabi has done...

Sure thing. Will get it done for tomorrow

```mermaid flowchart subgraph Producer Service A[Quartz Job: Scan XML feeds for new torrents] B[Process new torrents setting processed to false] C[Quartz Job: Process untagged torrents] D[Send untagged torrents to RabbitMQ...

Added as mermaid - but you can import mermaid to draw.io using Arrange -> Insert -> Advanced -> Mermaid Just hit the copy icon, it'll add the flowchart to the...

Aye grab jetbrains writerside. It's a decent idea for docs and produces a GitHub publishable site as well as an action to publish it. https://www.jetbrains.com/writerside/ And it's free right now...

see #26 I included what I usually use for projects - it covers a lot of c# really, but will work for everything We will probably want to customize a...