Marcus Müller

Results 470 comments of Marcus Müller

@noc0lour Just to be clear, this *only* changes how numbers are displayed in GRC, it has no influence on any code generation. To the generated code, numbers are generated as...

Well, but `1_000_000` is valid python (meaning 1000000), `1,000,000` is also valid python, but denotes a tuple `(1, 0, 0)`, so that's going to be quite confusing in itself, @777arc

Tried things out: | Unicode space type | Look | comment | |--------------------------|------|----------------| | EN SPACE | ![thousands en space separator](https://user-images.githubusercontent.com/958972/178151221-73d8774d-c253-4998-bf90-98b0a811822b.png) | Half em | | PUNCTUATION SPACE | ![thousands...

looking at this, I'm tending towards thin or 1/6 em space

> Is it just me or does it seem that this is the dawning of the age of Aquarius. and a home for the fleas in my hair

@dkozel exactly! Got the technical feasibility sorted out, just updating the "what am I solving here" to avoid having to follow links to other issues, let's get @ei8fdb in on...

Discussion with @ei8fdb yielded: I should do a quick survey, maybe a low-quality, high-count one on twitter, and a more-feedback, potentially-fewer-participants one via email, and/or make this selectable. Three options:...

@willcode I have no idea how bash completions work, but I don't think they're compatible. So, only zsh.

@ckoehler interestingly, comm -12 \ =(echo "/usr/local/share/zsh/site-functions:/usr/share/zsh/vendor-functions:/usr/share/zsh/vendor-completions:/usr/share/zsh/functions/Calendar:/usr/share/zsh/functions/Chpwd:/usr/share/zsh/functions/Completion:/usr/share/zsh/functions/Completion/AIX:/usr/share/zsh/functions/Completion/BSD:/usr/share/zsh/functions/Completion/Base:/usr/share/zsh/functions/Completion/Cygwin:/usr/share/zsh/functions/Completion/Darwin:/usr/share/zsh/functions/Completion/Debian:/usr/share/zsh/functions/Completion/Linux:/usr/share/zsh/functions/Completion/Mandriva:/usr/share/zsh/functions/Completion/Redhat:/usr/share/zsh/functions/Completion/Solaris:/usr/share/zsh/functions/Completion/Unix:/usr/share/zsh/functions/Completion/X:/usr/share/zsh/functions/Completion/Zsh:/usr/share/zsh/functions/Completion/openSUSE:/usr/share/zsh/functions/Exceptions:/usr/share/zsh/functions/MIME:/usr/share/zsh/functions/Math:/usr/share/zsh/functions/Misc:/usr/share/zsh/functions/Newuser:/usr/share/zsh/functions/Prompts:/usr/share/zsh/functions/TCP:/usr/share/zsh/functions/VCS_Info:/usr/share/zsh/functions/VCS_Info/Backends:/usr/share/zsh/functions/Zftp:/usr/share/zsh/functions/Zle" | sed 's/:/\n/g' |sort) \ =(echo $FPATH|sed 's/:/\n/g'|sort) tells me the only common path (of your Ubuntu 20.04 and my Fedora 34) would...

Related: https://stackoverflow.com/questions/69927565/different-zsh-fpaths-under-different-linux-distros-how-to-find-the-right-at-cma