Dimitri Rog

Results 11 comments of Dimitri Rog

I would like to see the ability to manage networks too

@behnoodk Is it safe to pass to user `secret.base32`? This is what we saving in our database and what anyone can use to generate 6-digits tokens.

I use typescript and mathjs does not allow me to use anything else than number[][]. Same for .map and .forEach. ![image](https://user-images.githubusercontent.com/25539852/78466731-586c6380-770d-11ea-8b56-02c2a4d779a7.png) Here I can see that data param is declared...

I seem to have the same problem. I tried the following in NestJS with `nest start --watch`: ``` try { await this.createEventStream() } catch (error) { throw new Error('creating stream',...

In my case it seems it's not webpack, my error is logged somewhere else in Nest.

I fixed it by moving my lvim to lvim.bak, installing the normal (not nightly, that's what I've been using) version of lunarvim, moving my config back, and the error is...

Printing to STDOUT without new line prevents Goland to print test output correctly https://youtrack.jetbrains.com/issue/GO-7215 :(

I stumbled upon a problem when I want to find a Zed window, but I can't just search by Zed, because it's not there. As an example, a VSCodium window...