Philip Trettner

Results 6 issues of Philip Trettner

I would find ligatures for `[[` and `]]` useful. They are for example used in [C++11 Attributes](http://www.codesynthesis.com/~boris/blog/2012/04/18/cxx11-generalized-attributes/).

stylistic sets

I'm doing a lot of `findNeighbors` (for `k = 1`) close to each other. The results (and tree traversal) should be pretty coherent. Is there a way to re-use the...

As discussed with @Malacath-92 as a solution for the multiple msvc version problem: * each job gets a pre-compile script * jobs are sorted/batched by pre-compile script

into Translation, Scale, Rotation, Shear? See https://glm.g-truc.net/0.9.6/api/a00204.html

enhancement

All optimizations of the following form: public static vec4 Sub(vec4 lhs, vec4 rhs) => new vec4(lhs.x - rhs.x, lhs.y - rhs.y, lhs.z - rhs.z, lhs.w - rhs.w); to public static...

enhancement

**rust-analyzer version**: rust-analyzer version: 0.3.2011-standalone **rustc version**: rustc 1.79.0 (129f3b996 2024-06-10) **editor or extension**: VSCode rust-analyzer v0.3.2011 **code snippet to reproduce**: ```rust trait Foo { } struct SFoo; impl Foo...

C-bug
I-crash