Daniel Maricic

Results 31 issues of Daniel Maricic

I had few files that were bigger than 70MB which I wanted to remove, so I ran `bfg --strip-blobs-bigger-than 10M myrepo` then I got a massive amount of problems, like...

I started to move my scripts to the `Makefile.toml` and it seems to me that I will have many tasks. I would like my coworkers don't have to search and...

enhancement
help wanted

apparently when i was cleaning the npm modules from sensio namespace i deleted this module `@sensio/qs-to-sharp`

follow the github recommendations and fix the deps

i'm getting the ` ERROR  No write access to the found global executable directories` when running `curl -f https://get.pnpm.io/v6.js | node - add --global pnpm ` in wsl2 node 14....

type: bug

### Is there an existing issue for this? - [X] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues - [X] I have reviewed the documentation https://docs.sentry.io/ - [X] I am using...

Type: Bug
Status: Backlog
Status: Needs Discussion

## 🐛 Bug description When specifying the `--no-install` the wasm-pack tries to install the wasm-bindgen regardless even though it is found and refuses to use it. This shouldn't happen since...

hi, I've followed the examples and managed to get the most of the stuff working, but not the connections. How do you resolve edges, nodes, pageInfo and aggregate? ``` import...

kind/discussion
rfc/0-needs-spec

Query Document ```gql query RenditionByCid($cid: String!) { rendition: renditionByCid(cid: $cid) { cid height imageStoragePath isMaster width updatedAt media { copyrightOwners { identifier name } } } } ``` Codegen file:...

Following the example that is given in the README.md ```nix # shell.nix let moz_overlay = import (builtins.fetchTarball https://github.com/mozilla/nixpkgs-mozilla/archive/master.tar.gz); nixpkgs = import { overlays = [ moz_overlay ]; }; in with...