Miguel Sánchez de León Peque

Results 184 comments of Miguel Sánchez de León Peque

@ocaballeror Thanks for having a look at it. I am not sure we should consider this a bug. Having to specify the address explicitly when setting up a distributed architecture...

@ocaballeror Let us first improve the current Windows CI integration (combine coverage reports, fix tests currently failing, see if we can skip less tests...). Trying to tackle this now would...

@ocaballeror Sure. I will review this this week.

@ocaballeror Before reviewing this, would you mind rebasing against `master`?

I am assuming you can, and want to, use a single name server. In that case you can [create a proxy to an existing name server](https://osbrain.readthedocs.io/en/stable/considerations.html#creating-proxies-to-existing-name-servers).

A little example; first run `alice.py`: ```python import time from osbrain import run_nameserver from osbrain import run_agent from osbrain import Agent class Alice(Agent): def on_init(self): self.count = 0 def log_message(self,...

Update: - Did a test, but after days, files/folders have not been deleted (not those with the sticky bit set but neither those with the sticky bit not set). -...

Got an [answer on Unix & Linux](https://unix.stackexchange.com/a/358386/66295). Due to current implementations of the aging clean-up (non-existent), this is no longer in the priority list, although should be fixed for `1.0.0`....

Yeah, I was thinking more about the approach in Linux's `checkpatch.pl`. They do not have a dictionary with all the valid English words, instead, they have a dictionary with common...

@ocaballeror Literally everybody else. I know no project without a "Fix typo" commit in their history. :joy: