Felix Eklöf
Felix Eklöf
This adds a base for OneNote support. However, it needs a lot more work to be fully functional. In its current state, it can get notebooks from a SharePoint site...
This adds support for initializing serializer with many=True. Works for create, not update. The current exception when attempting `many=True` in the master branch is that `initial_data` is not set. So...
### Environment - Operating System: `Windows_NT` - Node Version: `v16.13.0` - Nuxt Version: `3.0.0` - Nitro Version: `1.0.0` - Package Manager: `[email protected]` - Builder: `vite` - User Config: `modules`, `css`,...
### Describe the feature / bug 📝: Would be nice with some way to know when calling `toast()` if it was successful. The use-case is in for example Astro where...
- [x] Use a meaningful title for the pull request. Include the name of the package modified. - [x] Test the change in your own code. - [ ] Include...
### Describe the Bug A comment in the frontmatter with a text matching the props with a generic type causes `astro check` to crash. For example: ``` --- // export...