M. Greyson Christoforo
M. Greyson Christoforo
I'm working on implementing this here: https://github.com/greyltc/rudolfs/tree/encryption-optional based on what you've already done in https://github.com/jasonwhite/rudolfs/pull/8 Jason. Bear with me here please, this is my first time rusting. At present, what...
@jasonwhite tested. working like a charm! thanks very much!
@jasonwhite could we get a 0.3.7 tag for this?
I do it in Linux like this: ``` bash sed 's,7.5.1,7.5.2,g' -i dump_symbols.py # get symbols local _structure_needed="dummy/lib_linux/" mkdir -p ${_structure_needed} ln -s /usr/lib dummy/lib_linux/. msg2 "Old symbols:" ls -lh...
Mouse. Neither left nor right clicking works. I'll see if I can get a weekly build going and report back shortly.
@maxwxyz Okay, I've built and tested whatever commit that latest weekly build you linked there is based on (a4dd600ec6d5a53a9960cd9f8693d7d307b9e359). The cube's behavior has changed in that now the cube and...
`mv ~/.config/FreeCAD/ ~/.config/FreeCAD.bak` then relaunch freecad did not impact the issue. I've got this issue on multiple machines (desktops and laptops). Granted, these are all pretty similar setups: Arch Linux,...
Wait a sec. This is probably just a duplicate of https://github.com/FreeCAD/FreeCAD/issues/13303
There is for sure some typing issue here, but I can't figure out what it actually is. ``` with redis.Redis() as r: r.hset("key", mapping={"thinga": "thingb"}) ``` passes the type checking...
Can anyone say why seemingly great PRs like this never get merged or even commented on by the maintainers here?