John Campion Jr

Results 12 issues of John Campion Jr

Not urgent on my part, but at some point I'd like to add concurrency support similar to EntityFramework. - [ ] Support ConcurrencyCheck Attribute for entity fields - [ ]...

enhancement
affects-writing
moderate-change

### Is your feature request related to a problem? Please describe. No ### Describe the solution you'd like An ability to set an option to disable the console logging of...

enhancement

### Reproduction N/A ### Describe the bug If using beta 10 with rc8, with a clean install, pulls in a later version of the nuxt/kit that is newer than rc8....

🐛 bug-report

I only added the Config; typing the whole project would only be useful for plugin authors and would be a much larger project. Sample ts config: ```ts import type {...

Just wondering, is there any reason `.ts` isn't included in the list of searches for config files? Would be nice to make a typed config file. I'd be happy to...

It would be good to update this to directly support .net8.0. Should also consider removing support for pre .net6.0 versions (core 3.1, net5.0) Happy to submit a PR to do...

### 🔗 Linked issue #116 ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation, readme, or JSdoc annotations) - [ ] 🐞 Bug fix (a...

### Describe the feature Currently the emojis and the titles for contributor and breaking changes are hard coded. Would you be open to a PR that allows these to be...

enhancement

### Describe the feature I like commitlint's ability to check commit messages but wanted it to be 100% compatible with changelogen. It is available here: https://github.com/jcamp-code/commitlint-config-unjs May I submit a...

### Environment Node 18 ### Reproduction Put a JSON import with an assertion to a TS file and run unbuild ### Describe the bug `import pkg from 'npm-package/package.json' assert {...