Nick Ufer

Results 18 comments of Nick Ufer

Okay, I tested it and this seems to be a problem in versions

So this guys comment got deleted because he wrote down the fact that this project is dead. What is this? Posting it again for completeness > It's dead I would...

> I can confirm that despite being a Windows-only server, it DOES work with proton! (At least on Debian 12 and GE's Proton...) > > ie: https://github.com/cdp1337/ARKSurvivalAscended-Linux/blob/main/server-install-debian12.sh > > My...

Tested it, works fine ``` Nov-16 21:37:58.622 [DiscordStore] verbose: User registration status added to registeredUsersCache. userId: '@_discord_000000000000000000:matrix.redacted.invalid' ; registered: true [...] Nov-16 21:38:27.140 [DiscordStore] verbose: User registration status retrieved from...

Added log.silly for cache pruning, works too ``` Nov-16 22:07:10.713 [Timedcache] silly: removed entry with key='54' from cache 'txnsCompletionStatusCache' Nov-16 22:07:10.713 [Timedcache] silly: removed entry with key='55' from cache 'txnsCompletionStatusCache'...

Got the same problem with the requirement of an underscore infront of the actual type name... don't know why this is necessary and would be good to know why. Edit:...

Hi, you can remove all records with a specific name this way: ```yaml - name: Create an A record inwx.collection.dns: domain: example.com type: A record: test # value: '1.2.3.4' No...

Hey, as there seems to be some interest in this feature I'm going to implement this. It will probably be released with new record types (#12) in 1.3.0. But I...