vike2000
vike2000
> What would you call this `` construct? https://www.gnu.org/software/bash/manual/bash.html#Opening-File-Descriptors-for-Reading-and-Writing (section 3.6.10)
``` patch --- Info—original.plist 2023-12-26 21:21:03.000000000 +0100 +++ Info—changed.plist 2023-12-26 21:10:29.000000000 +0100 @@ -13,8 +13,7 @@ QLGenerator LSItemContentTypes - org.blender.blend - dyn.ah62d4rv4ge80e5dfr3wa + org.blenderfoundation.blender.file @@ -87,9 +86,9 @@ public.item UTTypeDescription...
I just wrote a similar issue *before* searching and finding this - *doh*. My approach, though, was as a *bug report* on that the feature difference is **undocumented**. So, if...
Hello :) I said I was unsure whether to add these "development files", so I understand your concerns and have now removed those files. Are my changes to `.gitignore` okay...
> There are some tricky concepts involving "pipes, forks, and I/O with other processes, etc.", especially when trying to do them in a portable way that works on a wide...
> BTW @vike2000, > > In regards to the [defer to calc v3](https://github.com/lcn2/calc/pull/153#issuecomment-2223682290) comment we made above. That does not represent a final decision, but rather our "thinking out load"....
> I'm finding reading large chunks of this very difficult to read because of unusual choices in code formatting. I can understand that. I've pushed two fixes of the worst...
Ah, I see, and understand my PR inadvertently came at a time of great changes :) No worries - I'll bide my time, try to keep track of the progress...
I just pushed `u_pfe.c` after a run of `clang-format` on it, with a custom config file (`.gitignore`'d). The latest version I can install at the moment is 18 (via Macports...
I managed to hack `clang-format` (v20) for basic `calc` support† and just pushed `pfe.cal` after a run of the former (using mostly v18 `.clang-format` config‡) on the latter. †basic calc...