Muli Yulzary

Results 13 issues of Muli Yulzary

See https://developers.google.com/recaptcha/docs/v3#actions

How do I register a `ModelProcessor` using `dropwizard-guicey`? ```kotlin @Provider //@LazyBinding class CoroutineModelProcessor @Inject constructor( private val injectionManager: InjectionManager, private val asyncContextProvider: javax.inject.Provider ) : ModelProcessor { ... } ```...

enhancement

I have a Dropwizard application configured. The endpoint is configured as follows: ![image](https://user-images.githubusercontent.com/8338082/102796438-f5b01a80-43b6-11eb-8c1f-de4447687292.png) My app: ![image](https://user-images.githubusercontent.com/8338082/102796520-14aeac80-43b7-11eb-8740-23a97b6ecb64.png) I want to create personalized experience for the authenticated user but I cannot pass...

![image](https://user-images.githubusercontent.com/8338082/44837246-c69f9900-ac41-11e8-982f-55292c222792.png)

Looks like defining the `classifier` does not work. ```kotlin // build.gradle.kts val cudaClassifier = "${getOsString()}-${getArchString()}" implementation("org.jcuda:jcuda:11.2.0") { // exclude("org.jcuda:jcuda-natives:11.2.0") } implementation("org.jcuda:jcuda-natives:11.2.0:$cudaClassifier") ``` results in `Could not find jcuda-natives-11.2.0-${jcuda.os}-${jcuda.arch}.jar (org.jcuda:jcuda-natives:11.2.0).` Any...

**Subsystem** Server. **Is your feature request related to a problem? Please describe.** Missing authorization abstraction(s). **Describe the solution you'd like** An extension to the authentication feature to support authorization. **Motivation...

feature

Consider it a feature request.

Current mongodb version: 3.2.0 The previous version that worked: 3.0.8 After calling this endpoint: http://localhost/api/events?limit=20&skip=0 I get the following error: { "name": "MongoError", "message": "Failed to parse: { find: \"events\",...

**Is your feature request related to a problem? Please describe.** Long loading time if keep alive time is elapsed (default is 5min). **Describe the solution you'd like** An environment variable...

enhancement