-
TLDR: Support a staleWhileRevalidate hint on the cacheControl directive
```gql
type Variant {
name: String
sku: String
inStock: Boolean @cacheControl(maxAge: 5, staleWhileRevalidate: …
-
The 🔑 to high-quality software is a programmer being able to rapidly—test, change, understand the effects of, deploy, monitor production usage of, and rollback—code. Elixir as a language/VM should he…
-
### Environment
* Elixir & Erlang versions (elixir --version):
```
Erlang/OTP 22 [erts-10.5] [source] [64-bit] [smp:12:12] [ds:12:12:10] [async-threads:1] [hipe]
Elixir 1.10.2 (compiled with…
-
The reason why I'm going to try another plugin now is because I can't get the demo to work. First of all, it is annoying that it targets grails 3.0.0-snapshot. Also, the version of grails-events-push …
-
- EnderIO fluid conduit don't work on rockhounding transposers or fluid input system. way to circumvent this is with and EnderIO tank set to "push" the fluid into the fluid input system. Same workarou…
-
I think it'd be really helpful to have a default resolution mode for `@web/dev-server`, and for that default to be a new mode closer to Node module and browser w/ import maps resolution.
There are …
-
I am currently trying to run STAR Fusion on a remote server within a conda virtual environment and i have installed star, star fusion, samtools, the following perl modules through conda install as spe…
-
The AWS CDK RFC [#228](https://github.com/aws/aws-cdk-rfcs/issues/228) and AWS-CDK issues [11344](https://github.com/aws/aws-cdk/issues/11344), [20455](https://github.com/aws/aws-cdk/issues/20455) all…
-
> Starting on June 1, 2023, at 00:00 UTC, industry standards will require private keys for standard code signing certificates to be stored on hardware certified as FIPS 140 Level 2, Common Criteria EA…
-
# Questions with OpenTelemetry.Instrumentation.Wcf
There is a multi-targeting service that using WCF framework. We want to automatically collect trace data for it. Hopefully, we can achieve this by…