tristanryerparke

Results 7 issues of tristanryerparke

When trying to use any command, I get this error. Here is -debug output: ``` tristanryerparke$ ./rfm ls -domain 10.0.0.1 -debug 0:/ 2020/11/05 21:52:49 Doing GET request to http://10.0.0.1:80/rr_connect?password=reprap&time=2020-11-05T21%3A52%3A49 2020/11/05...

Is it possible to specify a stroke-linecap property for a `pydiffvg.path` ? If not then this would be a feature request for 'round' (currently implemented and default), 'flat' and 'butt'....

When saving my svgs made with drawsvg using the `as_svg()` I get output like this: `stroke="rgb(109,55,49)" stroke-width="2.0" stroke-linecap="round" fill="none" />\n

For some reason when creating a RangeSlider with min 0 and marks at 0, the lefthand label appears bold, potentially a larger font and off-center: ![Screenshot 2023-06-28 at 12 22...

I'm just getting into creating custom panels (I'm usually a python programmer as opposed to JS) with comet UI and was looking for a way to display the most recent...

question

## Is your feature request related to a problem? Please describe. I've split my research into several projects, but most of the research I'm doing is similar and is tracked...

question

Example: ```python # Setup from pydrive2.fs import GDriveFileSystem from pydrive2.auth import GoogleAuth settings = { "client_config_backend": "service", 'service_config': { 'client_json_dict': { "type": "service_account", "private_key_id": str(os.getenv('xxx')), "private_key": str(os.getenv('xxx')).replace('\\n', '\n'), "client_email": str(os.getenv('xxx')),...