-
Request from Jeremy Lucca via in-script error reporting:
Error occurred on 6/16/2020 at 11:04:54 AM
Error type - ENHANCEMENT - something could be done better
Script name - DAIL - DAIL SCRUBBER.…
-
I think it is important to create a unified API accessible via the module `snabb`.
This would accomplish a great many things:
1. Define a supported interface with [semantic versioning](http://semver.…
-
When I see this function definition:
```
(def char (x)
(= (type x) 'char))
```
...my first thought is that it's wasteful and extravagant to use `=` and not `id`, and that this would be comp…
masak updated
3 years ago
-
Matrix exponentiation is a costly operation. See [1][Nineteen Dubious Ways to Compute the Exponential of a Matrix, Twenty-Five Years Later∗](https://www.cs.cornell.edu/cv/ResearchPDF/19ways%2B.pdf).
…
-
What about uploading a folder with sample images to the repository, in order to allow quick start when cloning it?
Also, I was a bit confused by the dataset format and how it's read. It's OK if we …
-
TPF has filed for a trademark on "Raku" in the US. There were a couple objections raised by the trademark office (see https://tsdr.uspto.gov/documentviewer?caseId=sn88782119&docId=OOA20200427#docIndex…
-
Hi,
So I'm thinking of using ImGui for doing a basic node graph that can be used to edit materials. There are lots of programs that does this but for example:
http://keenleveldesign.com/pimp/protool…
emoon updated
9 months ago
-
When lines hit `max_width` (or its derivatives), rustfmt will break chains and function calls with one call or argument per line. We have found this to result in code that is less clear, and no mor…
-
A number of people and companies have expressed an interest in having a GLTF extension which can describe rigid body physics.
A number of popular physics engines are widely used, each with a differ…
-
In the following code:
```
#[derive(Copy, Clone)]
struct Y(&'static fn(T));
```
both derives expand to impls that require the corresponding trait to be implemented on the type parameter, e.g.:
```
…
comex updated
1 month ago