reslear

Results 205 comments of reslear

need add to end: ```ts options.query = Object.fromEntries(options.query.entries()) ```

@samuelOsborne oh friend, need many refactor for vite and ts support, i'm migrate to lottie-web for fast solution

hi @samuelOsborne any news ? how can i help?

hi, so i publish dotlottie support with new fast core and fetch: https://github.com/megasanjay/vue3-lottie/pull/249#issuecomment-1272191379

I agree that we need local support.

@Sparkenstein "dev-tools.app" is damaged and can't be opened. You should move it to the Bin. Works with workaround: `sudo xattr -r -c /Applications/dev-tools.app`

Good news @riderx at [my request](https://github.com/Cap-go/capacitor-social-login/issues/17) implemented this feature in a new plugin https://github.com/Cap-go/capacitor-social-login join the testing!

I also encountered an error while trying to read contacts using the following code: AndroidManifest.xml ```xml ``` Code ```ts const { contacts } = await Contacts.getContacts({ projection: { name: true,...