vulcan-npm icon indicating copy to clipboard operation
vulcan-npm copied to clipboard

The full-stack JavaScript App Framework

Results 70 vulcan-npm issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** useMulti is now using a client-side filtering system, but sometimes you might want server-side terms. **Describe the solution you'd like**...

enhancement

**Is your feature request related to a problem? Please describe.** - We should share more code between single, multi, hasOne, and hasMany resolver, a bit like we do for mutators....

enhancement

**Is your feature request related to a problem? Please describe.** When the cookie https://developer.mozilla.org/fr/docs/Web/HTTP/Headers/Set-Cookie/SameSite **Describe the solution you'd like** Possibility to configure the SameSite parameter + documentation on how to...

enhancement

**Describe the bug** https://github.com/VulcanJS/Vulcan/issues/2727 https://stackoverflow.com/questions/45227332/is-it-possible-to-implement-multiple-interfaces-in-graphql We use "," instead of "&" syntax for multiple interfaces: right syntax is `type foobar implements Duck & Boat`. We need to add a test...

bug

### Describe the problem you want to solve or enhancement you want to bring Ability to write full-stack "feature-oriented" packages with both server and client features, in NPM, as we...

RFC

### To do #### Step 1: get the form to work with Vulcan API - [ ] Document a bit by creating a readme - [ ] Check if there...

enhancement
ui

**Describe the bug** Updating user form fields gives the following error: `Cannot query field "userId" on type "User". Did you mean "username"?, Location: line 14, col 3, Path: undefined` To...

bug

**Is your feature request related to a problem? Please describe.** See existing slugs related feature in Vulcan Meteor (slug = human readable unique id, useful for clean urls for instance...

enhancement

**Is your feature request related to a problem? Please describe.** ![image](https://user-images.githubusercontent.com/7983005/124085069-f0abe200-da4f-11eb-984e-05b46c8f1014.png) **Describe the solution you'd like** Ad hook here + relevant mutation in Vulcan **Describe alternatives you've considered** We already...

enhancement

**Is your feature request related to a problem? Please describe.** Source maps are not displayed when using the package, eg useMulti. Ideally, they should provide better information when there is...

enhancement