-
# Background
[Macaron](https://github.com/oracle/macaron) is a checker and verifier tool that follows SLSA guidelines when possible for certain security properties. It discovers and supports `in-toto…
-
We need a framework for our software-as-a-service (SaaS) offering. Ideally, this would be an open source off-the-shelf system, but we might need to cobble something together from different pieces.
…
-
I'm currently making a PR to update Fable.MaterialUI to Fable.Core 3 and Fable.React 5. The API makes use of `ReactNode`, `ReactType`, and `ReactInstance`, none of which are available any longer.
S…
-
This is a proposal to enable a syntax for exact types. A similar feature can be seen in Flow (https://flowtype.org/docs/objects.html#exact-object-types), but I would like to propose it as a feature us…
-
The following is a proposal to change the underlying implementation of the native `map` data structure to provide sorted key ordering, a map "slicing" operator, and a good way to efficiently store map…
-
While `Vec` is `Serialize`/`Deserialize`, const generic and large arrays are not, meaning that `Vec`s containing these can not be handled through Serde. Neither does this library (currently) handle th…
-
# Prerequisites
- [x] I have searched [open](https://github.com/ci-fhir-r4/Issues/issues) and [closed](https://github.com/ci-fhir-r4/Issues/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aclosed) issues …
-
Meta issue about builtin compiler inspections ([lints](https://doc.rust-lang.org/rustc/lints/index.html)) support
From development point of view, each lint is a separate inspection and `RsLintInspe…
Undin updated
2 years ago
-
We would like slowly start showing on-chain NFTs as there is an existing project to demonstrate this on GLMR https://onchaindudes.com/
https://t.me/@Mohd429 is author for future consulting, check i…
-
Goal: Solve issues raised in discussions #18 and #49.
The use case is a file system that supports more than just a single byte array as a file's data. E.g. storing thumbnails of images.
On the pub…