Ryan Greenblatt

Results 10 issues of Ryan Greenblatt

**Describe the bug** Commands fail when not run interactively with `tput: No value for $TERM and no -T specified` From my understanding, this is because tput is used without [checking...

If there was a three_way_compare.hpp this would reduce compile times and the number of distinct headers which must be included for hana types to be totally ordered (where applicable). This...

Running the `x86_64-unknown-linux-musl` target results in the following error: ``` thread 'main' panicked at 'Failed to initialize any backend! Wayland status: NoCompositorListening X11 status: LibraryOpenError(OpenError { kind: Library, detail: "opening...

Is there any way to have multiple outputs in general? `zip_iterators` work for multiple inputs, but don't allow for multiple outputs. I would ideally expect the following to work, but...

For instance adding the following to test/test_functional_bind.cpp causes a compiler error: ``` BOOST_AUTO_TEST_CASE(bind_more_than_four) { int data[] = { 1, 2, 3, 4 }; compute::vector vector(data, data + 4, queue); BOOST_COMPUTE_FUNCTION(int,...

I need to compute the average of a vector of 3d points (stored as float4) grouped by another vector of keys. The easiest approach I can think of is to...

```cpp #include #include int main() { using Point = boost::geometry::model::d2::point_xy; using Polygon = boost::geometry::model::polygon; Polygon l{{ {0.33333327000590729, 0.33333344706803125}, {0.50967067548140821, 0}, {0, 0}, {0, 0.93199284523078707}, {0.33333327000590729, 0.33333344706803125}, }}; Polygon r{{ {0,...

``` bat /dev/zero memory allocation of 34359738368 bytes failed ```

bug

NVIM v0.5.0-dev+1178-gf0ace6d41, archlinux, xfce4-terminal Unfortunately, this issue appears to occur randomly (and rarely); I can't seem to get a reproduction with a minimal init.vim. Next time this issue occurs, I...

terminal
bug-crash

--- Not sure if these are the right names for these theorem. Also, maybe these proofs could be cleaned up? [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/)

merge-conflict
too-late