-
- logger initialization in blocks was taking a lot of time with the multithreading hitting the initialization on each call of the list_tx function
- S3 objects lookup for existing stamp files in S3…
-
Does this plugin work well with WP Smush Pro for image optimization ?
We want to optimize new media uploaded to WP and also the existing, already uploaded to AWS S3.
If not, do you plan on add…
-
The chained block structure used by both interpreter and tier-1 compiler is linear, with each block pointing only to the subsequent block. Enhancing a block to reference its previous block brings sign…
-
I have multiple s3 buckets,
When I run cdk bootstrap, a cdk s3 bucket is generated. After that, I can cdk deploy -c bucket_name .., but it is only configured for a single bucket at this time. If I wa…
-
```
The test below doesn't compile if the "-O2" optimization is enabled:
{{{
bool f();
struct S {
S();
~S();
};
void g() {
for (;;) {
S s1, s2, s3, s4, s5, s6;
if (f())
…
-
When globbing paths with `**`, such as:
```
s3://my-bucket/**
```
The underlying fsspec implementation (referenced in #54) will iterate over each "directory" in the bucket, leading to multiple…
-
If we implement https://github.com/mozilla/sccache/issues/30 to let local developers pull from the S3 cache, performance is going to be variable depending on network timings. It'd be nice as a future …
luser updated
7 years ago
-
Hello,
Trying a first time installation with Docker Compose under Ubuntu 22.04.
I can create a room and connect to it OK, everything works perfectly (audio and video).
Then after one minute sound…
-
# ~Bug Report~ Help on parameters tuning
## Description
(not sure this is actually a 🐛 I or I am doing something wrong...)
when I run a stage with `dvc exp run --downstream [mystage-name]`…
-