Nicolas Mattia
Nicolas Mattia
Interesting. Looks like `tar` tries to unpack a directory that doesn't exist: ``` jitsi-meet> npm WARN tar ENOENT: no such file or directory, open '/build/source/node_modules/.staging/dropbox-7d59b16d/dist/DropboxTeam-sdk.min.d.ts' ``` can you try downloading...
@k-bx I fear more and more that I have been missing something about the `PubSub` API. My use case is the following: `A` publishes on two channels, `foo` and `bar`....
@qrilka do you mean the `Hedis` source code, or `Redis`'? I agree that we can't do much without getting into `Hedis`' source code, as the core modules are not exported....
thanks @Yuras for the redis comparison. There are indeed workarounds, though nothing feels quite right. On top of that, if I'm correct, all those workarounds make you lose the safety...
@informatikr thanks for the input, and for taking the time to think about it. I had never considered changing subscriptions when in pubsub mode as an antipattern. Then, not allowing...
Indeed what I want is to be able to unsubscribe based on an external event, but I realized above that publishing based on an external event is probably what even...
Thanks for the quick reply, As mentioned in the issue description, I've pushed the code to this repo: https://github.com/nmattia/svelte-rust-wasm/tree/main/sveltekit-app > This is either a bug with Vite or Undici and...
Seems to be the same as https://github.com/nmattia/niv/issues/343 and https://github.com/nmattia/niv/issues/332 and https://github.com/NixOS/nixpkgs/issues/155722, right?
> What should be the criteria for rebasing a PR? Here the issue is that the base branch would change. Ideally PR 43 would be based against `master` once `base`...
> What OS and shell are you using? ``` $ bash --version GNU bash, version 4.4.19(1)-release (x86_64-pc-linux-gnu) Copyright (C) 2016 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3...