Maxim Reznitskiy

Results 7 issues of Maxim Reznitskiy

Ios or Android platform produce error object with structure as documented with `code` property that is a number. But in Browser platform `code` property is itself an object with the...

When container is in multiple networks, most of the healthchecks fail. The reason is that commands like ``` host="$(hostname -i || echo '127.0.0.1')" ``` (from postgres, redis), and ``` host="$(hostname...

I noticed that some objects in the store have versions. Is there a way to specify version for buffer/name/pattern in neovim? I.e. for openapi spec the store has: ``` {...

question

Since some recent updates the highlighting stopped working. Not the syntax one, but the sending one. I believe, it is a ``` highlight = { enabled = true, timeout =...

With the default setup, how can i stop running tests (i.e. if my tests a really long-running)? Is closing the buffer enough? (not obvious). The buffer does not seem to...

Is there a way to set the default shape and style for the diagram? I could not figure it out from the docs. If not, i think it is an...

Executing default "dd" mapping in normal mode in telescope picker (to delete a file) throws an error: ``` E5108: Error executing lua: ...nvim/lazy/scratch.nvim/lua/scratch/telescope_actions.lua:33: attempt to call field 'getConfig' (a nil...