Jose Veiga
Jose Veiga
I'm seeing this as well.
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):  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,...