Darius Kazemi
Darius Kazemi
I tried to ctrl+F the readme for "locale" to find that term and thought that maybe this library didn't support switching locales. It was only after reading #80 that I...
This PR adds a new `minChars` setting which sets the minimum number of characters a user needs to enter before the filter is applied to a table. This is a...
Updating docs to reflect changes in PR #24.
We now detect whether a file is being dropped by a user (by checking `event.dataTransfer.files.length`) and prevent the remaining drop behavior if this is the case. Otherwise, drop happens like...
I'm going to generate an illustrated book recounting the adventures of a team of archaeologists as they uncover and postulate about a series of mysterious ruins. It is very much...
Resources
This is an open issue where you can comment and add resources that might come in handy for NaNoGenMo. There are already a ton of resources on the old resources...
The `htmlEscapeToText()` function in `routes.js` should probably be replaced with a library, since there are often tricky edge cases. I recommend [ent](https://www.npmjs.com/package/ent) and will probably make a pull request with...
### Pitch As a moderator reviewing reports from users, I would like a check box that says something like "notify this user when their report is resolved". On resolving the...
This adds a checkbox to the list editor modal that lets you say a list is "Exclusive". If this is checked, the posts that appear in this list timeline do...
Sometimes the loading bar hangs on loading audio -- it's never a particular file and it's hard to repro. Usually closing and reopening the tab fixes the issue, or multiple...