Slind14

Results 23 issues of Slind14

Hi there, it would be great if the username could be predefined using a get param on the embed link. In my use case I would need a secure way...

enhancement
TODO

Are there any plans for supporting multiple concurrent connections for the data transfer? Or is this already possible somehow? Doing backups across > 1G networks is quite slow, due to...

question

Hey, kinda no one seems to like the sound effect as it scares the hell out of them. What do you think about making it configurable so you can disable...

Is there any way to set node options. When setting them through the environment variables it runs into an issue with Docker ARGs: E.g. for nodejs diagnostics: ``` NODE_OPTIONS: '--report-uncaught-exception...

Hi Zodern, I noticed that the new `mup meteor debug` only works when exposing the port with: ``` docker: { args: [ "-p 0.0.0.0:9229:9228/tcp", ], networks: ["customNetwork"], [...] } ```...

Hi @abouolia, I have a case where the height of the content in the sidebar is changing, this is causing the sidebar to scroll over the next element because the...

Hi, more and more users are upgrading to high res. hardware. Its already common for notebooks and the stand alone monitors are getting more and more, too. With the launcher...

enhancement

It would be great if one could update a pack without actually starting it after the update. On top some sort of update and install all.

enhancement

It might worth looking into a more human friendly output in case of this exception (mojang auth down): ``` java.net.SocketException: Connection reset at java.net.SocketInputStream.read(Unknown Source) at java.net.SocketInputStream.read(Unknown Source) at sun.security.ssl.InputRecord.readFully(Unknown...

enhancement

Hi there, I find it really difficult to read through the numbers combined with letters and not being able to sort by values. Is there a reason the data isn't...

help wanted