Nishant Gupta
Nishant Gupta
Would you guys be willing to accept a patch for client ip based filtering for toxics? There would be additional argument `subnet`( like `toxicity`) for each toxic which will accept...
I wrote a module for sway which is somewhat similar to titlebar shown by sway/i3. Following are some of the details: 1. Config controls how many window entries are shown(...
For the following snippet ```go package main import "context" func foo(ctx context.Context) { ctx := context.WithCancel(ctx) } ``` the tree-sitter AST is ```source_file: package_clause: package_identifier: import_declaration: import_spec: interpreted_string_literal: function_declaration: identifier:...