John Carlson

Results 111 comments of John Carlson

Sounds easy enough. I also have new shader variables. On Tue, May 7, 2024 at 3:12 PM Holger Seelig ***@***.***> wrote: > You will use the example page from >...

Hey guys, I'm building with gradle 8.2.1. ``` $ gradle --status PID STATUS INFO 11696 IDLE 8.2.1 Only Daemons for the current Gradle version are displayed. For more on this,...

So what do we do when we extend into 2D SVG with d3.js or 3D X3D JSON. We already have an X3D JSON schema, but that's not for defining UI...

Agreed! I'm trying simple things like this in the Castle Engine fork, and it's not working! ```function MyJSON.JSONParse(): TDOMDocument; var //aStream: TStream; JSONItem: TPasJSONItem; begin //aStream := TStringStream.Create('{}'); JSONItem:=TPasJSON.Parse('{}',[],TPasJSONEncoding.AutomaticDetection); TPasJSON.Stringify(JSONItem);...

Upgrading, ```pacman -Suy``` twice solved my issue.

Well, apparently, the ESC at the beginning of a command is OK. Now I type several spaces, the ESC while testing, and then the shell freezes. This is OK behavior...

Well, the bug is back now! Again, it could be in a variety of places, Windows Terminal, Git for Windows, or Git Bash. As far as I know, my Msys2...

Also, my msys msys terminal is working okay. So, this only seems to be a problem under MINGW64/WindowsTerminal/GitBash. There's no problem with MINGW64/Msys2 or WSL2 Ubuntu 24, except for slow...

This appears to be an OLE thing on Windows: https://learn.microsoft.com/en-us/windows/win32/api/ole2/nf-ole2-registerdragdrop One must implement an interface. I wonder if this feature is already available in some version of GDK. I will...

Here is GDK information I found, but I am unsure which version: https://refspecs.linuxbase.org/gtk/2.6/gdk/gdk-Drag-and-Drop.html Well, it looks like GDK 2, so perfect. Probably CGE does not compile against GDK 2 on...