nandi95

Results 40 issues of nandi95

**Search terms** relations parent child sub class belongsToMany hasOne hasMany morphMany morphOne **Is your feature request related to a problem? Please describe.** When using `belongsToMany`, `hasOne`, `hasMany`, `morphMany`, `morphOne` relation...

enhancement
has workaround

This would allow for better scanning of the licenses in the package and making a decision whether the user's product should use upfront or not. Devise a way to update...

enhancement

**Search terms** package exports esm cjs **Is your feature request related to a problem? Please describe.** The user currently have to import their helpers like `import '@upfrontjs/framework/string.es.min.js';` What would be...

enhancement

Update ci to automatically update version of the package, create release notes and release the package This will be only applicable when the package has entered v1 https://github.com/conventional-changelog/conventional-changelog https://github.com/semantic-release/semantic-release This...

enhancement

**Search terms** events emit lifecycle **Describe the solution you'd like** Lifecycle events can be added such as `saving`, `saved`, `replicating`, `deleting` etc to the package. **Describe how this would benefit...

enhancement

Add the following badges to make some info more accessible: - [x] current version - [ ] testing coverage - [ ] #5 - [x] github stars - [ ]...

enhancement

Consider making attributes hidden or visible with methods. This would be an options to temporarily "disable" access to attributes and relations. Meaning when one has hidden an attribute it will...

enhancement

Investigate how graphql support can be added. Ideally this should be a driver. Things to consider: - endpoints -> single endpoint - transforming query builder output into graphql schemas

enhancement

With google fonts you can specify which characters you need and by that reducing the size. This is already possible with the module google-fonts but I'm not seeing an option...

enhancement

I would only want to run upgrades once a week hence my `50periodic` would look like this: ``` APT::Periodic::Update-Package-Lists "7"; APT::Periodic::Download-Upgradeable-Packages "7"; APT::Periodic::AutocleanInterval "7"; APT::Periodic::Unattended-Upgrade "7"; ``` If I run...