danyhiol
danyhiol
Is it possible to use only the mobile part of the kit? I already have a server & client set up. Now I want to implement the mobile client. Eventually...
## I'm submitting a... [ ] Regression (a behavior that used to work and stopped working in a new release) [x] Bug report [ ] Feature request [ ] Documentation...
This is a follow-up to [this issue](https://github.com/vazco/uniforms/issues/691). When using `tag mode` with `SelectField` with `antd`, the field is validated, but the validation message is not shown as an inline error...
I have a very complex and large role collection. Since these permissions are needed when the user is logged in, it takes quite some time for my application to load....
My app is very modular and provides an `interface` that can be implemented by other types. Example: ``` //animal.graphql enum A{ hunted, hunter, } interface Animal{ _id: String! name: String!...
**Is your feature request related to a problem? Please describe.** First of all this lib is great and has all kinds of helpful hooks. For offline apps, local storage can...
Thanks for this great plugin. Is there any way to have the offset line actual latlng? I have an offset polyline that I want to use to draw a polygon....
Type: Bug Causes load loop. Extension version: 3.3.0 VS Code version: Code 1.74.3 (Universal) (97dec172d3256f8ca4bfb2143f3f76b503ca0534, 2023-01-09T17:07:18.579Z) OS version: Darwin arm64 22.2.0 Modes: Sandboxed: No System Info |Item|Value| |---|---| |CPUs|Apple M1...
I found out that the markers opacities never changes. While debugging your code, I realized that `mapPixelBounds.y` and `mapPixelBounds.x` both return undefined, leading to markerDistance to become `NaN` because of...
First thanks @aldeed for this powerful package. I'll like to use this package along with autoForm, simple_schema and collection2 to pull data from collection fields and display them as select-option...