ElJeffe
ElJeffe
Here is the updated package.json
Just noticed there was no darwin version for [0.7.2](https://github.com/omerbenamram/evtx/releases/tag/v0.7.2). Figured I'd report it.
This fixes the situation where the browser returns a two character locale, such as de, but the supported_locales includes de_DE. Prior to this fix, it would return en_US (default) as...
Normally, if an input field is required and the user does not supply a value, the form is not submitted and a tooltip is displayed stating the field is required....
Any way to set the Translatable strings: ``` MULTI_NONE = 'None selected', MULTI_PREFIX = 'Selected: ', MULTI_POSTFIX = ' selected'; ``` I'd like to have the MULTI_NONE be the label...
Suggestions for CSS that restores some color to icons and important text in dark mode. Mismatch on table border (top vs bottom), where it looks best to have both on...
Would be nice to add support for https://github.com/cliffe/SecGen I'm adding this as a reminder to create a parser. https://github.com/cliffe/SecGen/tree/master/lib/output
@moloch-- might be nice to get an autobuild going for [Docker Hub](https://docs.docker.com/docker-hub/builds/link-source/). I don't believe I can do it unless I use a fork as it only lists your own...
Would be nice to get continuous integration setup, like [travis-ci](https://travis-ci.org/). All the cool kids are doing it and it might simplify the setup process. Would also be nice to get...
Currently, we have two playing modes: - **Team Mode**: Players work collectively on a team. Flags / Boxes / Levels are all shared. It's a collaborative game. The only score...