John Colvin

Results 65 issues of John Colvin

Wouldn't it be neat to be able to write: ``` d assert(clamp(vec2(-4.3, 2), -3, 4) == vec2(-3, 2)); assert(clamp(vec2(-2, 4), vec2(0, 0), vec2(1, 3)) == vec2(0, 3)); ```

enhancement

Building with scons: ``` sh g++ -o test-arac src/cpp/tests/test_datasets.o src/cpp/tests/test_main.o src/cpp/tests/test_optimzation.o src/cpp/tests/test_structure.o src/cpp/tests/test_utilities.o -L/usr/lib -L. -L/usr/local/lib -L/sw/lib -larac -lgtest ``` I get the error ``` sh ./libarac.so: undefined reference to...

It broke code and doesn't really make sense any more: the only way for use the default argument is if you don't pass any widgets, in which case `registerWidgets` doesn't...

not a Vector of immutable elements mind you - but a totally immutable vector.

I am attempting to make helical shapes, so I am rotating around the y axis while also using the angle of rotation to determine an offset. Code is as follows...

discussion

``` src/reggae/dub/info.d(233): Error: cannot read uninitialized variable packages in CTFE src/reggae/rules/dub.d(43): called from here: DubInfo().targetName() src/reggae/dub/info.d(244): Error: cannot read uninitialized variable packages in CTFE src/reggae/rules/dub.d(44): called from here: DubInfo().mainLinkerFlags() ```...

incomplete

running current master (d3d8300b195) ``` % python -m hypertag search info /home/john/.cache/pypoetry/virtualenvs/hypertag-4QF0ZWLA-py3.9/lib/python3.9/site-packages/torch/cuda/__init__.py:52: UserWarning: CUDA initialization: Found no NVIDIA driver on your system. Please check that you have an NVIDIA GPU...

In the following example, `bar` is inlined in `foo2`, `foo3` and `foo4`, but not in `foo1`. Moving `pragma(inline, false);` inside instead of having it before the function also allows inlining...

This might not be the right place for this report, sorry if not. Using http://www.citymetric.com/transport/tfl-has-unveiled-london-s-new-night-tube-map-and-it-beautiful-1161 as an example: With Adblock Plus: ![screenshot 2015-06-24 12 43 01](https://cloud.githubusercontent.com/assets/1867189/8329139/e8427af4-1a6e-11e5-9c0c-0cae29c2d0b1.png) With Privacy Badger: ![screen...

enhancement
help wanted