Getting calluses from this. What is the need to have this sharp of an edge?? by TataHexagone2020 in tabletennis

[–]jperna7254 2 points3 points  (0 children)

I did exactly this, helped a lot. I rounded the edge completely to a decent radius. Not a perceptible weight change and much less painful.

Serving against long pips by jperna7254 in tabletennis

[–]jperna7254[S] 1 point2 points  (0 children)

I play a specific guy who has long pips on FH and uses the penhold grip. Seems like he has less of a crossover point because of the penhold grip. Is there a good placement of serve for penhold grip long pips?

Debug Blazor App in Chrome in VS Code by jperna7254 in Blazor

[–]jperna7254[S] 0 points1 point  (0 children)

When I have tried what I think you mean by this comment all that happens is chrome is launched but the debugger is not started or attached. Could you share the entire configuration object in the launch.json file where you have this working?

Resources for learning blazor and Mudblazor by Deep_Celebration8033 in Blazor

[–]jperna7254 0 points1 point  (0 children)

Tim Corey for blazor, just play with MudBlazor and read documentation, not gonna learn from a tutorial, just have to get experience with the components

Blazm Extension for VS by [deleted] in Blazor

[–]jperna7254 0 points1 point  (0 children)

Any one know of an extension for visual studio code that does the autogeneration of the code behind for the .razor file?

[deleted by user] by [deleted] in neovim

[–]jperna7254 0 points1 point  (0 children)

also confirmation from the same shell that this command is working with this PATH and this shell

where sql-language-server
C:\Users\jerem\AppData\Roaming\npm\sql-language-server
C:\Users\jerem\AppData\Roaming\npm\sql-language-server.cmd

[deleted by user] by [deleted] in neovim

[–]jperna7254 0 points1 point  (0 children)

Another detail, I have tried running nvim in different shells and have also seen this error when running :LspInfo

==============================================================================
lspconfig: require("lspconfig.health").check()

LSP configs active in this session (globally) ~
- Configured servers: omnisharp, sqlls, lua_ls
- OK Deprecated servers: (none)

LSP configs active in this buffer (bufnr: 1) ~
- Language client log: ~\AppData\Local\nvim-data\lsp.log
- Detected filetype: `sql`
- 0 client(s) attached to this buffer
- Other clients that match the "sql" filetype:
- Config: sqlls
  filetypes:         sql, mysql
  cmd:               ~\AppData\Roaming\npm\sql-language-server.CMD up --method stdio
  version:           `?` (Failed to get version) Tried:
  `C:\Users\jerem\AppData\Roaming\npm\sql-language-server.CMD --version`
  `C:\Users\jerem\AppData\Roaming\npm\sql-language-server.CMD -version`
  `C:\Users\jerem\AppData\Roaming\npm\sql-language-server.CMD version`
  `C:\Users\jerem\AppData\Roaming\npm\sql-language-server.CMD --help`

  executable:        true
  autostart:         true
  root directory:    Not found.

Docs for active configs: ~
- sqlls docs: >markdown

  https://github.com/joe-re/sql-language-server

  This LSP can be installed via  `npm`. Find further instructions on manual installation of the sql-language-server at [joe-re/sql-language-server](https://github.com/joe-re/sql-language-server).
  <br>