Andrew Robbins

Results 10 issues of Andrew Robbins

https://openwrt.org/about/history

Current release is 21.7, released in july of 2021. First release was in January 2015, 15.1. minor patches increment after release, so 21.7.1 came out a few weeks back.

![image](https://user-images.githubusercontent.com/9099529/110087883-371f5780-7d62-11eb-8b6c-5bafccacdcee.png) ![image](https://user-images.githubusercontent.com/9099529/110088150-7baaf300-7d62-11eb-9e67-73e614b0418c.png) ![image](https://user-images.githubusercontent.com/9099529/110088110-70f05e00-7d62-11eb-8f9b-ddfc00747b7a.png) According to intel's database, this cpuid is not vulnerable to spectre v3a. The tool reports fully up-to-date microcode as vulnerable.

Checklist - [x] Title of this PR is meaningful: e.g. "Adding my_nifty_package", not "updated meta.yaml". - [x] License file is packaged (see [here](https://github.com/conda-forge/staged-recipes/blob/5eddbd7fc9d1502169089da06c3688d9759be978/recipes/example/meta.yaml#L64-L73) for an example). - [x] Source is...

review-requested
python

improves performance massively and moots #535 Signed-off-by: Andrew Robbins

Was looking through the code to see if there was a less computationally expensive way to handle duplicate files (SHA256 is unnecessary IMO, but that's a separate issue/PR) and as...

Looks like incompatible pointer types are now considered an error. [Fedora Wiki](https://fedoraproject.org/wiki/Changes/PortingToModernC#Use_of_incompatible_pointer_types_without_a_cast) ```make make[1]: Leaving directory '/builddir/build/BUILD/JDSP4Linux-2.7.0/libjamesdsp' subtree/Main/libjamesdsp/jni/jamesdsp/jdsp/Effects/crossfeed.c: In function ‘CrossfeedEnable’: subtree/Main/libjamesdsp/jni/jamesdsp/jdsp/Effects/crossfeed.c:65:45: error: assignment to ‘void (*)(struct dspsys *, size_t)’...

Running the generated command manually (without non-interactive, of course) works fine, invoking thru pdm-publish raises the following error, ``` - Adding scikit_bio_parasail-0.0.1.dist-info/RECORD Built wheel at C:/Users/andre/source/scikit-bio-parasail/dist\scikit_bio_parasail-0.0.1-py3-none-any.whl Publish failed Fatal Python...

It appears to be looping on purge_empty_folders infinitely when stopped with a keyboardinterrupt. Does not appear to matter if run under slurm or not. Version used is 0.10.2-arcts.

Checklist - [x] Title of this PR is meaningful: e.g. "Adding my_nifty_package", not "updated meta.yaml". - [x] License file is packaged (see [here](https://github.com/conda-forge/staged-recipes/blob/5eddbd7fc9d1502169089da06c3688d9759be978/recipes/example/meta.yaml#L64-L73) for an example). - [x] Source is...

R
staged-recipes
review-requested
c-cpp