Coding a UI Debugger For SuperKit in Golang

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 พ.ย. 2024
  • ► 33% OFF on my Go + HTMX + Templ Course 👉bit.ly/3UFruxO
    ► Enjoy a 60% Black Friday Discount on My Golang Course 👉 fulltimegodev.com
    ► Join my Discord community for FREE education 👉 / discord
    ► Full Projects, Mini courses, Resume reviews, and Coaching 👉 thetotalcoder.com
    ► Follow me on Twitter 👉 / anthdm
    ► Follow me on GitHub 👉 github.com/anthdm
    github.com/ant...

ความคิดเห็น • 4

  • @emptycode1782
    @emptycode1782 5 หลายเดือนก่อน

    thanks for the stream , whats the theme ?

  • @cyberwaves
    @cyberwaves 4 หลายเดือนก่อน

    Hi,
    I was timed out on discord server. Don't know for what reason. Can you please remove timeout? I was just sharing knowledge.
    I tried to message Mod about this but no response.

  • @charliebytes_
    @charliebytes_ 5 หลายเดือนก่อน +2

    For the completions to not interfere with Enter behavior, you need to change de “accept” completion key of the cmp plugin:
    [''] = cmp.mapping.confirm({ select = true }
    For example I have for next completion, for previous and instead of
    Minute: 1:06:00

    • @anthonygg_
      @anthonygg_  5 หลายเดือนก่อน +3

      Thanks.