-
### What happened?
The generated XRD always ends up having `referenceable: false`:
```yaml
versions:
- name: v1alpha1
referenceable: false
```
which leads to a CRD with `storage: fals…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Nature of Your Project
TypeScript
### Current Behavior
(Could be related to earlier behavior in #183)
Giv…
-
A lot of tests under `System.ComponentModel.Composition` fail time to time (flaky) with:
```
System.NotSupportedException : Interface
'System.ComponentModel.Composition.ScopeExportFactoryTests+IFo…
-
[Build](https://mihubot.xyz/runtime-utils/9830a8e428eb408fbf77c4f06b8cbfaa) completed in 2 hours 14 minutes.
https://github.com/dotnet/runtime/pull/98380
### CoreLib diffs
```
Found 1 files with tex…
-
Lets say I have this schema today which does compose ✅
* I have one field `Location.photo` that accepts zero arguments today
* I can reference that in another subgraph with `@external`
* I can a…
-
I have no repro for this test locally, but it fails on `runtime (Libraries Test Run release mono OSX x64 Debug)` lane in https://github.com/dotnet/runtime/pull/2087.
```
System.NotSupportedE…
-
The ease the Binding portion of this library adds to configuration is very valuable for the projects I'm involved in, but I find a lot of cases where the flexibility of binding seems to be lacking. I …
aejay updated
4 months ago
-
Idea is to have `UserData` trait impls provide bin string (i.e. input to hash algo) instead of the digest itself to allow for composition.
-
I am upgrading a codebase to Vue 3, so have upgraded `vuex-composition-helpers` to `2.0.3`.
When running unit tests for components using this library, I get a typescript error:
```
● Test suite …
-
This looks like a cool project! I have one question about the generated yaml with nullable fields:
This struct has three nullable fields:
```rust
#[derive(ToSchema)]
struct Dummy {
#[schema…