Marcus Dunn
Marcus Dunn
I'm not sure if this is a matter of missing documentation or if I'm making a feature request (although I'm pretty sure its the latter). According to the [graphql spec](http://spec.graphql.org/June2018/#sec-Null-Value)...
### Description Worldwind 0.6 maven project has broken links, preventing usage. ### Steps to Reproduce create a maven java project. add the following maven dependency to the project's pom. ```...
There are a fair few changes here, but they are all mostly surface level. Here are the highlights: - Bumped the version of darknet. - Looking over the commit messages...
Currently `MultipartFormField.string().json()` renders in the openapi spec as a `type: string` without any further context (even if you map the `JsonObject`). `mapWithNewMeta` + `ParamMeta.Object` renders it as an `object`, but...
the following code ```haskell {-# LANGUAGE TypeApplications #-} module Database.Doctors where import Control.Monad.Reader (ReaderT) import Database import Database.Esqueleto.Experimental getPatients :: Entity Doctor -> ReaderT SqlBackend IO [Entity Patient] getPatients dbDoctor...
Don't know how the tests works (pointers welcome if you'd like a test). How the other's (`CC` and `CXX`) get initialized seems very complex to support stuff like `ccache cc`....
The env vars `CC` and `CXX` can be set to point to C and c++ compilers respectively, I'd like to be able to set the `nvcc` executable in a similar...
**Describe the bug** If you declare an instance of the class in one `single` block, the bind it to a interface in a second `single` block (see example) koin stackoverflows....
**EDIT**: Right after creating this, I noticed (#2373, which has a similar motivation. Unsure if this should be closed as a duplicate.) **Is your feature request related to a problem?**...
Added support for url.template (plus KTOR integration) if https://github.com/ktorio/ktor/pull/4747 gets merged in. Fixes #13570. If it does not get merged, allows applications to set the attribute. `url.template` is currently hard...