Mateo Wang

Results 22 issues of Mateo Wang
trafficstars

Here's my .eslintrc.js: ```js module.exports = { parser: '@typescript-eslint/parser', // add the TypeScript parser parserOptions: { project: './tsconfig.eslint.json' }, plugins: [ 'svelte3', '@typescript-eslint', // add the TypeScript plugin ], extends:...

For example: In certain servers it still doesn't work

While trying to run this on my corrupt MC Eternal world, I get this error: ```bash Bug report: ********** *** Exception while scanning: *** taiga_meteors.dat ********** *** Printing the child's...

Bug

I'm running on an iPhone 8 with iOS 13.3 on the latest Checkra1n 0.9.7 beta. I'm using FLEXall as my FLEX loader (I tried FLEXer, with the same results, leading...

For example, if my system theme resolves to 'dark' and I `setTheme` to light, it still returns 'dark'.

This is what the text looks like when the entire cell is highlighted: It's hard to tell what text is selected. Contrast that with how it looks like with the...

Closes #48 Also, I enforce LF to normalize line endings across OS's (it causes lots of diffs but from now on there won't be any diffs because of contributors on...

Hello, While I typically set it to close duplicate tabs automatically, occasionally, I need multiple of the same tab open. However, it's rather annoying to open the Duplicate Tabs Closer...

enhancement

This simply upgrades Handlebars; this was a trivial `npm audit fix` because there were no breaking changes.

### Description I'm updating the documentation to have the constructor `new geofire.GeoFire()` instead of `new GeoFire()`, since when I used `new GeoFire()`, it said `GeoFire is not defined`, but looking...