-
To effectively support a [notification system in MetacatUI](https://github.com/NCEAS/metacatui/labels/ADC%20CI-18), we need a backend service to fulfill several key requirements. This issue entails de…
-
I have encountered weird case where return type for stored proc is generated as int (while stored proc returns resultset). Originally, it was quite long stored proc, so it took quite some time to pinp…
-
I have a simple program which imports the blender python package, and perform a simple operation:
```
import bpy
if __name__ == "__main__":
bpy.data.objects["Cube"].data.vertices[0].co.x += …
-
I am trying to run the `run_sample_video.sh` file from the scripts folder.
I am running into a lot of dependency issues when running this on a mac M1.
Has anyone been successful in running it on M1…
-
Would allow the equivalent TS syntax:
```ts
// inferred as `a${string}z`[]
const t = type("`a${string}z`[]")
```
Internally should probably compile to a regex.
-
### Operation vs Value
I can implement both and the difference will appear mainly in the messages. I can't use this difference for conditions because in order for this to make sense I should enable…
-
Using global variables and the usual thread synchronization, it is easy to take process-local notes as point tasks execute. However, the distribution of point tasks over (Unix) processes is in genera…
-
## Prerequisites
- [ X] I read the [Deployment and Setup](https://docs.opencti.io/latest/deployment/overview) section of the OpenCTI documentation as well as the [Troubleshooting](https://docs.open…
-
```
1. To which tool/application/daemon will this feature apply?
Tungsten Replicator
2. Describe the feature in general
Replication from MySQL and Oracle to other DBMS types is complex to configure…
-
As a user, I want to be able to look into a volume type object and see all aspects it fulfills so that I can choose the best suited volume type for my volumes.
In #265 a standard for volume types i…