-
Hello,
I am developing an application for the Oculus Quest 2 using Unreal Engine, and I have encountered a problem when trying to configure the Stereo Layer with supports depth set to true and no alp…
-
### Motivation: Why do you think this is important?
flytekit currently does not have generic alias support. That is, while this works
```python
@task
def t1(nodelist: List[int] | None = None):
…
-
When using log4j2 `testRuntimeOnly` dependency and a `log4j-test.xml` configuraiton, then the logs go to Gradle's standard out instead of to the test worker standard where it would be captured in the …
-
For regular expressions such as this:
((a+)?(b+)?c+)*
There are 3 capturing groups (one for each left-parenthesis).
If this is matched against a string like the following:
bbbccaac
The .NET…
-
The directory (and gradle) layout for engine and its tests is like this:
* /engine/src/main
* /engine-tests/src/main
* /engine-tests/src/test
instead of the standard
* /engine/src/main
* /…
-
Is there a way to modify some part of the default config rather that overriding it?
For example, the user could want to have a default version of the cluster configuration and only change one speci…
npfp updated
2 months ago
-
Have a way to record the voltage beam pre-T-engine so that a higher dynamic range can be achieved.
*Note: This is being worked on in the `reason` branch.*
-
The iOS [accessibility API documentation](https://developer.apple.com/documentation/uikit/accessibility_for_uikit?language=objc) is incomplete, and many APIs that are needed for a web browser to suppo…
-
### ⚠️ This issue respects the following points: ⚠️
- [X] This is a **bug**, not a question or a configuration/webserver/proxy issue.
- [X] This issue is **not** already reported on [Github](https…
-
Using the COM API, I get the following error compiling `examples/SineSynth` upon calling `link()`.
```
JIT session error: Symbols not found: [ powf, sinf, exp2f ]
Expected must be checked before…