Mark Constable
Mark Constable
Is there any interest in having a mobile friendly responsive theme? Bootstrap is obviously the goto choice but there are also lighter options available, like PureCSS and others.
- Operating System (Linux/Mac/Windows/iOS/Android): Linux (Manjaro/KDE) - Delta Chat Version: 1.30.1 - Expected behavior: Messages used to get moved into the DeltaChat folder up until the 16th July 2022 -...
FWIW I've gone through your script and refactored it for my needs on the way to turning it into a class. There may be some ideas you can use like...
Any hints as to how I could add a typical bootstrap-like top bar nav that collapses in mobile view with a RHS hamburger icon?
Would you be interested in a port of jodoc to javascript using node? I've been working on a similar inline doc system using markdown but based on showdown.js. I use...
Licenses
Looks like the WTF license isn't OSI approved according to this page... http://www.opensource.org/licenses/alphabetical Would it be reasonable to create a top level file called LICENSES and simply list links to...
Here's a modification to process.env() to return an object instead of an array. It makes it slightly more usable in that `var home = process.env()["HOME"]` becomes possible without having to...
Just an idea but the silkjs executable itself has to be arch specific (i686, x86_64, OSX etc) but the Javascript and documentation is reusable across all architectures, distros and operating...
Hi Mike, did you mean to include all of src/v8-read-only in a recent update?
Hi, your nested set class looks concise and simple so this could be a good example to work from but it's incomplete with no html or sql schema. Do you...