lastlink

Results 79 comments of lastlink

Maybe I will at some point. I could have sworn this was originally written for atom, but I can no longer find the atom link. https://github.com/Huachao/vscode-restclient There is another extension...

@persistence911 there is now a github action that works, also see my open sourced project https://dev.azure.com/funktechno/_git/dotnet%20ci%20pipelines?path=%2Fazure-pipelines.yml for running a sql server instance in an azure devops pipeline

I would add unit tests or make sure this builds, github actions now works w/ integrated db tests, see .github/ .yml file If you look at the yml I use...

@a-yumashin make sure to update the yml pipeline file for it to pass after this update

@GoEddie I think this can be closed now unless this is still an issue @Matt2702. I'm not seeing any differences from @aboatswain work. https://github.com/GoEddie/SQLCover/compare/master...aboatswain:fixMemoryUseIssue. I think @aboatswain can add himself...

* these would all require investigation for tracing the statements being called. if you are fine w/ these being part of this project I see 2 main phases * besides...

I would add unit tests for this, github ations now works w/ integrated db tests, see .github/ .yml file

@ncbidoug I would try the SQLCoverCore project using dotnet core 3.1. You can also use the debugger in visual studio code to track down your issue. I think correcting your...

make sure you add the css styling, if you're importing you need to import it specifically. E.g. import '~/css/plugins/footable/footable.core.css';