-
I was asked to add some notes based on the needs of Microsoft .NET implementations wrt GC in WebAssembly.
1. Object layout
.NET objects in memory usually consist of a header followed by object da…
-
```
Create a TriMesh like: (pyramid) Object A
vertexList
Microsoft.Xna.Framework.Vector3[16]}
[0]: {X:1.78321 Y:1.78321 Z:-1.783479}
[1]: {X:1.78321 Y:-1.78321 Z:-1.783479}
[2]: {X:-1.783…
-
```
Create a TriMesh like: (pyramid) Object A
vertexList
Microsoft.Xna.Framework.Vector3[16]}
[0]: {X:1.78321 Y:1.78321 Z:-1.783479}
[1]: {X:1.78321 Y:-1.78321 Z:-1.783479}
[2]: {X:-1.783…
-
This has been mentioned in https://github.com/teal-language/tl/issues/86#issuecomment-611241592.
I think it's a good idea (although Lua purists might not like it?)
But then, which features shoul…
-
**Notebook title**: GLM-ordinal-regression
**Notebook url**: https://github.com/pymc-devs/pymc-examples/blob/main/examples/generalized_linear_models/GLM-ordinal-regression.ipynb
## Issue descripti…
-
I'm unable to validate the CWL schema (in Avro form) due to the implementation of the "Any" enum. As far as I can tell, the "Any" enum is used to designate fields that allow for any data type, includi…
-
WKT representations for curves and their derivative products can get complex. Below are some curve-based examples.
```
CIRCULARSTRING(1 5, 6 2, 7 3)
COMPOUNDCURVE(CIRCULARSTRING(0 0,1 1,1 0),(1 0,0 1…
-
Just wondering and absolutely not criticising who approved this specific case (Abbe-senpai, I think), but I wonder if one can get the chance to object about a kata ranking once it is greenlit, as some…
-
Hey guys, I found that all of the examples of Lasagne deal with small data set like mnist and cifar10 which can be loaded into memory completely.
My question is how to write efficient code for train…
-
A problem that we keep running into is a consequence of how we startup clasp.
No lisp objects are written into the fasl (fast-loading library) files.
The lisp environment is reconstituted at startup…