ieviev

Results 7 issues of 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...

Ready for review

Some applications have table names with spaces using MSSQLSERVER provider ![image](https://user-images.githubusercontent.com/36763595/155171292-b5a56d05-89bd-46a0-b215-463716bfbf0f.png) querying tables without spaces works, all tables with spaces in the name fail ![image](https://user-images.githubusercontent.com/36763595/155171572-02a420f4-be1b-4294-bb71-620496597476.png)

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: ![image](https://github.com/ionide/FsAutoComplete/assets/36763595/667feef7-c8d5-4565-a2df-4afca790d883) The full namespace is explicit to show that it expands when `System.Runtime.InteropServices` is not opened....

enhancement

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...