Anthony Meizoso

Results 10 issues of Anthony Meizoso

Hello @Nycto, Thank you for making PicoModal. In this PR, I updated the dependencies. I runned `npm run test` and everything looks fine.

Hello! Thanks for making react-albus. I'm using react-albus with react 18. It's working as expected but we need to force the install (`npm i --legacy-peer-deps`). Indeed, peer dependencies allow react...

stale-issue

Hello @yairEO, Thank you for making photobox! In this PR, I put only single quotes and improved comparisons (`===` instead of `==`). It is better to be strict when the...

### Description [What does this PR add/change/fix?] Hello, In this PR, I removed the usage of `'use strict'` which is [not necessary in ES6 modules](http://www.ecma-international.org/ecma-262/6.0/#sec-strict-mode-code) because they are always in...

Hello, Thank you for making grid! In this PR, I added the .editorconfig file. I wanted to add Eslint with rules, but I don't know if it would be accepted...

Hello @chrisdavies, Thank you for making tlite! In this PR, I wanted to suggest you to separate source (src/) and production (dist/) files so that it is easier to make...

**Describe the bug** Hello, I recently updated my nestjs' project by following the official guide available [here](https://docs.nestjs.com/graphql/quick-start). Sadly, it looks like the new type definition of Graphql is not compatible...

Hello @bgrins, Thank you for making nativesortable! In this PR, I edited some details.