Nicolas Mattia

Results 136 issues of Nicolas Mattia

As soon as https://github.com/daniel-e/captcha/pull/15 is merged and released, we can use the upstream (released) version.

> Since this text is displayed even after the new challenge has been generated I would rather have the text say something like this: > "The value you entered is...

https://github.com/dfinity/internet-identity/pull/460#discussion_r758203281 > I found it not always easy to distinguish 1 and l in the generated captchas. We could consider limiting the alphabet to something less ambiguous for humans. See...

The soon-to-be introduced CAPTCHAs will need some backend-tests to make sure they don't get broken in the future. Right now they are only tested with Selenium. https://github.com/dfinity/internet-identity/pull/460

I've noticed that the `--argument` is not parsed when invoked, but only later one when used. Here's an example: ``` dfx deploy --no-wallet --argument 'version_info = "hello"' ``` Doing this,...

triaged
accepted

I'm having troubles performing a request with this simple example from the github doc: ``` https://api.github.com/search/repositories?q=tetris+language:assembly&sort=stars&order=desc ``` More precisely, I cannot figure out how to format the search query. The...

pr welcome

Due to a dependency on https://github.com/herumi/bls, any project using `agent-go` needs CGO enabled. This can make building (and especially cross-compiling) more difficult than pure Go projects. It would be nice...

The README was pointing to old (removed) manual versions

**Describe the bug** I'm getting a core dump when running `nix-instantiate`: ``` shell $ nix-instantiate foo.nix -A some.attribute free(): invalid pointer Aborted (core dumped) ``` Unfortunately I can't share the...

bug

**Describe the bug** I made a change to a flake input that should have no incidence on the build: ```diff - inputs.nixpkgs.url = "github:nixos/nixpkgs"; + inputs.nixpkgs.url = "github:NixOS/nixpkgs"; ``` However...

bug