Niels Swimberghe

Results 43 comments of Niels Swimberghe

For me the appeal is that I can just drop a zip into the folder manually, or as part of my Visual Studio build process to automate the Module Deployments....

Since the installation instructions tell you to add the key yourself, I think it makes sense to remove it yourself too. Maybe there should be an uninstall guide along with...

Great updates, works a lot better now in one of the earlier commit! Though in the last version I am getting a nullpointer. When configuration changes, my fragment rebuilds the...

Thanks for you reply. I have tried it but mItemTops is null so it throws a nullpointer exception on notifyDataSetChanged call on the adapter after a configuration change. Kind regards,...

@timheuer What do we need for this PR to leave draft stage?

I was able to build the project and install it. I definitely encountered some bugs, but I also see those listed as existing issues, so they seem pre-existing. I was...

I've been invited as a collaborator and will help maintain the project mostly as is. Quick question, are Shared projects the preferred way of code sharing for VS Extensions, or...

Look at the VS2022 upgrade guidance, they seem to recommend Shared projects too: https://learn.microsoft.com/en-us/visualstudio/extensibility/migration/update-visual-studio-extension?view=vs-2022 LGTM!

That's a good idea. 500 may be a little much. How about 50 or 100? You could also do infinite scrolling, if that's not too much trouble.

Sounds good to me!