home.social
  1. Alright, there’s actually another widely-used implementation of LSP for Python called python-lsp-server, and it doesn’t need all the node.js nonsense.

    Just did a pip install via the corporate pypi mirror, and et voilà! I have LSP support now.

    fosstodon.org/@kotatsuyaki/110

  2. TIL Apache TVM C++ runtime (tvm.apache.org/) does NOT show any error, even though a wrong string is used as the key name for set_input("key", array). It fails silently without doing anything.

    The result was mysterious output values that stayed the same regardless of the input values, because the input wasn't fed into the model at all.

    2 hours of debugging 😿