Joerg Hochwald

Results 12 comments of Joerg Hochwald

@pmunin, this might not be perfect, but this is my Schema ```xml Ansi 0 Color Alpha Component 1 Blue Component 0.0 Color Space sRGB Green Component 0.0 Red Component 0.0...

This config is not compatible with the latest version (7.x and 8.x) The following part needs to be changed: `Exiting: error initializing processors: each processor must have exactly one action,...

I see two problems here: 1. The package is for Debian 9, and we have Debian 12 now. The package is unmaintained. 2. The Debian project no longer publishes any...

I have the same issue: `VERBOSE: Importing cmdlet 'New-ExoPSSession'. New-ExoPSSession: HttpRequestExceptionMessage: Response Status Code BadRequest, Request Method GET, Request Uri http://localhost:50342/oauth2/token?resource=https%3A%2F%2Foutlook.office365.com%2F&api-version=2018-02-01, Response Contetnt {"error":{"code":"invalid_request","message":"Timeout waiting for token from portal. Audience:...

Hi there, I Stumbled across this thread... you might want to look at the following Nuget packages: [https://www.nuget.org/packages/SQLite](https://www.nuget.org/packages/SQLite) [https://www.nuget.org/packages/System.Data.SQLite](https://www.nuget.org/packages/System.Data.SQLite) [https://www.nuget.org/packages/System.Data.SQLite.Core](https://www.nuget.org/packages/System.Data.SQLite.Core) You can extract the assemblies from there. And with a...

Sorry @jhoneill I don't get the point! You can create the required SQLite.Interop.dll for yourself, everything is open source! ``` ********************************************************************** ** Visual Studio 2022 Developer Command Prompt v17.8.0-pre.5.0 **...

And by the way: The Build on Linux and macOS will not require Visual Studio. The GCC Tooling will be used in this case.

@jdhitsolutions you might want to take a look at these repositories: - [SQLite.Interop-win](https://github.com/rhubarb-geek-nz/SQLite.Interop-win) - [SQLite.Interop](https://github.com/rhubarb-geek-nz/SQLite.Interop) If you want to upgrade from sqlite-netFx 1.0.117.0 to 1.0.118.0, you need to tweak the...

And I published my changes here: - [SQLite.Interop-win](https://github.com/jhochwald/SQLite.Interop-win) - [SQLite.Interop](https://github.com/jhochwald/SQLite.Interop) Hope this helps.

> It would probably be best to come up with a Github Actions workflow to build all the different binaries, honestly. How would you do that for Windows? You need...