-
## Applies To
- https://goteleport.com/docs/reference/cli/tsh/#tsh-login
- https://goteleport.com/docs/access-controls/sso
## Details
A PR was implemented which adds useful callback function…
-
## URL to the linked Repository or Organization
https://github.com/
## Steps to reproduce the problem
1. Attempt to upgrade an organization-level self-hosted install to 3.0.0 using README.m…
-
### What version of gRPC and what language are you using?
grpcio: 1.62.1
grpcio-tools: 1.62.1
### What operating system (Linux, Windows,...) and version?
Linux
### What runtime / compiler…
-
```
static void subscriber_available_callback(dds_entity_t reader, void *arg)
{
#define MAXCOUNT 10
int samples_received;
void *samples[MAXCOUNT] = { nullptr };
dds_sample_info_t…
-
### Bug description
I have a lightning module which logs the metrics `val_loss`, and a scheduler that monitors it
```python
def get_plateau_scheduler(self, optimizer):
plateau_scheduler = torc…
-
Hi,
I am writing a wrapper library for INDIGO as a way of learning Rust and assuming something useful comes out of it, an alternative to C for developing INDIGO clients, servers, and drivers.
…
-
Using @react-input/mask v1.0.23, when modify callback is used to update the mask dynamically (based on the entered value) and a value is entered the following error is thrown
`useMask.js:1 Error: T…
-
I have an XML document I want serialized by an XmlWriter, and I'm using this code:
```
XmlWriter xw = XmlWriter.Create(sbXmlDoc, new XmlWriterSettings {
Indent = true,
…
-
Currently it is not possible to access the functions in `ModelicaUtilities.h` from an `ExternalObject` that is implemented as a shared library in a generic way. Therefore I propose to introduce an `Ex…
-
I have a DMC Datetimepicker which in the example is initialized with the current datetime. When done - it retains the milisecond. I also have a button that can then set the time. But doing this way -…