-
The pinch-to-zoom gesture could be used to zoom in or out into a construction. This would be very helpful, and many users (including @masatakakaneko) expect this on a tablet.
A good example is zoomin…
-
MacVim was already installed on my machine by another user, and so the .app directory is owned by them. The line:
rm -rf /Applications/MacVim.app
fails with a permission denied error.
Wouldn't …
-
Instead of POSTing our own id's to the books, why not let the DBMS generate unique IDs by just omitting the "id" field from our JSON book. Additionally we could create an index on title to avoid dupli…
-
A lot of registers give their bits names such as
```
#define PORTB0 0
```
That is mildly useful in such as the *absence* of that definition tells me that this bit isn't used or might be reserve…
-
Compare Oscar nominated films for Best Picture to the highest grossing films for 2015, 2016, and 2017. Look into the types of movies that are awarded/nominated for prizes vs what is most popular among…
-
If possible, this smoothens the experience of partial post/patch for atomic operations. Otherwise, the existing extension method must take the operation index as a parameter.
-
The attached example shows wrong behavior with a mass on a circle in physics simulation. It seems to be much too much friction in the system.
[Pendulum.zip](https://github.com/CindyJS/CindyJS/files…
-
Some games are magically can stop working at 00:00 [GMT](https://en.wikipedia.org/wiki/Greenwich_Mean_Time).
:jack_o_lantern:(_Cinderella_).
* Just Cause 2 (8190) #670
* The Darkness II (67370) …
-
I've come across a particular disc, "Rush - Different Stages (Live)" disc 3, that causes whipper to generate a corrupt .cue file and crash.
The problem seems to be related to the first track filena…
-
[IntersectionOfSameLines.html](https://gist.github.com/elkins0/bbdd9a8f2e5dbea559df) shows an example where the expected result for the homogeneous coordinates for a point (E) should be [0,0,0] but in…