-
**Describe the bug**
When I add `hdf5` as a dependency to a C piece of code on windows, ie `
```
hdf5_dep = dependency('hdf5', language:'c', required: true)
```
I end up with a link failure of …
-
This is how hard-coded assets will have to be implemented to prevent giant source files from appearing.
The purpose of OAAAs is to allow assets to be added as their raw formats without putting them i…
-
I think this line would break if the `if (error)` condition were true, because JS arrays don't have an `.append` method.
My IDE was complaining until I changed it.
https://github.com/stripe-samp…
-
At the telco today, we agreed that the PSyclone version number (stored in `src/psyclone/version.py` and also in `doc/reference_guide/doxygen.config`) should have the git hash of the last commit (to ma…
-
Currently, MV_APPEND expects exactly two arguments:
`MV_APPEND(a, b)`
appending more than two fields needs something like this:
`MV_APPEND(a,MV_APPEND(b,c))`
Ideally MV_APPEND supports 2-n number …
-
- A log file should be created for monitoring logs, which are currently on console
-
**Is your feature request related to a problem? Please describe.**
The problem is that in many test environments, we loop through multiple tests. Some reporting frameworks have the ability to merge o…
-
hi! thanks for the great geolibs in rust which i'm currently porting my js app into.
i've encountered that get_leaves appends points from completely alien clusters. This happens only when the obser…
-
Would be useful to make the selected node(s) in the editor available when evaluating. As a POC I added the following to delegate_evalution in repl_parser.gd. Seems to work ok. e.g. I was able to do "p…
-
*Title*: *ext_proc does not honour HeaderAppendAction*
*Description*:
>What issue is being seen? Describe what should be happening instead of
When running envoy with the ext_proc filter and poi…