Eli

Results 430 comments of Eli

There's also `"enginesStrict": true`, for when your code will definitely not work on old versions, like this. If, i.e., I dropped an old Node becuase it was old, you wouldn't...

Yeah, I'm doing that. It would be nice to be able to further customize the errors though, as I'm only using the plugin for authors, rather than issues.

Hello! Is there anything I could do to help make some progress on this? I'd really like to switch some code to FPDart, but I don't want to if it'll...

> The initial implementation is there. The main issue now is with composition. … This may be solved by static metaprogramming, so I am actually waiting for some progress on...

> Static metaprogramming has the potential to disrupt many common dart patterns. I would advise against using fpdart v2 in production yet. It's primarily for a personal project, so there's...

Finally got some time to work on migrating some code to fpdart. Feedback: - I miss the default [`tryPromise`](https://effect.website/docs/guides/essentials/creating-effects#trypromise) overload. - ~~I haven't used [`Cause`](https://effect.website/docs/other/data-types/cause) much, but I'm wanting it...

[`@regru/eslint-plugin-prefer-early-return`](https://github.com/regru/eslint-plugin-prefer-early-return/blob/master/docs/rules/prefer-early-return.md) provides this rule (the ESLint config I use includes it, I've found it to be quite handy).

> I like to think that libraries would be keen on this rule (I'm so sorry) I don't understand. What are you trying to say? I interpret this as meaning...

To fix it, add `export DENO_FUTURE=1`. Note that this doesn't work in Deno Deploy. If you need Deno Deploy support, you can use `if (!IS_BROWSER)` blocks. It's not ideal, and...

I updated Astro as part of #157. item 1 seems to be the default for tseslint, and we aren't customizing it, so ¯\\\_(ツ)\_/¯. Item 2 was corrected though.