Christian Zöller

Results 15 comments of Christian Zöller

OK, tests failed but https://github.com/sayakb/sticky-notes/pull/206/files#diff-d8ca049348936aa8d7a0bafa9f635eb7L172 is_array was always false for me. Discussion appreciated.

I have looked into this just out of curiosity. I dynamically add a validator per control, if there is a error and set their error to true so they show...

I was about to ask the same. The readme says: > Queues work on a first in first out basis, which allows additional items to be pushed to the queue...

I had to populate the environment variables and did the following: Map the env vars from the system to jmh.jvmArgsAppend with `-D` flag. Then map these arguments to the env...

The feature is currently not implemented. I have worked on this but the result was not satisfying to include it finally in the plugin.

I did another check and it seems like it can be reproduced also with ```js const result = await recognitionService.recognize(path_toTestImage, { det_prob_threshold: 0.95, status: true }); ``` http://localhost:8000/api/v1/recognition/recognize?det_prob_threshold=0.95?status=true Adding limit...

@ianmjones but the question was how to add items to an already processing queue if you don't know the batches from the beginning. > Save and dispatch are not outside...

Thanks for the details. I'm sure it helps adaptors of this lib to understand the behaviour a bit better. Your sample, you called idiomatic, just does not reflect adding to...

Please see this page for the meaning of MWE I'm referring to https://stackoverflow.com/help/minimal-reproducible-example. Unfortunately I'm not into the details of the implementation anymore but I will review and follow this...

Someone show me how to provide a file for download programmatically in WordPress. I think there is already a branch in that I tried to implement it.