Eric Wieser

Results 216 issues of Eric Wieser

As discussed in #9. Suggestions welcome for better method names

Here's the situation - you want to find the bytecode that was just executed in a frame, possibly in a trace func. Here are a pair of things you could...

On my machine, the example at http://acko.net/files/mathbox/MathBox.js/examples/Intersections.html fails to correctly render the graph after the first frame, with the errors: ``` WebGL: INVALID_OPERATION: getAttribLocation: program not linked MathBox-bundle.js:35017 WebGL: INVALID_OPERATION:...

Adds a pair of typedefs to make this backwards compatible. The only breaking change here is the removal of `VectorInt16 VectorInt16::getNormalized()`, which would almost always return the 0 vector.

When an image is in the clipboard, pasting in the text field should upload said image to imgur.com, and then place the url in the message field. Example image pasting...

Currently it is not possible to set `number_integer_t` or `number_unsigned_t` to types with nontrivial destructors, move constructors, copy constructors, or assignment operators. This means it's not possible to use types...

The `std::is_signed`, `std::is_integral` type traits do not permit custom types, and extending these is specified as undefined behavior. Using `std::numeric_limits::is_signed` and `std::numeric_limits::is_integral` means that supporting custom types is doable. This...

### Description I was hoping it would be possible to set `NumberIntegerType` and `NumberUnsignedType` (putting aside #2573 for now) to an arbitrary precision integer type ("big integers"), such as on...

kind: bug

Got caught out by an old arduino install. Since this was fixed in [1.04](https://github.com/arduino/Arduino/commit/141684d41062d64552b77943c89ca7b78efac0c6), and other files check for version 1, this seems sensible

Presumably this is related to the `sshfs` `--allow-other` argument. How do I add this argument through net use or map network drive?