Michele Olivo

Results 4 issues of Michele Olivo

Running `tsc` on a project with tabler-icons in react appear this error: ``` ../project-name/node_modules/@tabler/icons/icons-react/index.d.ts:3:11 - error TS2430: Interface 'TablerIconProps' incorrectly extends interface 'SVGAttributes'. Types of property 'stroke' are incompatible. Type...

bug

According to the source code of [applyRemoteChanges](https://github.com/dfahlander/Dexie.js/blob/e205b23060af2b2bf74229b171fc807b67f90f96/addons/Dexie.Syncable/src/connect-protocol.js#L143) His invocation at [poll_sync_protocol.js#L40](https://github.com/nponiros/sync_client/blob/103f1ca04b6ce3201f58086443a9a6b27fb161ca/src/poll_sync_protocol.js#L40) should be handled as promise to be sure to follow the correct workflow.

Hi all, I propose to read the commit lint configuration to adapt the cli to have a single configuration for both tools. A use case: - a user configured to...

If the library is loaded many time may cause trouble when try to define a property many time. This modification skip to define the `Date.prototype.toPrunedJSON` if is already defined.