FB

Results 9 comments of FB

I am interested in being able to do this as well. My goal is to have a docker or podman container with my IDE that I can just pull to...

Is this being worked on or is it in the backlog? I would love this functionality as well.

I'm testing this on my project, and so far this seems to be exactly what I'm looking for. About the code though. Personally, I really don't like having variables in...

Regarding the stack and recursion. Why not get rid of it? ```py def _maxFillet( self: cq.Shape, edgeList: Iterable[cq.Edge], tolerance=0.1, maxIterations: int = 10, ) -> float: if not self.isValid(): raise...

@tjschuck We have a system where the user can add options of their own. due to their requests they want to be able to have empty options. I have no...

@koenpunt You watch for changes. So if a set value becomes unset (selecting an empty option), you update to empty.

@koenpunt Ah. That was just an example. The problem is that Chosen removes _all_ empty options. Not just the first. So if you have two (the actual use case), both...

I followed the instructions on https://www.archlinux.org/news/ttf-dejavu-237-will-require-forced-upgrade/ but the problem persists. How exactly should you use the `-f` flag? I've tried different ways Given ``` qwelyt@machine ~ % fc-list | grep...

Thanks! Now it's working ``` qwelyt@machine ~ % sflock -f "-*-droid sans mono-*-*-*-*-*-*-*-*-*-*-*-*" ``` Couldn't get `DejaVu Sans Mono` to work, which might be why just running `sflock` fails. If...