Leo
Leo
should I just make the union type always non-nullable? is there a case where `[null]` will be returned?
I made every list element non nil, I honestly think that this should be the default in GraphQL, who's is returning `[null]`?
yes, doing `spc @ selection region` is fine but `selection @ region` seems quicker and more interactive, I'll maybe try to implement this later
I think you would have use to spacemacs, it's more popular and I because doom is so minimal, I've never experienced any issues with doom's default packages.
not quite e.e
I'm experiencing the same issue, also on arch with the latest emacs/libvterm, but I'm also using doom
this setup gives me the following error ``` Node.js v17.8.0 error Command failed with exit code 1. warning package.json: No license field /node_modules/@prisma/client/runtime/index.js:41448 reject2(new PrismaClientInitializationError(error2.message, this.config.clientVersion, error2.error_code)); ^ PrismaClientInitializationError: Database...
@masterbater thanks a lot, something similar worked for me (on wsl 2) ``` services: gmb: build: . restart: always ports: - 3001:3001 volumes: - ./keypair.json:/keypair.json - ./freeze-keypair.json:/freeze-keypair.json - ./settings.json:/settings.json depends_on:...
but there's no `host.docker.internal` on linux, that will only work for mac/windows
you can use ``` extra_hosts: - "host.docker.internal:host-gateway" ``` in the mean time