Levi Morrison

Results 58 issues of Levi Morrison

I'm using cargo-bundle-license in my CI to alert me when licenses have changed. However, the license file checker is sensitive to the `$CARGO_HOME` variable, so if I commit the license...

good first issue

Currently we have names like `first` and `last` but also have names like `getLeft` and `getHeight`. I'm not sure which convention I'd like to use just yet, but having both...

PR #41 added `Mappable` and `Filterable` interfaces – this uses those to specialize functions `map` and `filter`. This is experimental as well and would like some feedback if possible.

The idea here is is that some programmers may not want to implement all of the `Collection` interface. So by using interface segregation we can separate them out. I'm not...

My expectation on a slice is that the keys would be renumbered, since slicing something that doesn't really have an order is sort-of undefined. There needs to be some expectations...

Bug

### Input C/C++ Header ```C struct globals { _Atomic _Bool interrupted; }; ``` ### Bindgen Invocation ``` $ bindgen input.h ``` ### Actual Results In general, these get translated into...

bug
help wanted

Currently the flag `-fPIC` is being set [like this](https://github.com/BVLC/caffe/blob/691febcb83d6a3147be8e9583c77aefaac9945f8/CMakeLists.txt#L49-L51): ```cmake if(UNIX OR APPLE) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC -Wall") endif() ``` CMake has a property for this: `POSITION_INDEPENDENT_CODE` which can be set...

A recent effort has made micro-architecture targets for x86-64. You can see which instructions are included in each level on Wikipedia: https://en.wikipedia.org/wiki/X86-64#Microarchitecture_levels. Making these available as targets would be nice.

duplicate
enhancement

In #1216 I did some cleanup based on the clang-tidy checks that CLion does. It would be beneficial to add a `.clang-tidy` file to our repository and to keep the...

cat:devtools
feature-request

I recommend updating our testing containers to use the newer composer version. It's compatible all the way back to PHP 5.3, so we're safe on that front. The main motivation...

🏆 enhancement
cat:devtools
feature-request