Results 40 comments of Thomas Tempelmann

Alright. Fixed. I ended up not using the ImportList (instead using my own StringList class) and added a stack to properly manage the collector objects.

I can't avoid the mutable warning, though. I have to change the `publicDecls` between classHeader and classFooter, to handle nesting of classes. No idea how to do that otherwise.

I just ran into this bug myself and found that the code in `[SUAppcast downloadDidFinish:]` does not collect child tags correctly. Therefore, any tags inside get ignored. I wonder if...

I've submitted a merge request for my test case: https://github.com/sparkle-project/Sparkle/pull/999 With the acceptance of it I suggest that this issue gets closed, as there's no issue, really, maybe just a...

I am using latest Win 10 and had similar problems. Of course, first you have to hold the Bluetooth button on the Nimbus so that it goes into discovery mode...

Have you installed the Xbox drivers and rebooted? And then, you need to first check the "Active" checkbox, then you can open the leftmost popup menu, and the Nimbus should...

Also, I wonder if Quicksave works, too, i.e. will it save to the browser storage when that's chosen last? It certainly should the way the UI looks, but there is...

Well, I wondered the same. That's why I used a separate variable to save the "last saved name" for dropbox and local storage. I don't think it's a problem if...

Well, I have just hard-coded it for now in my local copy, so I'm good. How about this idea I saw at another github project: Add a tag named "Help...

Jacob, as a fellow developer, I wonder if you could tell us what you did to achieve showing the app name? Is it based on @tbussmann's link (Hallo Tobias!)? What...