-
## Description
Modify the GCL (Generic Client Layer) schema to incorporate a `credential` object, enabling the GCL to manage credential-related data within the existing data structure. This enhanceme…
-
Subpart of #11
To design and develop the GENERIC function
- RFID_Read_Memory_Block(). This function will use MIC_I2C_Get_Data() function **or** a library function in order read the RFID
Then s…
-
As per [Functions minimize assumptions about parameters by using generics](https://github.com/brson/rust-api-guidelines#functions-minimize-assumptions-about-parameters-by-using-generics-c-generic).
…
-
## The problem
Currently we have `TransformCtx` which contains shared state between all transforms. It's stored in various transforms' `self` as a reference `&'ctx TransformCtx`. So there only need…
-
```
#!watchflakes
default
-
For example, if I have a protocol that looks like:
``` swift
public protocol Archiver {
func zipIntoArchive(destinationArchiveURL: NSURL, _ inputPaths: [String]) -> SignalProducer
func unzipA…
-
Based on discussions with @mezzarobba and @fredrik-johansson:
- [ ] A module for generic Ore polynomials: `gr_ore_poly`
- [ ] differential operators in `d/dz` and in `z*d/dz`, with `gr_poly`s as…
-
## Motivation
Currently, extension methods do not support adding static methods/factory constructors. But this is a missed opportunity!
There are many situations where semantically we want a sta…
-
### What is the problem this feature will solve?
The crypto library currently lacks a generic key derivation function similar to [OpenSSL's `EVP_KDF` methods](https://wiki.openssl.org/index.php/EVP_K…
-
**Modified by beutlich on 29 Nov 2017 10:35 UTC**
It is currently not (easily) possible that an external shared object / dynamic link library depends on ModelicaUtilities (e.g., for ModelicaFormatMes…