-
Hello there
I was thinking, I was with a bunch of friends in a serv, where we share without limits our properties, crafts.
And I found that it was pretty long to always add everyone, one per one…
-
`GetChapterUrls` has a hard-coded limit for pages.
```
if (prevPage != "" && prevPage == page) || i > 8 {
break
}
```
In my case it was not enough. IMHO the current limit is too small and sho…
-
After fixing #6, I noticed another issue with the testcase from that issue.
In the testcase the commit to absorb is removing all instances of `#[cfg(feature = "rsa_keygen")]` and there is an interm…
-
So Photoprism has a feature that given a 24h time span, it sets the geotag of the images from that span with the geolocation of other images that were taken the same day.
With this in mind, it woul…
pluja updated
1 month ago
-
### Terraform Core Version
1.5.6
### AWS Provider Version
5.32.1
### Affected Resource(s)
* aws_ec2_managed_prefix_list
### Expected Behavior
I would expect in order to create a prefix list wit…
-
To get the NATted public IPv4-Adress of a game host the client transmits [0.0.0.0:tcpport and 0.0.0.0:udpport](https://github.com/legacyclonk/LegacyClonk/blob/master/src/C4Network2Client.cpp#L263) to …
-
We've been running google-cas-issuer for just under a year, to generate certificates to secure Istio workloads. And recently found that it started to reach high memory usage (in the hundreds of MBs) a…
-
At least in the league that I'm in when you specify the max amount of players, the way it works is as long as you are under the max before the day starts on Sunday, you can ice as many players as you …
-
If `KsqlSerdeFactory` is going to become part of our public API then we should give it some love to make it more extensible, e.g.:
* Rather than passing config and SR clients as params, pass them …
-
This seems like a leftover from some debug or testing suite? :)
https://github.com/ecmwf/skinnywms/blob/master/skinnywms/fields/NetCDFField.py#L73