-
### Current Behavior
TL;DR - When there are nested calls to `PluginManager.withPlugin()` like so:
```
pluginManager.withPlugin("foo-plugin") {
pluginManager.withPlugin("bar-plugin") {
do…
-
I register a function that operates on a function pointer
```rs
let mut engine = Engine::new();
engine.register_fn("name_of_function", |x: &mut FnPtr| {
println!("name of function: {:?}", …
-
still being tested at https://github.com/isqcmc/testsubmodules *
but it seems that it is possible to nest the new page on this main one without having to copy paste all the code here.
* in particu…
-
## Is there a way to still use projections with nested expression?
Here's some additionnal information. I have an entity that has one or many DTOs of it. Theses DTOs contain other DTOs from other ent…
-
TLDR: I'm working with robotics datasets. They are expressed a nested dataset. Grain calls __repr__ on the inner dataset which slows down the loops significantly.
I think grain has serious benefits…
-
**Describe the bug**
When I make a new strat section any previous strat section in the dataset gets nested in the new spot. Perhaps this is intentional, given they are similar kinds of data, but this…
-
### Describe the bug
JUnit-XMLs support nested test suited. This is for example extensively used by the Haskell template.
Before, if there was a nested test suite like:
```xml
…
-
This is mostly a convenience but it can be quite handy and we support it in Python:
```swift
let a = MLXArray([[7, 8], [9, 10]])
```
-
How hard would it be to implement nested local labels?
The idea is to be able to write:
```
label1
.local1 ; label1.local1
..next ; label1.local1.next
...loop1 ; label1.local1.next.…
-
The inference of `Boundary` when two operations are directly nested like `Async.run(Async.timeout(1.second)(v))` is failing to compile. Background: https://github.com/getkyo/kyo/pull/797#discussion_r1…