Pier-Luc Gendreau

Results 7 issues of Pier-Luc Gendreau

**Is your feature request related to a problem? Please describe.** While the interfaces are well typed, we have to resort to casting results when generics could provide an elegant solution....

type: feature request
api: datastore

- [x] Type check in CI - [x] Build ESM + CJS - [x] Build .d.ts - [x] Run tests on build output - [x] Add entrypoints in package.json -...

Currently, ``` js PATCH /api/Model/id { populated: { _id: 'some-id', name: 'I am populated!' } } ``` Returns ``` js { populated: 'some-id' } ``` The workaround I'm using: ```...

enhancement

### Describe the bug `tauri_plugin_store` doesn't work with the Tauri 2 alpha. ### Reproduction ``` use tauri; use tauri_plugin_store::PluginBuilder; fn main() { tauri::Builder ::default() .plugin(PluginBuilder::default().build()) // ❌ .run(tauri::generate_context!()) .expect("error while...

type: bug
status: needs triage

- [ ] Determine if native fetch is viable based on our supported Node.js versions

### Checklist - [x] I have looked into the [Readme](https://github.com/auth0/node-auth0#readme), [Examples](https://github.com/auth0/node-auth0/blob/master/EXAMPLES.md), and [FAQ](https://github.com/auth0/node-auth0/blob/master/FAQ.md) and have not found a suitable solution or answer. - [x] I have looked into the [API...

bug