Simon

Results 11 issues of Simon

During development it is useful to see the full error reported by mongoose. E.g. you forget to assign a required parameter. At the moment I only get `ValidationError: MyModel validation...

Running node-inspector is currently not possible in this project. The reason for this is that the paths in the sourcemaps are incorrect. To validate I cloned the project and committed...

When the ftp password contains a forward slash, all wordmove commands fail with "Name or service unknown". This is because lftp interprets the password as a path. To fix this,...

🐛 Bug
FTP

Is it planned to add other authentication strategies?

There are some points where `tsEnumNames` could be enhanced: - JSON is ~~usually~~ often `snake_case`. Allow ts_enum_names. - JSON Editor uses `enum_titles` for a [similar scenario](https://github.com/jdorn/json-editor#editor-options). Allow both or adopt....

enhancement
help wanted

I was looking for the unique tab feature. I often click GMail links from my todo-list to quickly open the associated mail. This feature help to prevent having tens of...

type: feature
script: background
script: options

In my scenario I fave different playlists. My approach is to keep the player mounted and just update the list prop. I expected this to be possible but its not....

Currently every daily folder will contain all files. To reduce consumed space only the diff should be stored.

enhancement

https://www.reddit.com/r/RemarkableTablet/comments/7ri0qy/sync_script_for_remarkable_paper_tablet_ongoing/dsxcp8l/ > Pro tip: link the script to the event triggered when you connect your tablet to the computer, for automatic backups (make sure you add a minimal duration between...

enhancement
help wanted

Proposing to add the locale at one place to the `Link` instead of each place. Use `LocaleLink` instead of `Link` where needed. ``` import Link, { LinkProps } from 'next/link'...