Gregor Riepl

Results 76 issues of Gregor Riepl

For certain use cases, it may be necessary to generate entropy using a cryptographically secure random number generator. Would it be possible to make the randomness source customizable, so crypto/rand...

## ScudCloud Version `ScudCloud 1.38` ## Distro and Desktop info - Distribution: Debian - Version/Release: stretch - Desktop environment: Plasma 5 ## Expected behavior Scudcloud includes Debian package building scripts...

In some situations, it is desirable to allow loading a schema from something else than the supported URIs. For example, a program could have XSD definitions built in, so they...

Right now, the documentation doesn't explain how to secure communication between M3DB and etcd and also between M3DB nodes. There are no TLS options in the example configuration files. Looking...

area:documentation

In DMX-512, a break condition is used to signal the start of a data frame. Unfortunately, using POSIX or even W32 APIs, it seems to be quite hard to detect...

`systemd-run` supports creating units that run on a schedule instead of immediately. This is implemented by creating a timer unit alongside the service that executes the command. While creating persistent...

In xsdgen/xsdgen.go, any restrictions on types aren't given special treatment, only a simple comment is added to the resulting type. This should be changed to proper Mashal/Unmarshal methods so full...

enhancement

### Terraform Version 1.2.5 ### Affected Resource(s) - openstack_networking_port_v2 ### Terraform Configuration Files ```hcl resource "openstack_networking_port_v2" "test" { name = "test" network_id = var.network_id dns_domain = "example.com" } ``` ###...

stale

Some files were still missing an #include 3d1e74e6ace413733511086934a66f4e3f7a6027 fixed some of the compile errors, but I found other places where `QPainterPath` is used and added it there.

These patches remove a few oversights and bugs that prevent building asc et al on POSIX platforms. They also add a cmake script, greatly increasing portability. Untested on anything else...