GaryScottMartin

Results 10 comments of GaryScottMartin

I have this issue also: ``` #Import libraries import pandas as pd pd.options.plotting.backend = "matplotlib" import ipydatagrid as dg import ipywidgets as ipw import datetime as dt import numpy as...

I was able to get both j123's fix and JohnOmernik's to work after deleting my Anaconda environments on both Windows and ArchLinux. On Windows, I was using a new Miniconda...

### I recommend **IPYDataGrid** (https://github.com/bloomberg/ipydatagrid) as a working alternative to QGrid. - It lacks documentation, but it does work with current versions of Python, Jupyter Lab, and IPYWidgets as of...

It appears that your error results from not having installed opencascade (a dependency). However, see my post here: [Dependencies? #4](https://github.com/agordon/openscad-step-reader/issues/4). It still has a namespace error and uses a recently...

If you can revert your installation of Ghostscript to v9.53.3 and your version of libpaper to 1.1.28, I would try that. Apparently, the most recent version of Boomaga is incompatible...

This is a namespace error that can be corrected by adding ```using namespace std;``` between the ```#define __TRIANGLE__``` line and the ```class Point {``` line in `triangle.h`. However, there is...

It is a boomaga issue. Boomaga V3.0.0 starts Ghostscript with an option that was deprecated in Ghostscript 9.54. [Pull Request 108](https://github.com/Boomaga/boomaga/pull/108), fixing the unreleased source, was merged by [@SokoloffA](https://github.com/SokoloffA) on...

I thought it was still working for me, but it isn't. If I start it from the command line before printing, it does work, but it no longer starts by...

I could not get either `boomaga` or `boomaga-git` to start autonomously. I was getting dbus errors in the CUPS error log. As I said, it would work if I started...

It appears that the dbus service that is supposed to be created for `boomaga` is not being created in my case. I don't know much about dbus, so I can't...