Tv

Results 130 issues of Tv

**1~3 main use cases of the proposed feature** The website claims "100% control of your data Download and install AppFlowy on your local machine. You own and control your personal...

documentation
improvements

Please document the need to run `init` better. Readme has it in the example, but that's very easy to skip. Especially, if like me, you were reading https://doc.deno.land/https://deno.land/x/[email protected]/mod.ts in the...

This would make reproducing the bug for debugging, and submitting upstream, pretty easy. A few alternatives come to mind: A. Create a new `fuzz__test.go`, embedding contents of `fuzz.go` except `func...

help wanted

Hi. I just stumbled on a project still importing this. As far as I understand, this code has long since migrated to https://godoc.org/golang.org/x/crypto/ed25519 and this repo may perhaps be used...

``` diff --git i/extra25519/extra25519_test.go w/extra25519/extra25519_test.go index 1e1dbdc..55be8ec 100644 --- i/extra25519/extra25519_test.go +++ w/extra25519/extra25519_test.go @@ -9,8 +9,8 @@ import ( "crypto/rand" "testing" - "code.google.com/p/go.crypto/curve25519" "github.com/agl/ed25519" + "golang.org/x/crypto/curve25519" ) func TestCurve25519Conversion(t *testing.T) {...

Hi. Nice project, love the programmer-friendly bit manipulation. However, this was a little disappointing: ``` mathcat> 0b1101001

enhancement

Hi. It seems mainstream NixOS is heading toward using `nixpkgs.lib.nixosSystem`, and standard ways of defining nixos hosts in a flake.nix: https://nixos.wiki/wiki/Flakes#Using_nix_flakes_with_NixOS Any thoughts on integrating with that world with colmena?...

My secrets are protected with a mechanism that requires human actions to unlock. Running `colmena apply` repeatedly while fiddling with the configuration is frustrating, as it wants to send secrets...

I have a host that uses the nonfree broadcom-sta wifi driver. I don't actually use the wifi, but nixos-install slapped that in the hardware-config.nix, so my /etc/nixos/configuration.nix says `nixpkgs.config.allowUnfree =...