-
Jenkinsに通信アプリのテストを自動で実施するように実装した。
コードを乗せる場所がないため、以下に記載する。
※今後、Jenkinsファイルにして、実装したい。
```
node {
stage('echo') {
echo 'Hello'
sh 'pwd'
}
stage('git') {
sh '…
-
### Is this the right place to submit this?
- [X] This is not a security vulnerability or a crashing bug
- [X] This is not a question about how to use Istio
### Bug Description
## Descriptio…
-
Database is an abstract class (extend from RoomDatabase) handles the communication between DAOs and Repository
It is necessary to have sub-threads in repository instead of main thread. It prevents ap…
-
Hello.
I have a question regarding the communication method between 42 and an external application.
I would like to send values to 42 from an external application for each step, run a simulation r…
-
I followed the provided setup instructions for integrating Twilio's real-time media stream with OpenAI's Realtime API for bidirectional voice translation. The application successfully receives and con…
-
Due to the specific application scenario, I only want to use inter-process communication and not intra-process communication. For example, within the same process, there is a writer_1 and a reader_1, …
-
Right now the FDL can only deal with one upper-layer application. This is rather limiting for more complex usecases. The FDL should be designed to allow an arbitrary amount of applications to run on…
Rahix updated
2 weeks ago
-
**Issue Summary**
Our Flask application currently does not set the Strict-Transport-Security (HSTS) header, which results in a security warning. The absence of this header means that browsers do no…
-
### Description
[https://github.com/SEA-ME/DES_Instrument-Cluster](url)
The PiRacer instrument cluster Qt application project is aimed at creating a real-time speedometer for a PiRacer car. The appl…
-
v1 - I'm thinking it would be cool to publish events for other applications to subscribe to. Client applications could discover Generator instances, which publish themselves using the name of the doc…