Alex

Results 67 issues of Alex

## Plugin Request **Name**: TODO **Package**: `@capacitor-community/openalpr` ### Platform(s) ios,android ### Existing Solutions https://github.com/iMicknl/cordova-plugin-openalpr Doesn't build with latest Capacitor https://github.com/openalpr/openalpr ### Description Use OpenALPR to allow international number plate recognition....

plugin proposal

When using this plugin I have to wrap my functions in the same throttle code every time to stop them firing too often: ``` import throttle from 'lodash.throttle' methods: {...

How about the ability to parse remote URLs like this old project https://github.com/remy/inliner

enhancement

A big footgun for me when implementing server.hostname to match my live site was the app stopped working because it was making network requests to the same domain.com/api which Capacitor...

If I'm the only one running CrossTalk will I be the only one to hear the changed voices or do it alter my output for all?

question

I have a monorepo with FE and BE in `src/packages(client/server)` I'm importing gdal3.js in Node v20 (src/packages/server): `import initGdalJs from 'gdal3.js/node.js'` but I'm getting: ENOENT: no such file or directory,...

### Environment - Operating System: Darwin - Node Version: v20.10.0 - Nuxt Version: 3.12.2 - CLI Version: 3.12.0 - Nitro Version: 2.9.6 - Package Manager: [email protected] - Builder: - -...

need reproduction 💻

### Description It would be great if `` without props could output a solid line without anything to break it. I was after a divider without any form of label...

enhancement
stale

Setting a maxWidth on a table seems to have no impact on a table that overflows horizontally. ![image](https://github.com/bhaveshpatel200/vue3-datatable/assets/1065835/a2a2f274-768a-466f-84f8-6f2388b07da5) The only way I could get something similar is by manually setting...

I have a challange where a data point is on the top right of the graph. I need to prevent the label from cutting off with 2 challenges: 1. Multiple...