Julian Hille

Results 103 comments of Julian Hille

have a look at muhammarajs which is a replacement for hummus and actively maintained

Please open this PR against https://github.com/julianhille/Muhammarajs or allow me to use this over there. Its a 100% replacement for hummusjs and actively maintained

hummusjs is discontinued please try https://github.com/julianhille/Muhammarajs which gets updates from time to time.

> Same here. Using `appendPDFPagesFromPDF` with some PDFs ([like this one](https://github.com/galkahana/HummusJS/files/3619637/test12345.pdf)) causes exception in Hummus and crashes Node.js app. Fixed this issue over in muhammara. https://github.com/julianhille/MuhammaraJS/pull/194 May the others check...

please consider change to https://github.com/julianhille/MuhammaraJS it is actively maintained

Is this still correct? when using the above code from the issue opener and doing that with the 5.9.0 version i see two different ids ``` connected CFMu8Ja_484ey2GDAAAB 1695235567.9777846 connected...

ah ok reread the documentation its not true anymore every namespace has its own sid. Is there someway to remove that? i like to have the user authenticated only once...

The reasoning behind that is I want only one user context in the client manager. So I guess I extend the client manager and add a mapping to retrieve a...

Btw this opens up a race condition for me, because my auth works through jwt with a specific lifetime and then namespace connection 1 to n might auth but the...