Georgiy Bukharov

Results 4 issues of Georgiy Bukharov

Hi! I'm trying to get access to root Vue (Nuxt) instance, but I can't: ```js const nuxt = await VueSelector(); const vm = await nuxt.getVue(); console.log(vm); ``` it fails with...

bug

## Issue Impossible to pass a javascript module to `Chart.register` ## Description Rollup build with `output.generatedCode.symbols: true` or Vite build by default in some cases causes "not registered" errors. This...

## Description When all nodes in collection has some field with `null` value this field isn't added to schema. It's possible case, bug is quite critical. ### Steps to reproduce...

- **I'm submitting a ...** - [x] feature request - **Summary** I wish it works like this: ```ts contractsGetBigMapByNameKeys( address, 'name', { value: { token_id: { in: ['0', '1'], },...