-
Unless there is something totally flawed with my logic, the last step of generating a new, separate access token is unnecessary where login is via OAuth.
It would be more powerful to forward the acce…
-
### Description
Right now, the only way to configure the client is by imperatively modifying the config somewhere:
```js
import { client } from 'client/services.gen';
client.setConfig({
bas…
-
@tomato42 and I have tested OpenSSL and we found that it may be vulnerable to a variant of the [Minerva attack](https://minerva.crocs.fi.muni.cz/). We used statistical analysis to confirm the presence…
-
# Pathway for the UI
Inspired by the best practices in Domain-driven design, Spine encourages the developers to build user interfaces in top of Projections. Under well-known conditions, each Projec…
-
**Describe the bug**
`argocd app diff --local .` fails when `` is handled by a sidecar CMP. Specifically, it fails with this error:
```
FATA[0000] config management plugin with name '' is not …
-
In short, the metadata of my web-grpc client is always empty.
### Proto definition
Let's say my proto file looks like:
```proto
// some/path/myservice.proto
syntax = "proto3";
import "goog…
-
# Volume based container interface spec
The overall goal is to define a standardized interface for applications and containers for communication, data persistence, providing configuration and more. E…
-
## Overview
Would it make sense to add a generic custom pre-processing trait like `@refine(functionId: String | Enum, protocols: List[shapeId])` to the core library? This can signal server stub cod…
-
Ok, so I am trying to deploy this model : https://huggingface.co/sshleifer/distilbart-cnn-12-6 with a custom inference.py to an endpoint on Amazon Web Services. First, however, I am trying to deploy …
-
Right now we have lot's of subsystems which operate on the same level having an open exposed interface, despite being tightly connected to another subsystem, making it harder than necessary to reason …