Divye Kapoor

Results 8 issues of Divye Kapoor

Node version: 0.3.2 Command Line: http-console localhost 8000 ( or http-console 127.0.0.1 ) ``` http://localhost:8000> GET / ``` fails with an infinite loop on the following assertion error: ``` Error:...

Brian - thank you for a wonderful config library. We are finding it of good use. One snag we hit recently is that the library doesn't support recursive configurations: (simplified...

We dug into the code internally to figure out how the ParameterizedConfigs work. Updating the Readme to make this simpler. (Open to revisions / fixes. If any changes do need...

Running the pre-built binary on an Ubuntu Jammy Server ``` $ ./beanstalkd-cli ./beanstalkd-cli: /lib/x86_64-linux-gnu/libpthread.so.0: version `GLIBC_PRIVATE' not found (required by ./beanstalkd-cli) ```

``` warning: unnecessary trailing semicolon --> src/commands/monitor.rs:26:15 | 26 | );; | ^ help: remove this semicolon | = note: `#[warn(redundant_semicolons)]` on by default warning: `beanstalkd-cli` (bin "beanstalkd-cli") generated 1...

… Have not made an effort to add in new options. This is just to get things compiling.

This was detected by cc: cc main.c fiche.c -pthread -O2 -Wall -Wextra -Wpedantic -Wstrict-overflow -fno-strict-aliasing -std=gnu11 -g -O0 -o fiche fiche.c: In function 'handle_connection': fiche.c:619:13: warning: pointer 'c' used after...

I tried building a project with Maven 4 alpha. The plugin fails. See exception below. The relevant failure is: ``` Caused by: java.io.UncheckedIOException: java.io.IOException: Is a directory at se.vandmo.dependencylock.maven.Checksum.calculateFor(Checksum.java:38) ```...