keithyipkw
keithyipkw
The logic of skipping nodes should be the opposite https://github.com/keithyipkw/gumbo-query/commit/0efee4b88ffe12c08faae82c17da87ef0c6aa91d
In readme.md, "brew install gumbo-query" does not work so I am using brew tap instead. There are many problem in the gumbo-query.rb as indicated here https://github.com/Homebrew/homebrew/issues/50276 1. Maybe the repo...
The activated environment is not shown on the same line as the username. It is shown on the same line as the current directory in cmd and ps. ``` $...
The following code returns duplicates of a group instead of a list of the first item of each group. ``` .GroupBy(a => a.X) .Select(g => g.OrderBy(y => y.Id).First()) ``` The...