PinkMushroom

Results 8 issues of PinkMushroom

btw, i don't need webgpu, so a work-around that simply skipped this would be great. this is on a tree i cloned within last couple of days, and on linux...

The idea is that something like types = [ String, Float64, Int] missing_values = [ "", -999.0, 12] could be specified, such that the following would be returned "abc",1.0,1 ,1.0,1...

new feature

ERROR: Command errored out with exit status 1: command: /usr/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-a2g2qkxz/pdfparanoia/setup.py'"'"'; __file__='"'"'/tmp/pip-install-a2g2qkxz/pdfparanoia/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-install-a2g2qkxz/pdfparanoia/pip-egg-info cwd: /tmp/pip-install-a2g2qkxz/pdfparanoia/ Complete...

python3.10/site-packages/vedo/shapes.py:971: RuntimeWarning: invalid value encountered in arccos ![Screenshot from 2024-04-22 19-15-03](https://github.com/marcomusy/vedo/assets/12112452/ce765d9b-6c3a-4876-bdeb-d17d655ed59b) In the image , the RoundedLine is on the left and a Line is on the right. I will...

Trying to build this on linux and have found some problems. First the clone command on the front page ```git clone [email protected]:nam20485/OdbDesign.git``` doesn't work ```$ git clone [email protected]:nam20485/OdbDesign.git Cloning into...

There's no documentation on dependencies so I have no idea what to install. ./FAHBench-gui: /home//Downloads/FAHBench-2.3.2-Linux/bin/../lib/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by /lib/x86_64-linux-gnu/libQt5Widgets.so.5) ./FAHBench-gui: /home//Downloads/FAHBench-2.3.2-Linux/bin/../lib/libstdc++.so.6: version `GLIBCXX_3.4.29' not found (required by...

version 4.0.3 > > In file included from ../Lib/metis.h:35, > from pmetis.c:15: > pmetis.c: In function ‘main’: > ../Lib/rename.h:380:41: warning: implicit declaration of function ‘__GKfree’; did you mean ‘GKfree’? [-Wimplicit-function-declaration]...

I was trying to write some code for freefem and immediately ran into a problem that "_" does not seem to be allowed in identifiers. I went looking through the...