Abhijit Sarkar
Abhijit Sarkar
I tried by specifying the missing packages as `extra-deps` in `stack.yaml`, but it that, in turn, produced several more errors, at which point, I stopped. It seems the dependencies need...
@puneetbehl Where is the `?consistent` query param in your example?
I don't think there is a value; it's certainly unusual. https://www.consul.io/api/index.html#consistency-modes > To switch these modes, either the stale or consistent query parameters should be provided on requests. It is...
> Only when running the build non-forked How do you do that, by editing `gradlew` script and removing `DEFAULT_JVM_OPTS`?
I came across this ticket after unsuccessfully attempting to use Scala 3 optional braces syntax in the `build.sc`. It'll be very helpful to note in the documentation that even if...
@lihaoyi Would you offer any migration tools for automatic rewriting, similar to what the compiler does when a `source` argument is passed?
Out of the 94 exercises I've completed so far, I enjoyed Forth the most, because of two reasons: 1. It led to me to using pest parser, and I had...
> The dump in the console is due to the runner's internals; I don't have control over that. I’m no Linux super user, but perhaps command tracing is turned on?...
Sample test data file. [1152.txt](https://github.com/user-attachments/files/20030419/1152.txt)
I run the site locally using Docker Compose without the need for maintaining any custom image. Following is my `docker-compose.yml`. ``` services: blogs: image: "jvconseil/jekyll-docker:4" container_name: blogs working_dir: /srv/jekyll command:...