Nicholas Omer Chiasson

Results 23 issues of Nicholas Omer Chiasson

- [ ] Kotlin

enhancement

Currently, car can only compile and run single source file programs. Including or importing files to be compiled into the output is not possible. This change will bring car a...

enhancement

Currently, we have hardcoded the cases of `NGX_RESOLVE_FORMERR` and `NGX_RESOLVE_NXDOMAIN` as errors for which we always use the fallback. It would be more interesting to allow the configuration to select...

enhancement
help wanted

In `t/004.compatibility_nginx.t`, test 3 is supposed to use `jdomain` with the `least_conn` algorithm, but the test is actually quite weak, making it not obvious to determine is the `least_conn` algorithm...

enhancement
help wanted

Would be better to share jdomain state among all workers in order to save on redundant DNS queries and also keep all workers in sync when an update occurs.

enhancement
help wanted

We should support a flag per jdomain instance indicating if we explicitly want nginx to do the DNS lookup or not on startup. This has implications on memory management of...

enhancement

This module would really be more clean if the trigger for DNS query was on a timer event. That way, all jdomain DNS would be self updating and not require...

enhancement
help wanted

I think we should try to prefer [this newer health check module](https://github.com/zhouchangxun/ngx_healthcheck_module). It is noted that it is still in development, however, it has support for prometheus output and also...

enhancement
help wanted
good first issue

Depends on #48 Blocking mode? For real? Are you serious? I know, it sounds crazy, but I think it should be an option. Add a directive attribute `blocking` which when...

enhancement
help wanted

Nginx's `ngx_http_upstream_server_t` type supports holding multiple `ngx_addr_t`s, but this module only considers one of them for the server. I am working on [this PR](https://github.com/nicholaschiasson/ngx_upstream_jdomain/pull/48) to allow the `jdomain` module to...

compatibility