-
### Microsoft.Identity.Web Library
Microsoft.Identity.Web
### Microsoft.Identity.Web version
3.2.2
### Web app
Sign-in users and call web APIs
### Web API
Protected web APIs (validating tokens)…
-
We create a dictionary with layout complex_key_hashed_array layout in CH 23.3 and 23.8, however, the memory allocation didn't reflect the actual memory in linux server (actual is 6G, bytes allocation …
-
This is how I am currently using `apollo-client` v2:
```js
// @flow
import {
ApolloClient
} from 'apollo-client';
import {
HttpLink
} from 'apollo-link-http';
import InMemoryCache, {
…
gajus updated
7 years ago
-
**Is your feature request related to a problem? Please describe.**
Distributed caches support sliding window expiration for tokens. We need this same support for InMemory cache.
**Describe the sol…
-
## The dependency [apollo-cache-inmemory](https://github.com/apollographql/apollo-client) was updated from `1.2.9` to `1.2.10`.
🚨 [View failing branch](https://github.com/msandrini/achiever/compare/…
-
Hello!
Faced a problem when installing a loki cluster.
The cluster consists of 5 nodes:
1) Nginx proxy
2) loki reader x2
3) loki writer x2
All have the same configuration file installed with…
-
Issues with storing the data to AWS S3 from loki.
The error :
"failed to read cluster seed file" err="failed to get s3 object: NoSuchKey: The specified key does not exist.\n\tstatus code: 404, reques…
-
### Is your feature request related to a problem? Please describe.
There are three configcat JS libraries, and the advantage of the SSR one over Node.js or React isn't clear. In my case, I'm using …
-
Report a *bug*
**What is the current behavior?**
Using `aws-appsync` in Lambdas (ie.: AWSAppSyncClient) makes lambda execution fail with error:
```
ERROR Invoke Error {"errorType":"TypeError…
-
## Problem:
I'm working on one CLI solution for our ecosystem and I need to install only selected dependencies with adding 1 by 1 or alltogether (`yarn add packge1 packge2`)
`npm` works as I need,…