-
We need to have a documentation section on how to use the backup and restore API.
* have some example shell scripts
* show how to extend the multimethods to add your own backend
-
## Library Version(s)
`[metosin/compojure-api "1.1.13"] + [prismatic/schema "0.1.12"]`
## Problem
We were experiencing high memory usage, and eventually found out that the issue was introduced …
-
I think this feature request has not yet its own issue although it has been discussed in e.g. #5.
I think it would be great if we could explicitly define interfaces on abstract types. By interface I …
-
Issue created following [this post on reddit](https://www.reddit.com/r/rfelectronics/comments/1cf9zu2/comment/l1suprm/).
The number of modules imported in the namespace when importing scikit-rf is …
-
```
\VITS-fast-fine-tuning>python finetune_speaker_v2.py -m ./OUTPUT_MODEL --max_epochs 1000 --drop_speaker_embed True
INFO:OUTPUT_MODEL:{'train': {'log_interval': 10, 'eval_interval': 100, 'see…
-
There is a summary [in the 'Commentary' for `typeclass`](https://github.com/keean/zenscript/issues/14), and the link to [the full description](https://github.com/keean/zenscript/issues/2#issuecomment-…
-
I have several multimethods which I use with concrete (non-protocol) classes subclassing a particular `Protocol`. For example:
```python
import multimethod
from typing import Any, Protocol
cla…
-
## Nova Feature
- Validações de UUID (GUID)
Baseando-se na feature dessa lib: https://github.com/andrebaltieri/Flunt/blob/main/Flunt/Validations/GuidValidationContract.cs
-
# Description
The `defsetting` mechanism allows us to define various kinds of settings for the application, notably
An important type of setting is the `uuid-nonce`, a class of random identifie…
-
Explore using multimethods for distinction.