Giacomo

Results 12 issues of Giacomo

### [REQUIRED] Environment info **firebase-tools**: *^11.4.1* **Platform**: *Ubuntu* ### [REQUIRED] Test case You can reproduce the error by defining a V2 Cloud Function as below: ```javascript import { onCall }...

api: functions
Needs: Attention
bug

### [REQUIRED] Describe your environment * Operating System version: Ubuntu 20.04.4 LTS - 64 bits * Browser version: Brave Version 1.41.100 - Chromium: 103.0.5060.134 (Official Build) (64-bit) * Firebase SDK...

api: storage
type: feature request

**Describe the improvement you're thinking about** Consider generalising the `download()` and `getSnarkArtifacts()` functions in the `eddsa-proof` and `poseidon-proof` packages and exporting them in a generic utility package such as `@zk-kit/utils`....

refactoring :recycle:

## Context The zk-kit packages test cases (`'it'`) follows the same format. Some of them seems unclear and can be improved (e.g., _Should not import a tree if it the...

tests 🧪

### current status ![image](https://github.com/privacy-scaling-explorations/zk-kit/assets/20580910/76c362b3-64bb-4125-8bd3-8be7d339f135)

# Description This PR aims to improve the readability of MACI's circuits by introducing precise documentation and refactoring the code to introduce Circom's [Anonymous Components and Tuples](https://docs.circom.io/circom-language/anonymous-components-and-tuples/) feature. Also, lighten...

## Description This PR aims at improving the documentation (code / README) for the `@semaphore/data` package. ## Related Issue(s) see #483 ## Checklist - [x] My code follows the style...

__Description__ Create a search engine for credential groups on the home page of the dashboard (filters, labels, other features).

feature :rocket:

__Description__ Define settings / rules per group at creation time (e.g. "The admin can delete the group if there are no members", "The admin can decide to arbitrarily remove you...

feature :rocket:

## Problem When we try to delete a group after we have generated an invite and used it to add a member, we get the following error QueryFailedError: update or...

bug 🐛