reslear
reslear
### Description add open in new tab example for toBlobs, for fast testing result ### Motivation and Context ### Types of changes - [ ] Bug fix (non-breaking change which...
for now use workaround : ```ts type Options = Parameters[1] ``` ### Description ### Motivation and Context ### Types of changes - [ ] Bug fix (non-breaking change which fixes...
add pretty print option: https://github.com/ekalinin/sitemap.js/pull/230
feature request shouldRefresh as promise ```ts async shouldRefresh(error: AxiosError): Promise { const value = await localforage.getItem('refresh_token'); return Boolean(value) } ```
like https://github.com/vuejs/vue/issues/7431#issuecomment-356953557 ```vue ``` for better SEO Semantic HTML
**Description:** `ionic cap run ios -l --external --open` not working with vue vite https? ref https://github.com/ionic-team/ionic-cli/issues/3305#issuecomment-1120554444 option: https://github.com/ionic-team/ionic-cli/blob/cb44be3888ddca13c59ffc78b2b9cdd4886520e1/packages/%40ionic/cli/src/lib/project/vue-vite/serve.ts#L46 https://github.com/ionic-team/ionic-cli/blob/cb44be3888ddca13c59ffc78b2b9cdd4886520e1/packages/%40ionic/cli/src/commands/capacitor/base.ts#L241
### Describe the bug https://github.com/histoire-dev/histoire/assets/12596485/4c411543-8916-42b6-8d0b-013c07e429bb ### Reproduction https://vue3.examples.histoire.dev/story/src-components-sharedcontrols-story-vue?variantId=src-components-sharedcontrols-story-vue-0 ### System Info ```shell - ``` ### Used Package Manager pnpm ### Validations - [X] Follow our [Code of Conduct](https://github.com/histoire-dev/histoire/blob/main/CODE_OF_CONDUCT.md) - [X]...
good afternoon, @mlynch thx for https://github.com/ionic-team/trapeze/issues/105 :) do we have some kind of easy way to decode a base64 string? for example `$GOOGLE_SERVICE_PLIST_RAW` it's more convenient to store in base64,...
based on https://github.com/mswjs/msw/issues/397
`request.url` is string not `URL` constructor :) I also added a useful example (like https://github.com/mswjs/msw/discussions/1636#discussioncomment-6150257) so you don't have to search for it