Rob Yoder
Rob Yoder
Hi, @deepak-ranolia. GitHub issues are generally not the best place to ask for help with something. I'd suggest asking on stackoverflow.com. When you do, try to be as specific as...
Your expected output is hexadecimal, not UTF-8. Change `utf8String` to `hex`.
Hey, @bradzacher. Thanks for the quick response! I get what you're saying, but that shouldn't be the responsibility of this rule. We have other rules (no-unsafe-assigment/call/return) that govern the usage...
> The example above illustrates a need for another rule that prevents unsafe use of `any` values beyond assignments, returns, and calls, and whatever rule that is would prevent me...
> In the ESLint world, you can't assume anything about the user's config. You can't assume that a user has rule X turned on because they're using rule Y -...
I didn't particularly want to install Java and Ant on my system, so I poked ChatGPT and ended up adding this Dockerfile to a new `build` directory: ```Dockerfile # From...
Looking closer, it appears as though relative paths are not resolved correctly. Providing an absolute path to elm-test works. Added this to the description, and I'm looking into a fix...
I also found #20, where @zwilias recommends using `npm-which` to find the elm executable. Part of me wonders if we shouldn't have another argument `--elm` like we have `--elm-test`, but...
@simonh1000 I have a PR open for this here, but it's not received any attention yet. I have an `install` branch so that I can install the package directly from...
Hey, @zwilias, can you take a look?