Christian Wimmer
Christian Wimmer
I like this two solutions. > On 7. Mar 2024, at 11:52, Jeongbin Park ***@***.***> wrote: > > > I think you can check the existence of the submodule with...
Congrats!!!! > On 2. Mar 2024, at 15:09, Giloo ***@***.***> wrote: > > > CULPRIT FOUND!!! > > On OSX, for obscure historical reasons, and given that the system defines...
Yes, I agree that this is not priority. Usually one knows if one of this luns has been opened and fstat(lun) works. It was just a surprise that the lun...
I am working on the TGZ 1.0.4. Here the infos: ``` bash$ cat /etc/os-release NAME="openSUSE Tumbleweed" # VERSION="20240517" ID="opensuse-tumbleweed" ID_LIKE="opensuse suse" VERSION_ID="20240517" PRETTY_NAME="openSUSE Tumbleweed" ANSI_COLOR="0;32" # CPE 2.3 format, boo#1217921...
The git version works. > On 20. May 2024, at 12:19, Alain ***@***.***> wrote: > > > could you try on the Git version ? > (git clone https://github.com/gnudatalanguage/gdl) >...
Yes, I run the script with prep/configure/build and it did not complain about the libtirpc-dev that was actually missing. Now it works. Huge thanks! > On 12. May 2024, at...
Today I saw that there is another problem related to this when the procedure name was misspelled like "prin" instead of "print":  This can be overcome...
Any updates here? I am having problems every day when I misspell a variable. Sometimes very deep in a debugging session. It is confusing if I need to write .skip...
Yessss, this would be nice to have! > On 15. Jul 2024, at 16:26, ChunkyPanda03 ***@***.***> wrote: > > > here is a link referencing the idl feature https://www.nv5geospatialsoftware.com/docs/idl_idlbridge.html >...
One program creates the array with a "fixed" size and the other wants to map it with that known size. Seems that it is somehow a timing problem because a...