james gilles

Results 100 issues of james gilles

Currently `\` only works for square matrices. If I try to solve an overdetemined system (i.e. using least squares), it gives an error. Example: ``` A = randn(Float32, 6, 5)...

bug
good first issue
cuda array

It would be nice to have a function to disable dead-code elimination / constant propagation. [Rust has this](https://doc.rust-lang.org/std/hint/fn.black_box.html); it's implemented as the identity function, but with magic inside: ```rust assert_eq!(100,...

enhancement

Automated testing is great! It would probably be a good idea to write some.

It would be rad to have one!

enhancement

As suggested [here](http://www.reddit.com/r/dwarffortress/comments/39fdx5/full_3d_visualiser_armok_vision_04_is_out_and/cs4inmv) on reddit, we could make a mode for looking underground that makes the ground transparent and the open space not, or something along those lines, to help...

enhancement

We're currently using ~30kb of Protobuf every frame - and that's when no tile data is coming in. It'll probably eventually be a good idea to implement object pooling to...

enhancement

It would be useful to be able to inspect the plans shred comes up with, e.g. what systems execute in parallel when, and so on. It would also be useful...

feature

This is a minor issue, but the vscode file explorer sorts by name. This means that it's not obvious what order to do the exercises in. It might be helpful...

Hi, lovely project! This is very neat. I have one complaint about the HOW document. In the section "Everyone's solution: ban the clones", there is the statement: "Sadly, such a...

It would be cool to have a tutorial for people who already know Processing, just not Python Mode.

content