Jason Volk

Results 58 comments of Jason Volk

If you actually put in the time and effort to make this work, and it does the job fair and completely -- it would **not** be rejected. I would further...

There are infinite paths to becoming a contributor; they don't need to fight the traffic on the avenues to get through. There is still a lot about the build system...

If you don't mind, can you open up devtools in Riot and check the room state to see if it contains an `m.room.name` and `m.room.canonical_alias`? Room name calculations are actually...

> I was surprised to find it actually let me set the name. This is not rejected with an error while construct is in development, my apologies for it being...

I wrote my last message without having noticed that your address bar says `riot.im`. Are you using the matrix.org server in that screenshot? I was under the impression you're reporting...

I believe on many distributions including Arch clang uses a separate package for its runtime profiler. I'm not certain of this, but please check your packages in clang's domain. As...

You can now use `--with-profile=no` as a workaround. Leaving this open though until that's not required.

Thanks, I think the ideal course here is to substitute some configurable $BRANDING that will end up prefixing includes, or some other namespace indeed. I've been considering `ctor`. Without endeavoring...

Indeed this has been a wider issue with the many, many forks of IRCd over the decades :) > that package is patched to instead use ircd-hybrid as its namespace,...

> Seems this works: > > ``` > ./configure --sysconfdir=/etc/construct --libdir=/usr/lib/ctor --includedir=/usr/include/ctor > ``` > > I have only tried compiling (and not even completed that yet), not actually tried...