-
Hey there,
thx for this useful lib.
Are you interested in making this to be TypeScript compatible plugin, which can be used without any bundler? Currently the plugin ecosystem in TypeScript is pre…
-
Ionic 2.0 has [repo](https://github.com/driftyco/ionic-native/tree/master/src/plugins) for typescript 2.0 wrappers around cordova plugins. I think it will be nice to write one for our plugin.
-
Project Collaborators:
@EddyVerbruggen @cusspvz @anothar @dagatsoin
Refactoring:
Features:
[Feature #70] Add support for ionic-native
Maintenance:
[Issue #70] Wrap JS API in Ionic Type…
-
In order to follow the recommended "wrapped worker" approach from the readme I had to add:
```typescript
declare module '@sqlite.org/sqlite-wasm' {
export function sqlite3Worker1Promiser(...arg…
-
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used [patch-package](https://github.com/ds300/patch-package) to patch `ngx-tippy-wrapper@6.1.0` for the project I'm working …
-
## Checklist
- [X] I have searched both open and closed issues and cannot find a duplicate.
- [ ] I can [reproduce the problem](https://github.com/ananthakumaran/tide/wiki/Explanations-about-the-I…
-
## CVE-2023-22467 - High Severity Vulnerability
Vulnerable Libraries - luxon-1.27.0.tgz, luxon-1.24.1.tgz, luxon-1.25.0.tgz, luxon-1.28.0.tgz
luxon-1.27.0.tgz
Immutable date wrapper
Library home p…
-
I'm taking a look at what's required now but I figured I'd ask in case you already have a straight forward answer. It looks like it will require a special build that doesn't require Workers, at least.…
-
Today, the `purry` function that's exported from this library behaves more like an internal wrapper function. It's untyped and requires a developer to contain it inside of a wrapper function with type…
-
Hi there! 🙂
I'm currently working on a project where I utilize N-API to facilitate the conversion of values from a Rust core to a TypeScript wrapper. However, I've encountered an issue: I'm unable …