kryshac
kryshac
I found this thread after I created my type, I only saw one difference that your @MatteoMeil type doesn't work with tuples but I didn't investigate why. ```typescript export type...
patch for version `13.3.1` ``` diff --git a/node_modules/ng-packagr/lib/styles/stylesheet-processor.js b/node_modules/ng-packagr/lib/styles/stylesheet-processor.js index b58c1d8..e40d2ff 100644 --- a/node_modules/ng-packagr/lib/styles/stylesheet-processor.js +++ b/node_modules/ng-packagr/lib/styles/stylesheet-processor.js @@ -36,6 +36,11 @@ const postcss_url_1 = __importDefault(require("postcss-url")); const esbuild_executor_1 = require("../esbuild/esbuild-executor"); const cache_1...
I don't have a problem with objects, I have a problem when the value of a control is of type array and then thinks it is formArray this is my...
Did you find anything compatible?
because I have a margin in the viewport, the overlay goes to the right, exactly as much as the margin is set 
and also the same behavior is implemented when calculating the bottom [line 772](https://github.com/angular/components/blob/0762d69b394343555488b5aaada9444dd1a5083a/src/cdk/overlay/position/flexible-connected-position-strategy.ts#L772)
@jelbourn @mmalerba hello, what is happening with this pull request?
I created this temporary patch ```patch diff --git a/lua/lazygit.lua b/lua/lazygit.lua index 770e042..3a1760c 100644 --- a/lua/lazygit.lua +++ b/lua/lazygit.lua @@ -37,2 +37,19 @@ local function on_exit(job_id, code, event) end + + local...
@vuthanhtung2412 is not possible because lazygit.nvim has no hook for this
@vuthanhtung2412 file that you need to applay this path it is in `~/.local/share/nvim/lazy/lazygit.nvim/lua/lazygit.lua` on linux