-
- [x] I have searched the [issues](https://github.com/python-poetry/poetry/issues) of this repo and believe that this is not a duplicate.
- [x] I have searched the [documentation](https://python-poet…
-
# Question/Comment on FedRamp RFI Directory
## Name and Affiliation
CSRA
Shaf Mohebbi, Business Development Senior Principal
## Cloud Services
Providing clear specifications and requirements ar…
-
### Describe the bug
After having deployed the ExApp "Test Deploy", the NextCloud External App Admin Interface shows a "Healthchecking"infinite loop as well as "Heartbeat check failed"
### Steps…
-
* [x] This is a bug report
* [ ] This is a feature request
* [x] I searched existing issues before opening this one
### Expected behavior
docker swarm will update the service
I will get…
ghost updated
4 years ago
-
* [x] This is a bug report
* [ ] This is a feature request
* [x] I searched existing issues before opening this one
### Expected behavior
Running `docker run hello-world` should create a…
-
A lot of what we publish has links. I think links are really important. But, they also go stale over time as other content hosters change how they content we are linking to gets hosted.
We should h…
-
# Current app status
Ioq3 client server networking model relies on UDP and, by default, does not use **encryption** at all.
Modern, newer games engines like Unity or UE provide encryption as an …
-
![image](https://github.com/user-attachments/assets/3d5f6e5a-1592-4975-a392-69d26b35850e)
![image](https://github.com/user-attachments/assets/7a6afc8b-2714-4f83-885c-20fcad89e2a0)
![image](https…
-
### 📑 I have found these related issues/pull requests
No found any
### 🏷️ Feature Request Type
Other
### 🔖 Feature description
Database file encryption (Plaintext) in the SQLite to avoi…
-
Currently in C++, if you write a struct which uniquely owns a resource, you have to write a lot of boilerplates in order to be "correct":
```cpp
struct A {
A(A &&src) : ptr(src.ptr) {
…