Davide Violante

Results 15 issues of Davide Violante

https://getbootstrap.com/docs/5.0/migration/

enhancement

#### Describe the issue Axios.get returns ERR_FR_TOO_MANY_REDIRECTS for a particular website, but just sometimes (can't understand when). I think the error is caused by a misconfiguration on the remote website,...

## Description I noticed the following in our app: 1. there are X+Y jobs in waiting queue: X jobs have priority 50 and attemps 0, Y jobs have priority 25...

bug

Does it work on chartjs v3.2.1? ``` chartjs-plugin-labels.js:433 Uncaught TypeError: Cannot read property 'register' of undefined at chartjs-plugin-labels.js:433 at chartjs-plugin-labels.js:490 ``` ### edit Working version [here](https://github.com/DavideViolante/chartjs-plugin-labels), install with: `npm i...

- Update canvas and tslib deps - Update chart.js to latest v3 - Remove non existing deps - Fix build due to tsc error Before this PR if trying to...

Ubuntu 22.04.1 LTS GNOME 42.5 CPU Intel® Core™ i5-6200U CPU @ 2.30GHz × 4 GPU Mesa Intel® HD Graphics 520 (SKL GT2) ``` ERROR: g-dbus-error-quark: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: SelectArea is not allowed...

Ubuntu

```ts import { PDFExtract, PDFExtractOptions } from 'pdf.js-extract'; const pdfExtract = new PDFExtract(); const options: PDFExtractOptions = { }; async function main() { const res = await pdfExtract.extract('https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf', options); }...

I'm trying to connect to the SSID and PSW provided by the user input (see wifiConfigDevice const): ```ts try { const wifiConfigDevice: DeviceWifiConfig = { wifiSsid, wifiPwd }; // Force...

bug

When I cloned the repo I couldn't run `npm install` due to: ``` [12:06:40] dave@DaveXPS:~/projects/react-native-wifi-reborn$ npm i npm ERR! code ERESOLVE npm ERR! ERESOLVE could not resolve npm ERR! npm...

This package has 6M weekly downloads according to NPM and it has no changelog or the list of changes into the releases... Can you please start documenting the changes?