Eli

Results 129 issues of Eli

Hello! I've been hunting down the cause of a bug in my website on and off for the last few days, and I finally think I figured it out. It...

bug

### Provide a general summary of the issue here There are many `typeof window == 'undefined'` checks in this codebase. In Deno 1.x, `window` is defined, so these are incorrect....

bug
ssr

Mark deno.lock files as generated by the deno cli. Closes: #6882 ## Description ## Checklist: - [x] **I am adding new or changing current functionality** - [ ] I have...

## Describe the enhancement I noticed that deno.lock isn't marked as generated. As I looked at the source code for marking things as generated, I wondered if there's a reason...

Improvement

https://github.com/xojs/xo/blob/ee9f0a3d72d55df098fc321c4d54a1ea3804e226/config/plugins.cjs#L17-L18 I'll try to PR sometime, but just FYI, @eslint-community is maintaining `eslint-plugin-promise` and @mysticatea's plugins (`eslint-plugin-eslint-comments`)

I'm not sure if there's a required amount of time before you bump Deno to ensure stability, but I didn't see anything, thus I went ahead and bumped it.

**Bug description** I was trying to figure out how to activate a personal license for CI, but the MacOS instructions don't work for me. **Steps to reproduce** 1. Install Unity...

bug

The link to the bug tracker in the README links to `package:http`'s bug tracker.

Fix #13. There's far too much in this PR, it's just a bunch of refactors that should be better organized before merging. Currently though, regexes work, the and the test...

Hello! TS 5.5 now checks for syntax errors in regex literals, so it would be nice if they could be supported in addition to strings. If that's something you'd be...