Richard Jones

Results 31 comments of Richard Jones

Looks good, mind submitting as a pull request?

I went down a bit of a rabbit hole today with a notion of speeding up the history loading, posted in #devs_backend on discord about it, and was linked here....

it's quite common that the server sends occasional reliable packets to the client, especially during the initial joining and setup phase. it's also common the clients mostly send unreliable packets...

I was just surprised by the baked-in paths, after i tried to install atheme multiple times by copying the install directory. (more than one ircd on the server) I was...

- Simplify pipeline mechanics - Resolver module API update - Implement 'localonly' option for resolvers (closed by 4f0f543e9918f0d86ed4c714965990989a03dc7f) - Implement 'preference' sorting for results (closed by 4f0f543e9918f0d86ed4c714965990989a03dc7f)

ah yes - this works for scripts, but i still need to make resolvers supply a pref too. reopened.

a release can contain multiple apps. the release version is separate from the app(s) versions. the `-u` setting is changing the release version; the app versions are generated automatically by...

good point! xref analysis would probably give a decent solution in most cases :+1:

Can anyone comment on the feasibility of this? I'm working on rollback networking, and pretty much all my components I need to rollback are `PartialEq` except my `struct Collider(parry::SharedShape)`. Is...

Hey, thanks; FTR I'm still using relflow regularly. Not mecurial though, so have at it :)