Glen

Results 238 comments of Glen

> maybe putting the identifier after the closing quote could work Something like this? ```c var example = """ SELECT * FROM table """sql; var example = """SELECT * FROM...

I see. In a way that could also be seen as a "tag" or "metadata", so it could make sense to extend that in a more general sense, in a...

6 quotation marks per string is already more than enough. 😅

See also https://github.com/mysqljs/sqlstring/issues/49.

@sculpt0r, Not _all_ embed widgets. Some will be inline, and some will be block. Imagine configuration like: ```ts const config = { embed_widget_inline: (url) => { // If the URL...

I don't think that PHP CS Fixer should be built into PDT. Some developers (myself included) use [PHP_CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer/). It might make sense to have a generic way of integrating linting...

As someone new to Serilog, it's really confusing and unfortunate having to find blog posts on Google with information about how to set this up. Why put it in a...

@mganss This can probably be closed now? (https://github.com/AngleSharp/AngleSharp.Css/releases/tag/v0.17.0)

@mganss Should this be closed now?

@alexander-akait Wouldn't it be easier to just label/pin this issue in some way, so that it doesn't keep getting marked as inactive?