-
## Description
When using the Teams Desktop client with multiple accounts, the `getContext()` function often returns the context of an incorrect, non-active account. This behavior occurs despite th…
yuezk updated
2 months ago
-
Hi Team, you are doing awesome job here!
I've opened this issue to ask you a question whether you are planning to support following environment promotion scenario:
App is running in multiple clus…
-
I announced on Sunday that I've been working with people at Automattic to make it possible to run FeedLand on a server that can scale to millions of users. That means that you can't rely on any info t…
-
This is a follow-up to https://github.com/ralph-irving/squeezelite/issues/94.
**The situation:**
You have a dual-stack (IPv4/IPv6) environment, use a IPv6-aware DynDNS service like AVM’s _MyFritz_…
-
## 1. Create .service file
```
sudo nano /etc/systemd/system/botapp.service
```
## 2. Config the file
```
[Unit]
Description=Service name
After=network.target
[Service]
WorkingDirector…
-
Description: This issue proposes adding Docker containerization to the project to standardize the development and deployment environment. Containerizing the application will ensure that contributors a…
-
Consider case when application is running on Kubernetes. Number of pods may vary
With output file prefix equal to pod id, pod output files will not collide.
However, it is possible that 2 pods st…
-
Dear PostgREST community
Is there an "idiomatic" way (meaning PostgREST principles) to handle concurrent updates in a multi-user environment? I.e., with PostgREST as "backend", having a frontend (s…
-
### What would you like to be added (User Story)?
As a cluster service provider managing a multi-tenant environment I would like to setup my capi controllers to watch multiple targeted namespaces
##…
-
### Describe the issue
I created an agentic workflow using Autogen, where multiple agents are stored in global variables and used as required. This worked well locally, but now I'm moving to a multi-…