-
(by J. Wöhnert)
- Add a feature to create libraries with input parameters and a return value
- those libraries can be used by any sequence via an import
### Example library function
- Create…
-
I tried to use the embedded plug strategy inside a Phoenix app and run into an issue where the client set `Host` header wouldn't be respected in the upstream request.
I digged into it and found this …
-
Coaster needs to provide the foundation for API-based access to HasGeek apps.
Our current approach has tight coupling between view functions and the rendered output, whether as HTML or JSON. It als…
-
Atomic-server has been designed to run on low-end hardware, as a self-hosted server. This was why I decided to use an embedded database (sled) and search engine (tantivy).
However, this introduces…
-
[Chapter 04] 처리율 제한 장치의 설계
- 궁금한 점 혹은 이야기하고 싶은 주제 코멘트로 정리
- 추가로 같이 보면 좋을 것 같은 기술 블로그, 아티클 등 공유
-
**Is your feature request related to a problem? Please describe.**
My application needs to [read more raw samples than fit in memory](https://stackoverflow.com/questions/71849368/return-a-limited-num…
-
As a user of the container storage library, I want to store layers as objects on IPFS, so that I can benefit from the distributed object storage of IPFS.
## Rationale for Implementing IPFS in Cont…
goern updated
4 months ago
-
Here is a list of useful middlewares that can enhance the functionality, security, and performance:
1. **Authentication Middleware**:
- Verifies the user's identity using tokens (e.g., JWT) or …
-
@nicmunroe and @jcarres-mdsol mentioned something that isn't unusual. Should we log the trace id of a zipkin trace as an http response header? This originally came up in [b3](https://github.com/openzi…
-
There are 3 aspects to this:
- Make it thread-safe (at least for resources if not already)
- Make it possible to run simulation in a thread
- **Avoid stalls when creating physic resources** (which …