David Dworken

Results 23 issues of David Dworken

If LD_LIBRARY_PATH (or DYLD_LIBRARY_PATH) is not set, the install/activate script will cause the environment variable to be set to something like: ``` LD_LIBRARY_PATH=/home/david/.gvm/pkgsets/go1.13/global/overlay/lib: ``` This means that the dynamic library...

Cookie names are case-sensitive, which means that `Foo` and `foo` are different cookies. Many frameworks incorrectly treat cookie names as case-insensitive. This is a bug, but a seemingly common one...

This PR adds a new feature to the SSH CA project: The ability to define realms of servers that are only available with approval from someone else on your team....

Currentlly `Dockerfile-ca` and `Dockerfile-kssh` are nearly the same file since both involve installing and setting up Keybase inside of Docker. In the future once we have an official Keybase docker...

Thank you for this library! I used it in [one of my projects](https://github.com/ddworken/hishtory) and it is super helpful. I recently realized that the behavior if someone does `tbl.AddRow("foo\nbar")` is slightly...

:wave: I saw #136 and was wondering whether y'all would be interested in adding support for continuous fuzzing for this library. I went ahead and made a quick prototype of...

Currently this script is exceedingly slow at encoding larger files. So as to solve this, we need to add multithreading support and work on other optimizations.

Currently, hiSHtory searches are always returned sorted by timestamp of when they ran. As @mustafa0x pointed out [here](https://github.com/ddworken/hishtory/issues/135#issuecomment-1854475149), it may be interesting to instead return commands ranked by their relevance...

As originally suggested in #59