-
**Describe the solution you'd like**
macOS Sequoia added support for nested virtualization using the `Virtualization.framework`. It would be a nice to be able to run VMs inside of the a VM. In partic…
-
You can't open a child directory whilst iterating a directory. We should support that because otherwise you have to cache all the child names and then do an expensive directory walk to find them again…
-
**Describe the bug**
```cpp
//!\brief A.
template
struct A
{
struct B;
};
//!\brief B.
template
struct A::B
{
using A_type = A; //!< Foo.
struct C;
};
//!\brief C.
te…
-
This application nests the `winit` event loop inside the `tokio` event loop: https://github.com/ChrisRega/example-blog-client/blob/7b42b9aef9820f5a66f8680854046cc7835a8bd5/src/main.rs#L17-L26
Doing…
-
The SConsCPPConditionalScanner fails to evaluate a `#if` pre-processor directive to True if the following defines are passed:
` env['CPPDEFINES'] = ['A=1', 'B=C', 'C=1']`
and if I have a code with…
-
What works:
```
optionalRow.RowOperation();
```
what is simplified to
```
if (optionalRow != null) {
optionalRow.RowOperation();
}
```
What is not correctly handled:
```
WriteLi…
-
```javascript
import http from "0http-bun";
import nested from "0http-bun/lib/router/sequential";
import { renderToReadableStream } from "react-dom/server";
import App from "./views";
const { r…
-
The variant involving lambdas (anonymous functions) inside loops is slower (and severely memory inefficient) due to the overhead of repeatedly creating new function objects during each iteration of th…
-
## Acceptance criteria
Design needs to decide if we want to allow nested menus within the Menu button component. We allow this for the context menu variant when the need for these menus seems higher …
-
According to the RelaxNG schema it is possible to nest `` tags, however any such list requires at least one `` entry.
This means a nesting like:
```xml
Constants used with stream_sock…