Skip to content
View xgrimauu's full-sized avatar

Block or report xgrimauu

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. dotfiles dotfiles Public

    Lua

  2. tomatigo tomatigo Public

    Go 3

  3. spring3-kafka-zipkin spring3-kafka-zipkin Public

    A demo of two spring boot 3 applications communicating over kafka, with Zipkin as tracer and dependency UI

    Java 2

  4. keybindings.json keybindings.json
    1
    // Place your key bindings in this file to override the defaults
    2
    [
    3
        {
    4
            "key": "ctrl+t",
    5
            "command": "scm.openInIntegratedTerminal"
  5. Settings and Keybindings for vscode Settings and Keybindings for vscode
    1
    {
    2
      "github.copilot.chat.edits.codeSearch.enabled": true,
    3
      "github.copilot.chat.completioncontext.typescript.mode": "on",
    4
      "editor.fontFamily": "'jetbrainsmono nerd font', 'monospace', monospace",
    5
      "editor.formatOnSave": true,