Mordechai Zuber
Mordechai Zuber
This was first raised in #39 The idea is to add a `gitignore` field to the language object that will contain the files that are supposed to be not pushed...
We currently treat projects written in JavaScript as NodeJs based projects. That does not cover all the cases. One example being front end projects that rely on Bower. The way...
I am not sure if I could maintain this fully by myself but would be more than interested to be part of a team of co-maintainers
[Over here](https://github.com/shanselman/ama/issues/84#issuecomment-321050964) you called Angular and React "safe" choices. Curious to hear your thoughts (if any) on Vue.js?
It would be cool if there would be support in the official blog recipe for a metadata key of `EditedOn/At` that would display a tag line of `Edited on: ...`...
The convention is that a client that has sub-clients uses a singular form for the property name eg ``` c# IObservableTeamsClient Team { get; } ``` and not ``` c#...
At some point a folder called `fixtures` was introduced. This lead to a number of classes having the namespace`Octokit.Tests.Integration.fixtures` Will make a PR to fix once #1144 is merged (as...
The list of commentaries that is returned can be exceptionally large, and often the use case for the api consumer is limited to a small subset. It would be convenient...
It would nice if there was a way to have comments like these: ``` xml Date/time the request was created. Identifier may be provided by client application for internal use/diagnostics....
Distinct
It would nice to be able to tell GenFu to give me a list with a certain property being distinct for the whole collection. Something along the following: ``` c#...