Benjamin Kniffler
Benjamin Kniffler
Hey, Would you consider implementing lockable days (an array of days that will not be selectable) and/or editable ranges (say you don't want to allow past days)?
Hey, your links in the readme.md all point to different github users instead of this repos subdirectories.
- **I'm submitting a ...** - [x] feature request - I confirm that I - [x] used the [search](https://github.com/lukeautry/tsoa/search?type=Issues) to make sure that a similar issue hasn't already been submit...
Necessary to catch errors due to connection issue to couchdb instance. Errors can then be caught by something like ``` app.use((err, req, res, next) => { console.error(err.stack); res.status(500).send('Something broke!'); });...
Hey, I'm getting this error `ERROR in OfflinePlugin: Plugin's runtime wasn't added to one of your bundle entries. See this https://goo.gl/YwewYp for details.` I've gone through older issues and made...
### Describe the feature you'd like to request Being able to build with dependency graph is cool. But what if, in a big repo with many different projects, I'd only...
**Is your feature request related to a problem? Please describe.** I know you're planing to add fuzzy search through custom indexes. Sqlite has build in search indexes (FTS5) that run...
Hey, If disableSSR = true, changing code will still trigger a hot reload and server restart, since it will only affect the express servers response, not the server bundle building....
Currently, the generated code is tightly coupled with react. Would be amazing to also use outside of react by maybe outsourcing the react hooks and specific wrappers to another library....
Hey, nice work on ampify, but there is still some issues: - [ ] Take care of css inside of tags - [x] Concat all custom styles to a single...