Fulco

Results 5 issues of Fulco

- added two new Ec2 snitches which use the Instance Meta Data Service v2 which requires a session token

There is an `authorize(other: Principal)` function to add other principals but no `deauthorize(principal: Principal)` function which removes authorized principals. We would love to be able to have this functionality in...

The `Blob` Module in the Motoko base library has a hash function, but it doesn't mention which hash function is used,

When trying to build from source on a M1 pro macbook using the following command: `nix-shell https://github.com/ninegua/ic-nix/releases/latest/download/dfx-env.tar.gz --arg force true` I get the following error: ``` error: The ‘env’ attribute...

Currently the sveltekit example uses the inject plugin to add the Buffer module in `vite.config.ts`. ``` build: { target: "esnext", rollupOptions: { // Polyfill Buffer for production build plugins: [...