Austin S. Hemmelgarn

Results 395 comments of Austin S. Hemmelgarn

> > This ensures that the information in both places stays in sync properly, and also makes the function responsible for this generation a bit easier to read. > >...

@vkalintiris The intent behind using CMake here was that: 1. It avoids adding yet another build dependency (we currently do not need Python at all at build time). This is...

The related resources sections can probably be added to this list as well. I’m actually already doing some prep-work for that.

It's not a threat as long as it's sanely implemented. There needs to be some form of verification that an individual actually owns the devices they claim to (even if...

A couple of quick observations based on cursory searching: - This can’t be done directly with NSIS, the way it works is fundamentally at odds with MSI packaging. The closest...

I like the idea of having a time-stamp showing when the next scan will be as opposed to a counter showing remaining time. Doing the time-stamp would allow a mostly...

That really depends on both the use case and what the rescan interval is. I've got a couple shared folders which have 15+minute rescan intervals (large data sets, and I'm...

And of course I missed the existing discussion before reviewing... Splitting the dashboard to it’s own package is indeed probably the best option here, and there has been some internal...

Regarding the updater, I’m hesitant to support auto-updates on Windows until we actually get asked to provide such functionality by customers given that our target users are large companies. They’re...

A few other things that still need done before this is all ready for a proper release: - We need to switch to a proper Release or ReleaseWithDebInfo build instead...