Ben Thorner

Results 14 issues of Ben Thorner

Currently `pglock.advisory` only supports session-level locks: ```python with pglock.advisory("my-lock-id"): # some DB changes ``` Postgres also supports transaction-level advisory locks: ```python with transaction.atomic(): local_code._acquire_transaction_level_advisory_lock("my-lock-id") # some DB changes ... def...

Great plugin! 🙌 I've switched to this from Tagbar. **Is your feature request related to a problem? Please describe.** The LSP renderer indentation consumes quite a lot of space at...

### Description The following two functions behave the same for me: - `vimspector#ClearBreakpoints()` - `vimspector#ResetExceptionBreakpoints()` After running either of them, I need to re-answer questions e.g. I can't find any...

Running the following command: ``` :CocCommand workspace.renameCurrentFile ``` I then see / edit a prompt for the file name: | Before | After (then press \) | | - |...