Artur Morys - Magiera

Results 10 issues of Artur Morys - Magiera

Very nice project, but it lacks the bitbanged (software) serial read and write function, which the c and python libraries have. This is a very helpful feature which makes it...

enhancement

As this is a helpful project, I gave it a rewrite in typescript so as to support type annotations and make the code base a bit easier to be maintained....

## Description `InteractionManager` documentation [states the following](https://reactnative.dev/docs/interactionmanager): > **Note**: `InteractionManager.runAfterInteractions()` is not working properly on web. It triggers immediately without waiting until the interaction is finished. Which is most likely...

In relation with #40, this PR brings the following: - [x] adds a CI workflow for running tests with GH Actions - [x] adds tests coverage with istanbuljs, rollup-plugin-istanbul, nyc,...

enhancement

Hey everyone 👋 It has been a while and the plugin requires some improvements to be applied, as you reported in the issues. I have planned a list of issues...

enhancement
announcement

Awesome Contribution Checklist: - [x] I have read, and re-read the [Contributing Guidelines](https://github.com/chartjs/awesome/blob/master/CONTRIBUTING.md) - [x] I have searched to ensure the suggested item doesn't exist on this list - [x]...

## Describe your changes This PR upgrades ESLint to v9, which uses the flat configuration format. ## Linked issues (if any) N/A ## Checklist before requesting a review - [x]...

## Environment ESLint $\geqslant 9.0.0$ `@callstack/eslint-config` `^14.2.0` ## Description The config does not work since it does not use [flat config](https://eslint.org/docs/latest/use/migrate-to-9.0.0#flat-config), which is the default since ESLint v9.0.0. It can...

- Rollup Plugin Name: `@rollup/plugin-typescript` - Rollup Plugin Version: 12.1.0 - Rollup Version: 4.22.5 - Operating System (or Browser): MacOS 14 - Node Version: 20.17.0 - Link to reproduction: https://github.com/artus9033/chartjs-plugin-dragdata/tree/fe73c02c25b31f784b654f80a1272d0f9bdb5582...

### Summary This PR introduces support for the TUI 'j' interaction and implementations of this interaction for Webpack & Rspack. It also refactors code in `setupInteractions.ts` to properly warn about...