Marshall Thompson
Marshall Thompson
Since the code is already written in TypeScript and it has no dependencies, this would be a great tool to have published in https://deno.land/x. The process is pretty straightforward. After...
Adds `/docs` at the root of the project. The new docs have been moved from VuePress to VitePress. Development is lightning fast. All changes have been made on top of...
### Summary These are the packages and tasks required to finish the port to Deno: - [x] adapter-commons - [x] code cleanup - [x] tests - [x] commons - [x]...
We currently allow getting a new token by posting a valid auth token to `/refresh`. Refresh tokens have a slightly different workflow as explained here: https://auth0.com/learn/refresh-tokens
Make the Steal site consistent with DoneJS and DocumentCSS sites by using the template that this page is using: http://documentcss.com/docs/setup.html
I've browsed through the denoflare CLI code for `serve` and I'm not sure where exactly this would be enabled. It would be so amazing to be able to hit breakpoints...
The following changes are needed to fully prepare `feathers-objection` for Feathers v5 Dove: - [ ] Port to TypeScript - [ ] Support the updated `@feathersjs/adapter-tests` suite. (including `params.adapter`) -...
I've noticed that [sometimes] even though the UI in VSCode shows the debugger as having disconnected, the debugger process, itself, doesn't shut down correctly. Future debug sessions won't be able...
There's a Vitepress plugin to export to PDF. https://github.com/condorheroblog/vitepress-export-pdf
This adds support for using `useAutoAnimate` with a component as the parent. When you add `ref="parent"` to a component, the element is found at `parent.value.$el`. This update checks for component...