-
I'm looking for a way to import LA_ELMHES in my GDL project but can't find it in IDL libraries. I suppose it would have to be recoded natively in GDL ?
-
Hi All,
the latest Windows build in GitHub actions gives the following error (which is actually Python-specific):
```
In file included from D:/a/gdl/gdl/src/datatypes.cpp:48:
D:/a/gdl/gdl/src/…
-
### What happened?
If the option "square button corners" is enabled, this does not only change the look of the Waterfox interface, but also applies to certain elements on websites. This only takes …
-
This script is working fine ! thanks
1/ Should be simple, but :
On a fresh copy (or git clone) the script need an extra step : `git submodule update --init`
Could you add this line `git sub…
-
Hi runxel, did you consider recording a videotutorial explaining how it works the workflow for GDL execution that I assume is besides this declaration "This means an end to the abundant copy & pasting…
-
Hi!
I hope you're doing well.
I'm having a strange error that started yesterday,
Every time I try to download posts from an Instagram account, an error occurs exactly after 200 downloads.
OS: Wi…
-
```
Start 101: test_hdf5.pro
101: Test command: /builddir/build/BUILD/gdl-1.0.2/build/src/gdl "-quiet" "-e" "if execute('test_hdf5') ne 1 then exit, status=1"
101: Working Directory: /build…
-
(no problem with Intel icpc 18)
In file included from /poubelle/coulais/icc/gdl/src/FMTOut.cpp(5):
/poubelle/coulais/icc/gdl/src/FMTOut.hpp(33): error: namespace "std" has no member "unique_ptr"
…
-
code :
```
$ more toto.pro
pro toto1, key1=key1;, key1=key1
print, 'toto1'
end
function toto2, key2=key2;, key2=key2
print, 'toto2'
return, 1
end
pro toto
toto1, key1='aze', key1='…
-
Involves modifying https://github.com/quarnster/boxeebox-xbmc/blob/master/xbmc/xbmc/windowing/egl/EGLNativeTypeBoxee.cpp, and https://github.com/quarnster/boxeebox-xbmc/blob/master/xbmc/xbmc/windowing…