Will Sackfield
Will Sackfield
* The tag often denotes exactly where the article begins and ends in HTML5. I noticed the wrong text was being pulled from articles on the bbc.co.uk. This includes whole...
* Currently the feedparser specified in the requirements does not work with Python 3.9.x due to this issue: https://github.com/kurtmckee/feedparser/pull/206 * Upgrade the feedparser so pygooglenews works with python 3.9.x
* Hooking up Vorbis read callbacks to an HTTP data provider currently yields a lot of overhead due to many read requests at 2kB * Allowing the user to set...
Allow the library to be used with cmake (for including libresample in other projects using cmake seamlessly)
I have a script that attempts to find the historical data for futures (lets say `ZF`), and in doing so loops through the contract months from 3 years ago to...
Running these rules on a RBE on linux produces the following shared object file: `frontend.cpython-38-x86_64-linux-gnu.so` The `cpython-38-x86_64-linux-gnu` modifier means that the build rule cannot find this file and fails like...
* Bring the support of h5py up to 3.7.0
* Adds cmake build scripts so people can call this library from other cmake based projects
Currently the BLINK library cannot be installed due to this error: ``` error: Multiple top-level packages discovered in a flat-layout: ['elq', 'img', 'blink', 'elq_slurm_scripts']. ``` Specify no top-level packages exist.
Problem: CatBoostError: /src/catboost/catboost/private/libs/algo/tensor_search_helpers.cpp:99: This should be unreachable catboost version: 1.26.4 Operating System: Ubuntu Linux CPU: Intel x86 GPU: nVidia When running my pipeline this issue pops up from time to...