Dmitro Lukianov

Results 13 issues of Dmitro Lukianov

Hi! There's a "table" with articles ``` "articles": [ { "id": "1", "title": "Test title 1", "subtitle": "subtitle 1", "userId": "1", "tagsId": ["1"] }, { "id": "2", "title": "Test title...

Hi, I have updated the project packages to the latest versions and after that loki stopped working When i run `yarn loki test` i get the error `1 request failed...

The icon for the directory is not displayed. Although I use nvim and telescope-fle-browser - and it displays icons correctly. Can you tell me what may be the reason? I...

Hi all. My coc-stylelintplus is not working.Please help me find the cause Here are my configs: **coc-settings.json** ``` { "stylelintplus.enable": true, "stylelintplus.filetypes": [ "css", "less", "postcss", "sass", "scss", "sugarss", "vue"...

### Minimal reproducible full config ```lua return { "numToStr/Comment.nvim", event = { "BufReadPre", "BufNewFile" }, dependencies = { "nvim-treesitter/nvim-treesitter", "JoosepAlviste/nvim-ts-context-commentstring", }, config = function() local comment = require("Comment") -- enable...

bug

It seems that the animation speed is related to max_chars. If you set a large value for max_chars, the animation becomes very fast. Is there any way to adjust the...

enhancement

Hey, everybody. I am using react hook form and components for the form from shadcn-ui In my form there is a field in which we can select a category and...

I have accumulated quite a few sessions over a period of time and they all resurface even after I close them. For example, I have 5 sessions with an open...

### Describe the bug I use select to output a large number of items, there can be around 1 thousand and even sometimes more than that When I press select...

bug

Hello! I am using mixin in my postcss, but I have a warning from vscode. How can this be fixed? thank ![error syntaxis](https://user-images.githubusercontent.com/48452376/82544434-ca81f600-9b5d-11ea-9dfb-6f0ca0fe0e7b.jpg)