-
Code in question:
``` php
interface A { }
class B implements A { }
class C {
function __construct(A $a) { }
}
$b = new B();
$injector->share($b);
$injector->make(C::class);
```
Currently this …
-
When I define separate aliases that are both implemented by the same class, and share these aliases, they don't work as I would expect them to. Instead of having two separate instances that are reused…
-
I have tried following the steps provided for linux installations and it seems not working for me. Because of the below error
```
-- Checking for module 'mpi-c'
-- No package 'mpi-c' found
-- …
-
@rdlowrey The other day you asked what features I think are still needed - here is one, which we've discussed this before, but I can't find a link.
---
Sometimes you need to be able to use different…
-
Which boost library version matches Aruyn。I used 1.75,1.80 ,but filed。There was some questions with openmpi.
-
We had a visit from @pgleeson yesterday. He runs the Open Source Brain project (http://www.opensourcebrain.org/ and https://github.com/OpenSourceBrain). Since I'm using auryn, we talked about how we c…
-
We should encourage users to set safe values for Module timouts (days not hours) and bond (an attacker should have something at risk).
More info: https://twitter.com/auryn_macmillan/status/15766748…
-
I Have error in my project, everything looks fine, I seem not to understand where it it coming from, this is the error message i get,
Error thrown with message "Cannot instantiate interface Auryn\I…
-
A very pedantic suggestion but one which has some logic in my mind at least:
Licensing is the right to use something, and for code here, comes because the author who wrote it has natural copyright. T…
-
I think I've convinced myself, but would like a second opinion please @Giuseppe-Mazzapica, @Rarst.
Please compare master and develop branches. The diff is [here](f3b66b3d1adbe1a30008f698e1708035a121a…