Josh Hansen
Josh Hansen
We're getting this YN0001 error with ENAMETOOLONG on macOS. Yarn 2.4.2. The relevant yarn.lock for the `mathjs` dependency which is failing to build: ``` "mathjs@https://github.com/LearnSomethingTeam/mathjs.git#master": version: 9.4.1 resolution: "mathjs@https://github.com/LearnSomethingTeam/mathjs.git#commit=3c3048bedb39db7352bec75846ed6e8a04b9f862" dependencies:...
The Gulp build itself appears to finish successfully, but Yarn seems to "remember" the ENAMETOOLONG and declare the build a failure anyway. Perhaps the YN0001 log message is missing a...
New version number, same problem: ``` $ cabal install taskell Resolving dependencies... cabal: Could not resolve dependencies: [__0] trying: taskell-1.9.0.0 (user goal) [__1] next goal: template-haskell (dependency of taskell) [__1]...
I find myself looking for seek functionality in a flac decoder - did you ever make any progress on this, @TonalidadeHidrica ?
Hi, `git config --global gui.usettk 0` helped a lot in making all fonts in git gui readable; however, the scrollbars are still extremely thin. As I use git gui constantly...
uname -r: 6.5.0-25-generic GCC version: gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Just sent a pull request related to this, see #11
I have a set of packages that at least gets me started: backports.functools-lru-cache==1.6.1 cycler==0.10.0 enum34==1.1.6 h5py==2.10.0 Keras==2.3.1 Keras-Applications==1.0.8 Keras-Preprocessing==1.1.0 kiwisolver==1.1.0 matplotlib==2.2.4 numpy==1.16.5 opencv-python==4.1.1.26 pydot==1.4.1 pyparsing==2.4.5 python-dateutil==2.8.1 pytz==2019.3 PyYAML==5.1.2 scipy==1.2.2 six==1.13.0...
Just ran into this in 9.1.0, specifically 'There is a non-integer exponent' on `math.rationalize('x ^ -2')`. I'm looking at trying to make a fix. I have `recPoly` identifying the unaryMinus...
Apologies for the slow response. 1. I'm getting the same issue with 1.2.3 2. Display scaling and font scaling are both at the default (100% and 1.0 respectively) 3. Looks...