Jon Canning
Jon Canning
It happens to me with an empty fsx file
``` [Trace - 8:54:00 AM] Sending request 'textDocument/formatting - (168)'. Params: { "textDocument": { "uri": "file:///Users/jon/dev/Property/output/empty.fsx" }, "options": { "tabSize": 2, "insertSpaces": true, "trimTrailingWhitespace": true, "trimFinalNewlines": true } } [Trace...
Have tracked it down to having these enabled: ``` "files.trimFinalNewlines": true, "files.trimTrailingWhitespace": true, ```
Seems like these settings are now unnecessary since my editor is still trimming whitespace and lines. If this is the same for you @michael-i2o then I'll close this
I've just implemented this check in all our repos, building on BitBucket pipelines. One of our devs is using Rider and he was getting formatting clashes with VS Code devs,...
Wow, I can barely remember writing this! Looking at https://github.com/JonCanning/SkyScraper/blob/master/src/SkyScraper/Observers/ImageScraper/ImageScraperObserver.cs#L28 I would suggest something like `var imgSrcs = html["a"].Select(x => x.GetAttribute("href")).Where(x => x.LinkIsLocal(baseUri.ToString()));`
DateTimes should be in the above range
Kafka consumers in different languages 🙏
Thanks for the feedback and apologies for the quality issues, I was a bit too "Jesus take the wheel" with AI. I have reworked it so it's all my fault...
Thanks @sahidvelji, that's very helpful, I'll update it with your suggestions