-
>btw. I just tried the current beesd script and starting like beesd ..: After cancelling with CTRL+C I always need to umount /run/bees/mnt/bab5... for the next run. Is that intended?
_Originally po…
-
It'd be rad to have a while loop construct. I've had to hack it in myself, using this:
```go
func truthyResult(env *zygo.Zlisp, fun *zygo.SexpFunction) (bool, error) {
res, err := env.Apply(fun,…
-
http://www.zygo.nl
-
Simplificar os nomes das branches e usar `/` para separar significados e `-` para espaçamento.
Ex: `whitelabel/bugfix/blank-offer`
`zygo/new/feature/mgm`
`api/new/endpoint/debit`
…
-
-
https://github.com/Zygo/bees/blob/717bdf5eb5e22d3ade0e6a5cf489a46d2a52e9f5/docs/missing.md?plain=1#L39-L41
My sleuthing around the codebase found this.
https://github.com/Zygo/bees/blob/717bdf5eb5e2…
-
It would be nice if compsize would show two additional columns to display the dedupe rate and total rate:
```
comp% = usage vs. uncompressed
dedupe% = uncompressed vs. referenced
total% = usage …
kakra updated
4 years ago
-
@kakra already mentioned the idea of Bees on Synology NAS:
https://github.com/Zygo/bees/issues/153#issuecomment-703674688
As of today is there anything new about that? I don't own a Synology yet …
-
* [Zygo?](https://github.com/glycerine/zygomys) - either way, use a predefined embedded language for better docs early on
* Use `/` to call that macro
* Have a standard library in `/etc/stimmtausch/…
makyo updated
5 years ago
-
When using the `get` function in Zygomys, the `%result` of the returned hashmap will be surrounded by quotation marks if the entry is a string.
Example:
`dna.json`:
```json
"Zomes": [
…