onli
onli
On a linux system, I have a working sendmail system. It relays messages via sendgrid, and this works: ``` echo "This is a test email" | sendmail -f [email protected] [email protected]...
Hi If I see this right, the base license of all of this as specified in the README is [Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License](https://creativecommons.org/licenses/by-nc-sa/3.0/). Is that really intended? It...
As explained in issue #251, I wanted a range slider that does not rely on jQuery UI. This implements one, using https://refreshless.com/nouislider/ as base. I added it to the toggle...
First, thanks for this project. I was surprised by how well it works, how easy it was to get it up running. Very good work. I'm in need of a...
Hi, please regard this as a mix of a feature request and feedback. I did not find another issue that mentions it. Like mentioned in my other feature request, jplist...
I want to help by documenting our gitter conversion in a proper issue. I first had issues compiling bedrock that I documented in #488 and solved with the hints from...
rack-superfeedr was running fine for some time. But I changed the server, and it is running not under '/' anymore, but under '/feedtragon'. My config.ru looks like this: ``` require...
I was yesterday struggling to do the chi-square test as a plain homogeneity test. The "create a matrix" approach went over my head. I hope that this additional example might...
See https://github.com/s9y/Serendipity/issues/440. Relies on code added to the core during 2.4.0-alpha2. To be merged after 2.4 got released.
I restored the AppImage build infrastructure; The relevant files are: * https://github.com/onli/simdock/blob/master/Makefile to build the app in general * https://github.com/onli/simdock/blob/master/Makefile.appimage contains the code to create an AppImage from the appdir...