Honnix
Honnix
Would something like this make sense? ``` @AutoMatter public interface Room { @Default(value = "foo") String id(); } ```
Since 4.10.0 release, `okio`, as a dependency, has been changed to `okio-jvm` from `okio`. https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp/4.10.0 vs https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp/4.9.3 This is problematic because build tools like maven and gradle will treat them...
I understand this is probably against the design philosophy, but I would like to get it confirmed if that is the case. It is generally considered to be a bette...
Following query will result an error ``` ?- maplist([In,Out]>>atom_string(Out, In.a), [_{a:1},_{a:2}], L). ERROR: Arguments are not sufficiently instantiated ``` while following is accepted ``` ?- maplist([In,Out]>>(get_dict(a, In, V), atom_string(Out, V)),...
**Describe the bug** `io.kubernetes.client.util.generic.dynamic.Dynamics` is not thread-safe when handling yaml. This is because `org.yaml.snakeyaml.Yaml` is not thread-safe as documented: `Public YAML interface. This class is not thread-safe.`. More specifically, methods...
### Motivation: Why do you think this is important? Organizations may have different Flyte setup, where one could set up centrally managed k8s clusters to run different types of jobs:...
This PR makes providing lease namespace optional. If unspecified, it will try to read from a file pointed by system property or env var `kubenamespace` with default value as `/var/run/secrets/kubernetes.io/serviceaccount/namespace`...
### Describe the bug I have the use case that I need to both generate CDR from Java, as well as generating Java from CDR. So I have both the...
`pip` can read constraint file via HTTP so `pip-compile` doesn't need to restrict that to a local file. Removing the option type makes it a plain string so users can...
Alternative to #2038. In my opinion, this is probably overshooting. ##### Contributor checklist - [ ] Included tests for the changes. - [ ] PR title is short, clear, and...