Darius Jankauskas

Results 6 comments of Darius Jankauskas

I'm assuming what this does is instead of deallocating all previously allocated chunks other than the first one, it keeps all allocations, allowing you to reuse them when you reuse...

Is there any movement on this issue? On Windows 11 22H2 I experienced extreme input lag in both Windows Terminal and Visual Studio Code, at least on battery power. Downgrading...

Personally I agree with all of Nicholas' points. One thing I'd add on: trying to rewrite all the styling of the site would be pretty daunting, so I'd suggest starting...

Frankly I also pulled in a library when I built [this crossword site](http://crossword.dailyprincetonian.com/), although I used a Svelte library that seems like a version of the one the NYT uses....

The code in need of fixing is probably [here](https://github.com/stuyspec/article_extensions). After fixing the code, you'll want to publish it on NPM, then update the stuyspect and CMS repos to use the...

Could you offer some pointers on understanding how inheritance is implemented in cppwinrt? I've used that library before so I'd be willing to explore how its implementation works.