Lukas Jagemann

Results 71 comments of Lukas Jagemann

Hey, maybe I could interest you in my (somewhat abandoned) ilpatcher I wrote once but never finished: https://github.com/Splamy/ILPatcher It's probably not (yet) as convenient as reflexil but with some work...

Sad to hear the stop of this libray, but I'll repect the decision. Just out of curiosity, two questions: > after reading the v1.0.0rc spec. > I do not see...

Thanks a lot for your answers. My biggest gripe is probably that it's more noisy than it should be, but I don't want to switch config languages again, so I'll...

Change the bookmarklet to: ```js javascript: document.location = document.URL.replace(/(old\.)?reddit.com/,'removeddit.com'); ``` and it also works on old.reddit.com

TS5 is only a client rework, the server is the same.

They keep a lot vague, but I was in the TS5 beta and the client connects just fine to TS3 servers. I guess this will be the targeted path of...

Yeah, should also work, you're basically just limiting your access to the 'nice' newer apis, but other than that probably no problems.

To subscribe to all channel use `channelsubscribeall` after connecting. Or use the bookkeeping `Server` struct and call `set_subscribed(true)` to subscribe to all (it will use `channelsubscribeall`)

Also check out the wiki, there are some examples: https://github.com/Splamy/TS3AudioBot/wiki/Rights

That's not that easy. There are multiple concerns I have for this. - Currently the entire api is structured for json bodies which means I would have to add a...