-
We always wanted to be able to have the ability for real-time evaluation of input while annotating in Arethusa to ensure validity of annotations.
@gcelano suggests we might want to take a look at how…
-
### What's wrong?
When enabling `k8sattributes` on grafana alloy running in EKS, you end up getting information from `Alloy`, not from the originating pod.
So you end up with worthless attributes.…
-
Low-level incremental ("streaming") parser and generator abstractions used by Jackson Data Processor.
cc @cowtowncoder, @tatu-at-salesforce - FYI for you both - no need to take action. This concerns …
-
Hi,
I am trying to add extension data to my Routes. So far this has been working as expected using `JsonSchemaExtensionDataAttribute` - type for API model properties.
Today I needed to add this ex…
-
*Original description is from when issue was only about PyPy.*
We do a fair bit of JSON deserializing (and serializing). On CPython, we use orjson. The json standard library on PyPy is slower, but …
-
using Operator image 0.2.0 or master on a GKE cluster 1.10.
Everything was working fine.
I delete my `elasticsearch-cluster` resource and the Operator Panic :
```
elasticsearch-operator-7664d67…
-
- [x] I have searched [existing issues](https://github.com/facebook/litho/issues) and this is not a duplicate
## Version
```groovy
api "org.jetbrains.kotlinx:kotlinx-collections-immutable:0.1…
-
```
Cannot write annotations on a union type if the types in the union have
declaration annotations on their type definitions.
For example, (full example attached)
...
} catch (@NonNull Inne…
-
Maven project with -Werror compiler option
COMPILATION WARNING :
-------------------------------------------------------------
`No processor claimed any of these annotations: org.springframework…
-
Just setup databinding and epoxy in a new project. Here are a few things to consider updating:
On both the wiki and README:
**1.**
> Then, create a package-info.java file in any package and add…