Ryan Davis
Ryan Davis
I actually took a stab at assembly-based 'live coding' some months back. It was kind of like a poor-man's Continuous. I've unhidden it [here](https://github.com/rdavisau/assembly-injector) and there might be some code...
I have basic service discovery implemented in a PCL-friendly library [here](https://github.com/rdavisau/sockethelpers-for-pcl). Given that project is 'alpha' and not getting a lot of love at the moment, I could factor out...
I think this would be great and should be "opt-in" on the user's part, as not all applications/contexts/whatever it is that you are live coding will find it appropriate, and...
Temporarily, builds will be available [here](https://www.myget.org/feed/cc-dev/package/nuget/Continuous) (feed url: https://www.myget.org/F/cc-dev/api/v3/index.json).
These changes are in and available on the MyGet feed. I'll test on Real World stuff over the next couple of days.
@cassionandi Make sure to show prerelease packages 🙂
Do you have the [Data Protection entitlement](https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_developer_default-data-protection) set to something strict (e.g. `NSFileProtectionComplete` or `NSFileProtectionCompleteUnlessOpen`)? If your sqlite (Akavache) files are covered by data protection and your background task calls...
Yeah the error is in SQLite - and I wouldn't really consider it to be a bug for either SQLite or Akavache. You can set the fileprotection flags for the...
Yep those files match with what I remember. I think either option is reasonable, although in the first case I would hardcode just the root folder and iterate the files...
I wasn't able to reproduce this in a brand new WPF project. Is there any additional complexity in the way you call `CreateAndShowStaWindow` or in your `factory`? I used: ```...