bacloud22

Results 27 issues of bacloud22

### Expected Behavior 1. I want to be able to instantiate a virtual Canvas with `createCanvas` with as little data as possible ### Actual Behavior 1. I think the specification...

bug

I had been struggling as VSCode would not show errors across the project. As you can see I always use groups, and because all *ValidatorJS* options are not properly typed,...

type: question

Having the following instance: ```js const grid = new Grid({ el: document.getElementById('grid'), data: { api: { readData: { url: '/admin/', method: 'GET' }, updateData: { url: '/admin/', method: 'PUT' },...

Question

Hi, Is it possible to disable export functionality ? Thanks a lot

Question

**Summary** I want to use a custom `rowKey` which is part of my data attributes. **Version** `"tui-grid": "^4.21.21"` **Additional context** Because the page I'm using *tui.grid* in is secured, I...

Question

Hi, I've read the [error handling section](https://github.com/redis/ioredis#error-handling) and found it different than I expected; Other than **number of parameters** error, (which also can happen but I think it is nearly...

Hi, Thank you for this bright solution @mgeisler I have no expertise in webassembly or rust. and also I would like to be able to run it on Node server....

When I simply run an operation that reads or writes, for instance, `get` & `set`/ `push` can I simply provide what is expected through generic types ? Like `redis.get(key)` or...

need detail

I would like to implement a retry mecanism, I assume `Jsforce.Connection` is the object to start with. I see it extends a `EventEmitter`.. So what I'm trying (expecting in a...

more info needed