Terminal

Results 35 issues of Terminal

Sublime Text 4 Alpha 4061 FileManager - Latest Release via PackageControl I know this is alpha, but might be a good way to get a jump start on updates. ![image](https://user-images.githubusercontent.com/32599364/71029267-0d3a3080-20dd-11ea-9d82-1c1966d3da95.png)

# Purpose Remembering all the valid properties is sometimes hard for me. Due to not using it 100% of the time. So I am left looking it back up. Since...

### What **OS and language server:** All LSP allows for a command `LSP: Restart Servers` which reloads all LSP servers currently in use via "sessions". Useful for debugging, however there...

enhancement

There doesn't seem to be any simple examples of how to use the auth functionality here. Can you provide a simple short example?

Review current `Bufio` Async implementation vs Async channel implementation. The below is fully working AsyncRun with Channels ```go // RunAsync runs nmap asynchronously and returns error. func (s *Scanner) RunAsync()...

research

* **I'm submitting a ...** - [ ] bug report - [x] feature request - [ ] support request * **What is the current behavior?** AsyncRun returns bufio reader, allowing...

enhancement

**Should be a ST4 only branch** - Requires => `4074` Will update the Package Control Channel to support ST3 and ST4 tags and set appropriate ST4 version requirement ### Major...

**What** Support for Dynamic Placeholders ```py get('google.com', json={'uuid': `{{$uuid}}`}) get('google.com', json={'uuid': `{{$randomInt [optional min] [optional max]}}`}) get('google.com', json={'uuid': `{{$timestamp [optional offset] }}`}) get('google.com', json={'uuid': `{{$envVar [name]}}`}) get('google.com', json={'uuid': `{{$count 24...

enhancement

**What** - Repositories `settings.get('repositories')` Rather than a list/array like the following ```json "repositories": ["REPO"] ``` it would likely benefit to have it be an list/array of dicts such as, which...