ieviev
ieviev
# I am submitting a new Community Plugin ## Repo URL Link to my plugin: https://github.com/aciq/obsidian-keyboard-shortcuts ## Release Checklist - [x] I have tested the plugin on - [x] Windows...
Some applications have table names with spaces using MSSQLSERVER provider  querying tables without spaces works, all tables with spaces in the name fail 
i've recently looked into a lot of academic research languages and i found something that'd be very cool to have in F# as well. the idea is to have an...
I'm very surprised no one else has noticed this in a decade but certain parts of the pattern are fundamentally broken, so i reordered the patterns by descending length. The...
### Details C# style optional arguments take up a lot of space in completions:  The full namespace is explicit to show that it expands when `System.Runtime.InteropServices` is not opened....
This lets you use RegexOptions.NonBacktracking in combination with RegexOptions.ECMAScript as the [js equivalent linear `l` flag](https://v8.dev/blog/non-backtracking-regexp) for regex. `l` is limited but has vastly better performance characteristics for e.g., IsMatch...
Hi! i could not find a way to import modules to rust. Is there a way to do this? Currently a workaround is to inject it into an outer attribute...