Peter Butkovic
Peter Butkovic
I have dance mat. Would love to use it with dockerized version of stepmania. ``` lsusb Bus 003 Device 027: ID 6677:8811 WiseGroup, Ltd. Deluxe Dance Mat ``` Any idea...
It would be nice to have an option for predefined list of DB connections, specified via environment variables on container start (or somehow), later shown in the UI on the...
building the `Dockerfile`: ``` FROM progrium/busybox:latest RUN opkg-install coreutils-timeout ``` results in: ``` Downloading http://downloads.lede-project.org/snapshots/targets/x86/64/packages//Packages.gz. Inflating http://downloads.lede-project.org/snapshots/targets/x86/64/packages//Packages.gz. Updated list of available packages in /var/opkg-lists/core. Downloading http://downloads.lede-project.org/snapshots/packages/x86_64/base/Packages.gz. Inflating http://downloads.lede-project.org/snapshots/packages/x86_64/base/Packages.gz. Updated list...
I'd love to see docker-compose.yml substituting the bash script (`./kdc`) as much as possible
any chance for providing sample having kdc with ldap integrated on the server side?
It might be rather a question than a bug, but I didn't manage to make internal links happen. Based on the this one: http://stackoverflow.com/questions/6695439/how-do-you-create-link-to-a-named-anchor-in-multimarkdown I tried: ``` [foo refence] (#foo)...
input (md): ``` foo `format text in a special monospace format` foo ``` output (pdf): ``` foo `format text in a special monospace format` foo ``` However I'd expect that...
I've applied chandler on the project and noticed that all the dates are now overwritten with the date of update. Is there a chance to fix it? Current text says:...
### versions - SlimerJS: 0.9.6 - Firefox: 45.3.0 - Operating system: RHEL 7.2 - Casperjs: 1.1.3 ### Steps to reproduce the issue ``` npm install casperjs slimerjs rm -rf "${HOME}/.innophi/slimerjs/"...
**Is your feature request related to a problem? Please describe.** I'd like to perform rate limiting outside of the application (on infrastructure level) **Describe the solution you'd like** Make controllers/rateLimit.js...