Jose Veiga

Results 19 comments of Jose Veiga

Looks like it might have been "resolved" upstream here? https://github.com/angular/vscode-ng-language-service/pull/1687

I'll try forcing `overflow: auto` for the `.ng-scroll-viewport` element in the prerendered version of the app and see if that solves the issue. Thanks! I also looked a bit further...

Update: > Did you try to force the CSS to scroll vertically on .ng-scroll-viewport > This sorta works. We're able to scroll the document but the scrollbar isn't shown. ```ts...

Thanks @Conni2461 I'll give it a try!

Also setting the `selection_caret` to anything more than 2 chars causes the same problem. Here I set it to `"> "` (2 ws): ![image](https://user-images.githubusercontent.com/19226858/173271407-15e77b5e-e8e3-4572-9c91-b86c32cba75f.png) Testing on `fzf` itself I get:...

I suspect the issue is related to some weird byte indexing/encoding shenanigans in this call: https://github.com/nvim-telescope/telescope.nvim/blob/e2a77a54a35642dd95310effe2bf4e36fff3af26/lua/telescope/pickers.lua#L293 After some `vim.inspect`ing of the parameters passed into that function everything seems fine up...

> Overall Looks good. Thanks :) Thanks @Conni2461! Could you perhaps help me out with some guidance on how to fix the `PlenaryBustedDirectory` command? I tried modifying the `Makefile` when...

> When we process associations we attempt to dedupe each row by either matching primary keys or row uniqueness. Is there a way to prevent this behavior? Lets say we...

@bbarry Thanks for the report! I'm not sure what those other fields in the `Color` interface are for (/cc @haeminn). Also if the `Color` interface now has a `ScaleType` field,...