Glenn 'devalias' Grant

Results 370 issues of Glenn 'devalias' Grant

Since the last update appears to be in 2017, and it only claims support for gsl 2.1 in the README (with the latest version seeming to be v2.6), i'm wondering...

I've been bouncing around various StableDiffusion optimisations the last couple of weeks, and figured I would link out to some of the ones I remember in hopes that they can...

Just tried this using the following URL, then selecting 'Insert Stack Overflow Answer' from the Obsidian command menu: ``` https://stackoverflow.com/questions/61907922/pine-script-optimize-with-lower-timeframe-backtest ``` Which resulted in the following error in the DevTools...

Currently the code seems to be written to only work for StackOverflow, rather than any site in the StackExchange network: https://github.com/bramses/obsidian-stack-overflow/blob/4f2a556dcb7d4a33fc062ecb2234001ccdf15581/main.ts#L113-L116 https://github.com/bramses/obsidian-stack-overflow/blob/4f2a556dcb7d4a33fc062ecb2234001ccdf15581/main.ts#L85 It would be cool if it worked for...

Currently it looks like the code can only extract answers, but it would be cool if it was also possible to capture questions in a similar way. This would make...

Just had a brief skim through the code and noticed that you're treating the `url` as a `string` in `extractAnswerId`, then doing string manipulation to parse out the various bits....

Updated the demo links to use modern GitHub pages style + updated image embeds to use `https://`

Was testing the new [v2.11.0](https://github.com/j4k0xb/webcrack/releases/tag/v2.11.0) web IDE update today and found some areas that unminify could be further improved. This issue is about the require/import/export syntax after unminification. You can...

enhancement
unminify
webpack

First off, I LOVE the new [v2.11.0](https://github.com/j4k0xb/webcrack/releases/tag/v2.11.0) update, and the changes to the web IDE to use `monaco` to support 'references', 'go to declaration', etc. This issue is about an...

enhancement

> Another area I started looking into (but haven't deeply explored yet) for both figuring out how to map variable names to sections of code in a 'smart' way, and...

enhancement
discussion