-
Hello Josh,
what about refactoring slim->container['settings'] to a container singleton "config" object descendant of the Helper/Set parameters container class?
that way we can call
$app->config->g…
-
"forall(generator; condition)" and "forany(generator; condition)" use the short-circuiting semantics of "and" and "or" respectively to provide quasi-short-circuiting counterparts of "all" and "any", b…
-
Caching of OA constructions in C. Less space, and a bit faster.
Nathann
Depends on #16875
CC: @videlec
Component: **combinatorial designs**
Author: **Nathann Cohen**
Branch/Commit: **[`d7129d…
-
Originally reported on Google Code with ID 2702
```
I open a new issue for wavelet ... because issue2594 may overflow and it does not have
much meaning.
I brought three changes - improvements:
1) ch…
-
I am attempting to make custom item selection windows, each with their own `include?` methods, and possibly other things. But first I need to get the thing working.
Here is what I've gotten so far...…
-
Spent a lifetime on that because I had not noticed that I was first enumerating elements using a list L, then enumerating the same elements using `{x:i for i,x in enumerate(L)}`. And of course that …
-
This means that I can't use a `CholeskyDense` or `LUDense` as the invertible matrix inside the `Woodbury` class.
However, changing the line in `base/linalg_dense.jl`:
``` julia
abstract Factorizatio…
-
Use ckeditor full package to allow easier user customization
-
Let us say I have a Foo and a Bar object. Both of them have many locations. Both define their relationship:
{ key: "locations", type: "HasMany", model: Location, reverseRelationship: {key: "locatab…
-
I've just upgraded to 1.4 and my tests are failing when I try the following:
```
NSError *error = nil;
Result *result = [MTLJSONAdapter modelOfClass:[Result class] fromJSONDictionary:resultDict error…