-
Once `tuple` "compresses" empty objects, we can likely simplify metaprogramming (for example, in the forwarding call wrappers https://github.com/microsoft/STL/pull/158#discussion_r336827719) by using …
-
| | |
|------------------|-----------------|
|Previous ID | SR-7581 |
|Radar | None |
|Original Reporter | Vatsal Manot …
-
jzaki updated
3 weeks ago
-
This might be a large task, but we are missing a few key things:
- adequate testing
- a consistent style
- some randomness between sending / receiving XML or JSON.
I was sorta thinking this might be …
-
See comment here:
http://python.6.x6.nabble.com/argparse-tell-if-arg-was-defaulted-tp1528162p1528165.html
This means having unset defaults in argparse, and then setting the values after parsing by ch…
-
To get arcane to cooperate with the InheritedResources gem, I had to do a little metaprogramming trickery that allows an overwrite of the self.root method for each action because I didn't find a way t…
-
In #1 we discussed the need for the Network type to behave as a Graph when calling LightGraphs functions. In this way we are extending the behavior of the type Graph by embedding it into another type.…
-
After defining `acts_as_paranoid` for models, it will add default_scope `not_deleted` for the model.
Now, we have such a strange req., within one particular method, we hope to ignore `acts_as_paran…
-
What if you have a `Signal[MyEnum]` or `Signal[MyGADT]`, and you want to split the signal by **type**, much like the normal `split` operator splits the signal by **value**?
[Waypoint](https://githu…
raquo updated
9 months ago
-
metaprogramming is a central goal of fluent. I think the syntax I want is something like this:
```
a :: '(3 + 4) # quote with unary `'`
b :: $a # unquote with unary `$`
```
this will compile …