EloyID

Results 8 issues of EloyID

Mup version (`mup --version`): 1.5.1 Mup config ```js { "servers": { "one": { "host": "1.2.3.4", "username": "username", "password": "password" } }, "app": { "name": "my-app", "path": "../", "servers": { "one":...

**Is your feature request related to a problem? Please describe.** When I want to use inputClassname with a formcomponent that has to query the options, the FormComponentLoader wraps the element...

**Describe the bug** If I create a collection using a schema which is instance of simpl-schema and then I use addField, it won't appear in GraphQL **To Reproduce** Steps to...

**Describe the bug** Maybe this should go in the new feature request If I use useMulti2 with an input and then click sur loadMoreInc, the initial input is ignored eg,...

Hi ! I found this problem after modifying the schema of a collection and the solution was to drop the documents (still in local) but I think it would be...

Before we could query all the documents setting limit = 0 in our query. Nevertheless, this line https://github.com/VulcanJS/Vulcan/blob/3589018d353ea17f3a3ef96fd74581da393f0afe/packages/vulcan-core/lib/modules/containers/multi2.js#L50 causes limit fallback to 20 (the default value) `const defaultInput = {...

enhancement

## Description I have encountered for some versioned datasets that Kedro throws an error `kedro.io.core.DatasetError: Cannot save versioned dataset`, even if there is no not-versioned dataset with the same name...