Gurjeet Singh

Results 14 issues of Gurjeet Singh

Before the fix, the anonymous name, generated for assigning to an otherwise unnamed handler, had a different value in the name than the id assigned to the handler. This bugfix...

**Pull Request Checklist** Please double check the items below! - [x] I have read the [Contributor Guidelines](https://github.com/dwmkerr/hacker-laws/blob/master/.github/contributing.md). - [x] I have not directly copied text from another location (unless explicitly...

The Nix package management relies on hash (sha256) in file names and path names for its core functionality. For example: /nix/store/nmv9xdibyaw71a3vq2skaapzif6cb8n1-vim-darwin-8.2.4350/share/vim/vimfiles Seeing these hash names in our output just clutters...

Are there any automated tests part of this repository? Perhaps there's an external OpenFlow testing framework that can be launched against Cherry controller to test it! I am interested in...

Update the `commands` sample to have 2 commands Before the change, the sample showed how to add one command, and how to update it, reset it, and respond to it....

This problem has been reported quite a few times over the years; for example, see it reported at golang-nuts mailing list [1], and cue lang issue [2]. [1]: https://groups.google.com/g/golang-nuts/c/vj8ozVqemnQ [2]:...

Added spaces to make the trailing line-continuation slashes all line up in the same column. Also moved a few command-line flags around to group together flags of same kind. Note...

Consider this is a enhancement-request. I configured my global config to use the cache, and ran fetch on an existing large repo. Since it's an existing repo, I naively expected...

enhancement

The project was announced on various sites (see links below), and the people at difference websites provided valuable feedback, concerns, and requests. There were also a few presentations I did...

TreeSitterConfig doesn't seem to have the `name` attribute, anymore. I discovered this discrepancy while integrating Markdown language parser in PR #380.