Võ Anh Duy
Võ Anh Duy
a.hs ```haskell a :: Int a :: Int a = 5 main :: IO () main = print a ``` ```bash ghc-mod --map-file b.hs=a.hs check b.hs b.hs:3:1:Duplicate type signatures for...
Fix #728 **This is a breaking change.** With `schema.SchemaConfigModeAttr`, user can use the list syntax for `disk` attribute but I think it creates more problems than what it solves. There...
**Is your feature request related to a problem? Please describe.** I am using `LoadCredential` to pass credential, tls cert and key, into my service. This service can receive HUP signal...
I try to run the `node_hello` example and look likes if `build` points to local folder, cage status will report the source is mounted but actually it doesn't. I check...
Use default hooks instead of create a new hooks, so we have maximum compatible with pry and inhert all new feature hook, like whereami
**What this PR does / why we need it**: Add reason label for HPA Status Condition. Right now the current metric shows only status true/false for conditions, not their reason...
Hi, This project is really useful but I don't want to run a web server just to find our nix channel information. This PR allows howoldis run directly in the...
Like #42, after `VtrDetachRunner`, `VtrOpenRunner` `VtrFocusRunner` and `VtrAttachToPane` commands show error because wrong index.
Resolves #588 ---- ### After the change? * Add ability to turn on dependabot through automated_security_fixes field ### Pull request checklist - [ ] Tests for the changes have been...