Andrey Sitnik
Andrey Sitnik
Oh, fuck. I am very sorry. I am going to fix it in Cult of Martians. It will be fixed in a week or two.
Fixed in 8.4.42
> Unknown word: "Helvetica" at offset 86 > Unknown word: "," at offset 105 > Unknown word: "Segoe" at offset 123 > Unknown word: "," at offset 136 Are you...
> I just searched, there is actually this No, note, that there is no `:` symbol in PostCSS message and there is no ` at offset X` postfix. Also for...
Can you in this case get a full stack trace to see the error path?
1. Do we have the same problem with pure JS? 2. Looks like this change can be made only in next major (we are planning it only when ESM will...
Seems like a bug. Can you post the full name of the key, what browser and how exactly do you use Logux (what log storage, how create Logux client).
Got it. The problem is because you create unique user ID every time. ```js userId: nanoid(), ``` In this case you need to call `client.destroy()` to clean all data. We...
Hm. I thought about this case. This block should do the stuff https://github.com/logux/client/blob/main/create-filter/index.js#L280-L291 Can you investigate why it doesn’t work?
Easy :). Try to add it on this week :).