dclements

Results 12 comments of dclements

+1, would love to see this, especially seeing as how many things have been happening on the local level that need attention.

This is also creating a false positive: ```java public class HCModule extends AbstractModule { @Override protected void configure() { requireBinding(HealthCheckRegistry.class); /* Other bindings */ var healthCheckMapBinder = MapBinder.newMapBinder(binder(), String.class, HealthCheck.class);...

Okay, digging into it further, I think I found what allows me to consistently replicate it: I need _another_ error to fire first (e.g., I have some other file that...

Strong agree that using a secure transport layer should be a MUST requirement. It's fairly odd to think of that requirement as remotely controversial, especially sitting on top of a...

I stumbled into this while investigating a performance problem, so my apologies for resurrecting this, but some relevant notes from a person who is new to OCaml: 1. That domains...

Additional information/data: This is the `ps afx` result: ```shell PID TTY STAT TIME COMMAND 1 ? S

Alternatively it can be done with something like `provideFirebaseApp(() => initializeApp(environment.firebase))`

On inspection I found that in `_war_impl` on the relative path code it was producing `foo-gae.wa/webapp` which looked… suspicious. So I substituted it out with `foo-gae.war/webapp` directly in the code....

My reading is _exactly_ correct, you are disagreeing with the _proposal_, but my reading of what is and is not allowed under the spec is exactly what the spec says...

The only thing being misread here is your misreading of my statement. "I think this should read" as in "I think that this should be changed to read" or, to...