David Marr

Results 66 comments of David Marr

I was thinking that `dependentRequired` would be a way to implement a change password flow, conditionally requiring a "confirm password" field. Since `dependentRequired` is not available in vjsf yet, is...

Sorry to revive an old issue, but can you offer some guidance here? I am looking for a simpler way to do this: ``` import { createNamespacedHelpers } from 'vuex-composition-helpers';...

Hi, is this still something that is planned? I'm a Vega beginner, and maybe I'm missing something simple. My data has a numeric _value_ field and a nominal "unit" field....

> Yes, still planned. I need to pick it up again. Thanks @domoritz -- [Here is a simple chart in the editor](https://vega.github.io/editor/#/url/vega-lite/N4IgJAzgxgFgpgWwIYgFwhgF0wBwqgegIDc4BzJAOjIEtMYBXAI0poHsDp5kTykBaADZ04JAKyUAVhDYA7EABoQOJABNVNWWTQBmAAxLVSTClShiSQQzgQ0AbXOXraAOyUAnO6UWATjSRMgnBoIABqSD4ABACMiiAMsnQheDRxPnBqmmQAKjQIwegATHqF0fzRheVi2XouqHp69XqUDXoAWiAAvgqOVgUAHAYgvv6BBWERMXEJSegpaRkaWrn5IcWl5ZXR1Xr9TU0tDR3dvc6o0f3eEaNBIeFRsUozmMkQqUrpmct54+tlFVUau59g1Du0uj1hk4CoVClc-AFbuh7lMnokXnM3gsvjkfmsSv8ttVoo0GgdWsdIRY+mhtvCbuMUYVpujXu8QJ8lrjVkUCZtAbUQc0KRDTgUKvTEYzJsy0bNlFiPossitfnyAdsansyaCRScoTTUJcoQixncZSz5fMlTjVfiNhqdsCdcKjqKDWdopKzciLXKMQr2ZyVXjeQ6idkSUKwccALrdEBwWRQNhctCgABmSCgcAxmZocEEqhCIylcRTVgQsls5yUmDoSNkDEEggTAA90yAkG2aDXQPXMI3m62lBmC0WQsHvqs6wBPHDjTCIHBsHyWCEgWedseF4voanOOcLkIARwYSFkA+MNFIXQTyB8AGsQsJZME6w3xgAxbO5uCqSIABFjBQTogA) Just so I'm clear, there is no way...

Still running into this issue. Any ETA for a fix?

I can take a look. I had thought the workaround wasn't working, but it actually does. The schema has a squiggle under the value, but I am learning that shouldn't...

You can add `"scale": { "type": "utc" }` to the encoding as a workaround. My PR fixes the issue but I wasn't able to get it merged because of the...

No, I wasn’t able to get the support I needed to get the fix merged in. On Wed, Sep 6, 2023 at 6:46 AM Justin Sherman ***@***.***> wrote: > You...

Bump. Also from #1, @insin can you provide how to do this with http://newforms.readthedocs.org/en/latest/forms_api.html#DeclarativeFieldsMeta

Would be cool to see an example of how RenderForm would be used with a custom renderer as well.