Guillaume NICOLAS

Results 8 issues of Guillaume NICOLAS

Hi, firstly thank you for your project, i think it works very well ! But, i still have outOfMemory issues when i try to download a .jpg from an URL...

### Describe the bug From VuePlugin, I add an onError callback to add global metadata on each error event. I'm using the async/await syntax in onError callback. I found that...

bug
scheduled

Could be great to add outline support to show solidity file symbol tree. See [vscode outline](https://code.visualstudio.com/updates/v1_25#_outline-view)

[`VueTelInputResponse`](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/vue-tel-input/index.d.ts#L77) does not match with latest release. Event `@validate` returns `phoneObject` with`valid` property while `VueTelInputResponse` is `isValid`.

Before using `dexie-encrypted` I had code to update an indexed property value of an object stored with dexie.js. This code looked like : ```typescript db.myTable.update(myObjectKey, { indexedProperty: newValue }) ```...

When I try to call `close` then `open` Dexie method on the same db instance, reads are not decrypted. My workaround is to re-create another instance of Dexie db after...

When creating an fs-bucket add-on via CLI, default plan doesn't work. Documentation says `The plan is by default 'dev'.` But for fs-bucket, it seems that `dev` plan does not exist....

bug
simple

# Description Adds missing `remove` feature on session storage hook. Feature was already available for local storage hook. Adds tests to session storage hook. ## Type of change - [...