Danylo Lykov

Results 43 comments of Danylo Lykov
trafficstars

I see. No, I use `scalene_profiler.Scalene.profile` to wrap the function in runtime, since adding and removing `@profile` everywhere is a hassle:) I was under impression that using `@profile` and `Scalene.profile`...

The usecase is that I have `profile.py` script that imports a library that I want to profile. It's simply calling `Scalene.profile` on whatever function I want to profile. If I...

@rami3l Here's a quick fix that I did for now. ```lua -- Git (Neogit with diff) -- - sindrets/diffview.nvim vim.api.nvim_set_hl(0, 'DiffAdd', { bg = '#dfeed0' }) vim.api.nvim_set_hl(0, 'DiffDelete', { bg...