FB

Results 15 issues of FB

``` qwelyt@machine ~ % sflock error: could not find font. Try using a full description. ``` I have no idea what to do with this message. What font? What description?...

I want to activate sflock after a period of inactivity, for this I use xss-lock. When I run `xss-lock sflock` the screen do lock after the specified interval, but my...

You can now download your models using the endpoint /download. You need to specify the parameters `m` for which module and `format` for which format you want it in. Ex:...

Is there an option to extract a module or function? I seem to be unable to use the `ctrl+shift+r` command to extract a piece of code into a new module...

```py import build123d as bd svg = bd.import_svg("bd_test.svg") # taper = 0 taper = 10 with bd.BuildPart() as prt: with bd.BuildSketch(): for k in svg: with bd.BuildLine(): bd.add(k) bd.make_face() bd.extrude(amount=10,...

bug