Nick Ufer
Nick Ufer
## What/Why/How? The sampler ignores readOnly and writeOnly on properties in allOf's and in examples. The problem with allOf's is that the readOnly and writeOnly information of properties is lost...
`readOnly` & `writeOnly` are not honored when they are set in an allOf block to edit an objects properties. E.g. we got these components: ```yaml openapi: 3.0.0 info: title: Test...
This PR makes it possible to create a secure connection to a postgresql, mariadb/mysql or grpc server without the requirement of a client certificate. Mutual TLS would be optional.
### Flameshot Version Flameshot v12.1.0 (0bbb9528) Compiled with Qt 5.15.10 Command used for building: ``` cmake -S . -B build -DUSE_WAYLAND_CLIPBOARD=true -DUSE_WAYLAND_GRIM=ON && cmake --build build -j30 ``` But this...
This PR changes the storage implementation to only load users and transaction ids when they are needed. Recent queries for txIds and users are cached. This fix also reduces memory...
This PR adds Ed25519 curve support. Despite my added tests I strongly suggest testing that a bit more as I'm a novice rust dev.
As a developer who wants to create filters using Proxy-WASM it is hard to understand the exact lifecycle of filters. It doesn't seem to be documented anywhere. It would be...
Commit 6cec951aede0fb9156c13f015a2568230931f74e added the option to create partial revolves to [Manifold::Revolve](https://github.com/elalish/manifold/blob/658d3e037a0a198b605fd99e496e84b1dd674a32/src/constructors.cpp#L293-L294). The C api function [manifold_revolve()](https://github.com/elalish/manifold/blob/658d3e037a0a198b605fd99e496e84b1dd674a32/bindings/c/include/manifold/manifoldc.h#L168-L169) wasn't updated to expose this new feature, probably to prevent breaking the API. It...