Jason Rice

Results 10 issues of Jason Rice

This is just something I found during my review. I don't really think it needs a workaround. I'm not even sure that it is intrinsic to my use of the...

It's not clear to me what Fit's dependencies are, if any, but the following error looks like it expects `boost.hpp` to be present in your repo. This is on the...

Many of the Concepts associated functions are either missing, misnamed, or just weird. For example `Monad` does not show `flatten` or `chain` in the submenu. Also `ap` is named just...

Consider the following minimal representation for `SetTheoretical`: Refines `hana::Foldable` (unless we want infinite sets???) Implements `get(s)` where T is like a key for an element. Implements `key_of(e)` where `e` is...

Consider a convenience function to perform operations modifying the contained type in a `hana::type` without unwrapping it and wrapping it again. Consider the following example: ```cpp // Current method decltype(hana::typeid_(hana::back(std::declval()))){};...

This is just a thought, but we should consider making a sparse array similar to `hana::detail::hash_table` for the purpose of making a fast "group by" algorithm. One problem would be...

When there are multiple dependencies specified for a build stage, each dependency should install to both `/opt/install` and `/opt/sysroot` so that is usable by subsequent dependencies (which is the entire...

Replace `nbdl::promise` and friends with the facilities provided in the external FullDuplex library.

For applications, the typical use case is such that the user makes a request (upstream message) and expects to know its status at any given moment. For access points that...

enhancement

Hi, I am not certain that this is related to linux specifically, but when I load different "content" scripts in the editor sometimes the application hangs and sometimes it won't...