J. Neuschäfer
J. Neuschäfer
This is how the : prompt in vim handles backspace on empty input, so it feels convenient for me. This patch may be bad for people who press backspace repeatedly...
``` rust extern crate cgmath; use cgmath::*; fn main() { let axis = vec3::(1.0, 0.0, 1.0); let a = Basis3::from_axis_angle(&axis, deg(75.0).to_rad()); let b = Basis3::from_axis_angle(&axis.normalize(), deg(75.0).to_rad()); println!("a = {:?}", a.as_matrix3());...
In OpenStreetMap's data model, keys and values [have a maximum length of 255 characters](https://wiki.openstreetmap.org/wiki/Elements#Tag). In rare circumstances, such as when entering a very complex table of opening hours, it may...
Hi, first of all, nice project! I'd like to be able to use the mouse wheel to scroll the viewport. As far as I can see, ScratchABit would have to:...
When I click on Help-->About, SAB only says `Unbound key: 'about'`. (This is of course only a very minor issue)
When `stg rebase` encounters a merge conflict, it stops (which is fine by itself, because a conflict requires manual intervention). With `stg push` instead of `stg rebase` it is possible...
``` 2015-02-25 04:11:34+0100 [SSHChannel session (0) on SSHService ssh-connection on HoneyPotTransport,21,] CMD: mv ~/a ~/B 2015-02-25 04:11:34+0100 [SSHChannel session (0) on SSHService ssh-connection on HoneyPotTransport,21,] Command found: mv ~/a ~/B...
See the commit message for more information.
While analyzing a program in which the switch8_r3 pattern occurs, the pattern was not detected, and thus switch statements could not be decompiled properly. The cause turned out to be...
The situation: - Sometimes Every Door complains that there are too many downloaded data points, and suggests deleting. - The only option (as far as I can see) is to...