Redsandro
Redsandro
## I'm submitting a... ``` [ ] Regression [ ] Bug report [x] Feature request [ ] Documentation issue or request [ ] Support request ``` --- ### [Feature] MongoDB-style...
#Half the markdown documents I encounter in the wild do not have a space between the hash characters and the title. E.g.: `###Title`. This is because a lot of editors...
**Problem:** When a request from shodan.io crashes the smtp-server (see https://github.com/nodemailer/smtp-server/issues/128) in my api app served over https, it is automatically restarted due to `docker-compose.yml` `restart: always`. However, the app...
Every module that uses the parser needs to instantiate their own parser: ``` var UAParser = require('ua-parser-js'); var parser = new UAParser(); // do stuff with parser... ``` This is...
Here's an idea. When getting the _"transaction too large"_ error, you need to manually do something that can be described as: ``` while "transaction too large" do change transaction amount...
### Feature Proposal One of the most prominent problems I'm facing with Zettlr is that I cannot easily find the note I want. Scattered across multiple open projects with multiple...
It would be nice to have some kind of _notes_ mode. - Auto-save notes to certain directory - Show a list of notes - Allow wiki-style links to other notes...
Some users of my app have indicated they find it confusing that all buttons in the `bs-navbar` have an `active` state, except for the `nav.dropdown` one. I think this is...
Now that I have everything in order, I am filling most of a form with known/cached data. Is it possible to trigger (e.g. `this.get('model').validate()`) all validations, so that all filled...
Although this library is instantly sweet for the simplest of things copypasted from examples, I've spend quite some time trying to find *a list of supported format types.* I've browsed...