-
Would it be possible for this proposal to include support for reflection over instance properties from a constructor in a superclass? This would be very useful to support something like named construc…
-
*Update at bottom of description*
After reading through the FAQ and issues on the various related repos regarding the sigil I just wanted to run something else by the champions of this proposal.
…
-
Listening to @nycdotnet has me fired up to tackle this one. Thanks, Steve. (btw, you can check out his good interview here: http://www.dotnetrocks.com/default.aspx?showNum=1149)
The proposal here w…
-
With game state management mostly stable, the next step is to implement an entity-component-system framework in the engine. This framework must follow the [pure ECS model](http://shaneenishry.com/blog…
-
For reference. We're exploring an alternative to the `observe` function proposed in #3398.
Instead of having a separate function that defines a list of dependencies on Observables, we could allow the…
-
Currently, `transpose` is recursive. This is pretty unintuitive and leads to this unfortunateness:
```jl
julia> A = [randstring(3) for i=1:3, j=1:4]
3×4 Array{String,2}:
"J00" "oaT" "JGS" "G…
-
Hi everyone,
I have finally unit tested the changes I made to caffe-public to enable per pixel label for the whole image. I realised (so far at least) that only inner product and softmax layers need…
-
Problem: The build process for polymer is clunky.
Solution: Publish individual components on npm, set up dependencies through each component's package.json, let npm manage gathering and building depe…
-
Safari, Chrome and ShadyDOM currently exhibit different behavior when `slotchange` does and does not fire. As far as I understand the spec, it is not precisely spec’d, meaning all these current behavi…
surma updated
6 years ago
-
Dear OMTD Team,
We're implementing two new services into the OMTD platform, in the frame of the VISATM project :
- **Content-Connector** so as to provide mining of our scientific Publications r…