-
AFAICT, the shortest way to add (foo) to your parameter list is `Parameter((b) => b..name = 'foo'`, feels like there could be something shorter? Maybe there is an I just didn't find it in the code?
-
In DirectX 11, depth/stencil formats are non-planar so DDS files are as well.
In DirectX 12, depth/stencil formats are planar.
```
case DXGI_FORMAT_R32G8X24_TYPELESS:
case DXGI_FORMAT_D32_FLOAT_S8X2…
-
**Describe the bug**
When using a typeless profile as a base profile and storing `tokenValue` as a secure field, then schema validation fails.
**Expected and actual results**
…
-
Currently ScreenGrab only works on formats with a plane count of 1. This means you can't currently capture the following:
```
DXGI_FORMAT_NV12: // 4:2:0 8-bit
DXGI_FORMAT_P010: // 4:2:0 10-…
-
Is there a proposal on the table to remove types from YAML? Is the idea to separate the information into two documents such that they both have the same structure, but one gives data and the other typ…
trans updated
10 years ago
-
### Singer SDK Version
0.28.0
### Is this a regression?
- [ ] Yes
### Python Version
3.8
### Bug scope
Targets (data type handling, batching, SQL object generation, etc.)
### Operating System
…
-
User story: [As a citizen integrator, specify data type information in an integration flow](https://github.com/syndesisio/syndesis-project/issues/182)
Reference:
https://github.com/syndesisio/syn…
-
I did some experiments with `--experimental-detect-module` and I've found that the added cost of "typeless" `package.json` is almost negligible, around 1ms on my system.
I recommend we remove the w…
-
The method `ForEachLoopBinder.GetEnumeratorInfo` has the following in it:
``` c#
// The null and default literals were caught above, so anything else with a null type is a meth…
-
This issue is twofold:
1. We should be properly representing customization arguments in our protos (rather than using a typeless map)
2. We should update our interaction validation and view behavi…