👾
👾
@ashmind.bsky.social
Sounds interesting. I'll try to take a look at the repo, but depends on how much time I have between other things, so can't promise at the moment.
January 9, 2025 at 2:26 AM
I'll need to refresh myself, but I think generic method itself can't be usefully jitted — what's jitted is every generic instantiation with value types, and one instantiation with System.__Canon representing all reference types.
January 9, 2025 at 2:25 AM
Hi! Are you trying to redirect the call in the calling method, or the actual BCL method?

Also, are generic arguments in the call reference types or value types?
January 8, 2025 at 11:27 PM
I might have actually resolved this by essentially "turning things off and on again" (redeploying with no changes), but I have low confidence that it is a reliable fix, so let me know if the issue repeats.

More details: github.com/ashmind/Shar...
Accepting a suggestion in the editor removes everything in front of the cursor · Issue #1352 · ashmind/SharpLab
Accepting a suggestion removes everything in front of the cursor: firefox_2024-11-20_11-52-39.mp4 This happens on Tab and typing . or ( when a suggested item is already typed. I'm using Firefox on ...
github.com
December 13, 2024 at 8:45 PM
Thanks for reporting! I believe there are some tickets around it as well, just hadn't had a chance to take a look -- everything around autocomplete and the editor is quite challenging to fix.

I can look to disable autocomplete though -- I'll try to take a look this weekend.
December 12, 2024 at 11:19 AM