Andrew Harper
Andrew Harper
The http archive goes down all the time as well, unfortunately (doesn't mean we shouldn't merge this, just fyi)
I'm also curious about this question. The readme shows an example spaces/tabs plugin, but it's unclear if plugins can edit the syntax tree. I skimmed https://github.com/tsqllint/tsqllint_common/tree/main/TSQLLint.Common/Interfaces and didn't see anything...
Interesting. From searching the code, it looks like a plugin's FixViolation implementation adds FileLineActions, and then the framework can execute those FileLineActions. Is that about right?
Interesting. I can also repro on macOS, but it's fine on Windows. Here was my program: ```ruby require 'tiny_tds' puts "TinyTds::VERSION #{TinyTds::VERSION}" puts "RUBY_VERSION #{RUBY_VERSION}" c = TinyTds::Client.new username: 'sa',...
I was disappointed to see that this wasn't addressed in this month's release 😢 e: vvv this also happens frequently on Windows 😢
"Health" isn't an option for description, group, or sort which would largely address this. Additionally, this would be helpful when starting containers with long names, where the health check is...
> This is to mirror what cargo-update considers a compatible bump. For versions < 1.0.0, minor changes 0.2.0 -> 0.3.0 are considered breaking in the same way changes from 1.0.0...
1. Something is going wrong clicking the button to start the CircleCI integration; I have a support issue in with them to figure it out 2. Once that's working, this...
> Is there any news on the circle ci support ticket for tiny_tds? It remains unclear why we were unable to manually add the project or have the workflows run...
Sounds good, especially changing the return false thing... absurd. I'd also like to consider refactoring how escape is called, so that a live connection object isn't required (maybe a class...