Bálint Fülöp

Results 14 comments of Bálint Fülöp

(Sorry for the spam,) the ability to jump back to previous edit locations is something I miss daily. There's the "native" jump back functionality but it's not as precise/reliable as...

I have the same problem. I tested Butterflow on a (2009) Macbook Pro, but quickly gave up as it was taking more than an hour to convert 20seconds of 1080p...

@remy-poirier, would you mind sharing that part of your setup, that runs `null_ls.builtins.formatting.prettier` on save? 🙏 I still cannot get it working, I'm still not very fluent with lsp configurations.....

Thank you @remy-poirier for sharing your setup! I added it to my config and it seems to work well, Prettier is now used to format my files on save!

What worked me the best, on my _retina, hidpi_ screen was completely removing the line: ```rust skia_font.set_edging(Edging::AntiAlias); ``` and setting (following @luisiacc's recommendation) ```rust skia_font.set_hinting(FontHinting::None); ``` This gives me nice,...

It looks like Warp has no issues displaying all the colors, see the left side of my screenshot. I'm using a color highlighter plugin inside Neovim, and all the colors...

Working great for me! Thank you for the fix!

I have the impression that Yahoo doesn't do it anymore. What I'm seeing is that in the inline styles `height` gets converted to `min-height` but in my media queries they're...

I have the same error message since yesterday (21 Mar) (`Unable to import module 'launcher': Error...`) I can build and run locally with `ncc` but once deployed to Now I...

Thank you @akiyosi, it's working great on my side!