Alfred Reibenschuh

Results 30 issues of Alfred Reibenschuh

**Describe the bug** ttyd disconnects on browser connect if command is /bin/login from util-linux **To Reproduce** Steps to reproduce the behavior: ``` ttyd.x86_64 -p 8080 /bin/login ``` **Expected behavior** ttyd...

bug

i had to do the following to make it work ``` tar -xvf jq-1.6.tar.gz cd jq-1.6 cd modules/oniguruma autoreconf -fi cd ../.. ./configure --with-oniguruma=builtin ```

### Preflight Checklist - [X] I agree to follow the [Code of Conduct](https://github.com/jgraph/drawio/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://github.com/jgraph/drawio/issues) for a feature request...

**Is your feature request related to a problem? Please describe.** CommonMark discussed Letter ordered lists here [Letter-ordered lists](https://talk.commonmark.org/t/letter-ordered-lists/173/24) pandoc documents it here: [ordered-lists](https://pandoc.org/MANUAL.html#ordered-lists) see "fancy_lists" paragraph **Describe the solution you'd...

an overview of standardized paddings is here https://en.wikipedia.org/wiki/Padding_%28cryptography%29 i saw the for 0.2 zero-padding has been merged this enhancement request would rely upon that capability

enhancement

use case: chat on interactive shell (session preserving) solution: add the following code to SessionDelegate ``` Channel shellChannel; Expect4j expect; String shell(String command, String terminator) { expect.send(command); return returnShellOutput(terminator); }...

hell i know that jndi support is usually very container specific. but in case of jetty this could be done easiely.

hello this was promised in #179, but seems to never made it to central

lets cite ITU-T X.690-2021 aka ISO/IEC 8825-1:2021 (E): ``` 8.23.5 For restricted character strings apart from UniversalString, UTF8String and BMPString, the octet string shall contain the octets specified in ISO/IEC...

expected commandline: ``` ./mkroot.sh BUSYBOX_RPM=y ``` expected contents of mini.conf: ``` CONFIG_RPM=y ``` hmm ... since cmd options like this are already propagated into env, after writing basic mini.conf one...