Lio李歐

Results 87 issues of Lio李歐

Regression from https://github.com/damus-io/damus/commit/d55d0d61ed1cbeb883772d5e49d6db051ecce5b5, forgot to add the file?

**Is your feature request related to a problem? Please describe.** The Gorilla Toolkit is now in archive-mode, and is no longer actively maintained. See https://github.com/gorilla. This will inevitably lead to...

proposal

Replace lambda with a simple addition

For example, ``` ARG VERSION RUN go build -ldflags="-w -s -X \"main.version=${VERSION}\"" -o /server ./cmd/server ``` The backslashes around `main.version=` are needed to handle the case where `${VERSION}` has spaces....

language-server

I find myself always editing the generated `node-packages.nix` and changing the last `src = ./.;` into: ``` src = lib.cleanSourceWith { filter = name: type: (builtins.baseNameOf name) != "node_modules"; src...

This is only the first step to getting full "recovery ID" support. The recovery ID ("recid") allows one to recover the public key from a ECDSA signature. TODO: create a...

Need to figure out how to generalize the library to support additional curves.

`nix-shell` failed with Nixpkgs from unstable channel (`nixpkgs-21.11pre317460.a54d2e72e28`) because of an error with `mypy` v0.770: ``` Processing /private/tmp/nix-build-python3.9-mypy-0.770.drv-0/mypy-0.770 Created temporary directory: /private/tmp/nix-build-python3.9-mypy-0.770.drv-0/pip-req-build-crybcke8 Added file:///private/tmp/nix-build-python3.9-mypy-0.770.drv-0/mypy-0.770 to build tracker '/private/tmp/nix-build-python3.9-mypy-0.770.drv-0/pip-req-tracker-2damr_g5' Running setup.py...

This will catch (synchronous) exceptions that are thrown at the top-level, by wrapping every call in a promise. I used the following regex: ``` ([^=].\n )(window\.crypto\.subtle\.[^