Results 118 issues of Andre-John Mas

Fenix has recently started hanging on the Splash screen. The animation is happening with the three dots, but that is about it. It is not clear what is going wrong....

The current imagemagick dependency is now no longer maintained and it would seem [gm](https://www.npmjs.com/package/gm) is the current successor. For this reason the dependency should be updated to use that package.

Given the project is looking for a new maintainer and hasn't been updated in a while, are they any forks that could be a worthy successor? One I did look...

Looking at many of the PRs, they are failing for reasons beyond their changes, suggesting there is a configuration issue with the CI. What I see in the build logs,...

Looking at the docs and trying to use the project, it would seem there is no promise support. Would this be something that could be of interest to add support...

Changes to ensure we support Google Chrome on Android, due to limitations around the soft keyboards and `KeyboardEvent.key` in `onKeydown()`. Also changes here provide support for the pasting too, without...

Certain scenarios are not covered by code coverage. The one that jumps out as needing covering is `ReactTags.componentWillReceiveProps()`, though there are surely others that can be worked on. As a...

enhancement
help wanted

I recently ran into this issue, with `odoo-await` (caused by connecting to http port 80, while specifying https): ``` Error: write EPROTO 140596194441088:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:332: ``` While investigating the...

help wanted

Having recently made changes to for #19, I was unable to establish the right testing environment. The docs indicate: > The default test will run through basic CRUD functions, creating...

When running I found that `intialSetup()` was not being called, maybe due to a missed step by me? For this reason I removed it and simply assigned the spreadsheet id...