Abhijit Sarkar
Abhijit Sarkar
Perhaps a templated problem description with language-specific inserts will work. Something like the following hypothetical template: ``` common text ``` If the snippet doesn’t exist, it has the effect of...
I initially got test failures due to dependency versions, and then after changing them as shown in this post, timeout. Is there a maintainer that can comment what's going on?
I think this is the reason for my word count solution failing with the following error: ``` Cabal file info not found for regex-tdfa-1.3.1.0@sha256:bec13812a56a904ff3510caa19fe1b3ce3939e303604b1bcb3162771c52311ba,6324, updating Selected mirror https://hackage.haskell.org/ Downloading root...
@petertseng I submitted a PR a week ago, can any of the maintainers take a look?
> Discussions about specific packages to be added should be discussed by opening a PR in the haskell-test-runner repo Sure, but if a PR sits unattended for a week, then...
@coriolinus so, is the following correct? lowercase => convert using equation uppercase => convert to lowercase and use rule 1 white space => ignore punctuation => ignore digits => pass...
Would https://github.com/exercism/haskell/issues/1075 help in this case?
See https://github.com/asarkar/build-time-tracker/discussions/48
By design, once added, Gradle plugins are always enabled. You didn’t mention the reason behind your request, and what benefit, in your opinion, it might bring. Feel free to elaborate...
An option to suppress the output seems reasonable. Can you show how you want to toggle the output depending on the environment?