Mark Sibly

Results 18 issues of Mark Sibly

Hi, I'm trying to fill out an OpenXR struct and need the following x11 values from my glfw window: Display* xDisplay; uint32_t visualid; GLXFBConfig glxFBConfig; GLXDrawable glxDrawable; GLXContext glxContext; Using...

X11
support

Hi, I'm trying to use qtek viewer to convert fbx->gltf(2) and it doesn't appear to add an "alphaMode":"BLEND" property to non-opaque materials. Am I doing something wrong or is this...

bug

Hi, I'm trying to implementing 'zooming' for a litehtml based project but have a minor problem. In my document_container::create_font() method, I scale the font size I'm passed by the current...

Hi, I'm having a weird problem with the javascript code formatter, which I believe is called js-beautify. It has decided to insert a space in the middle of all my...

Hi, I'm new to komodo IDE and like it very much so far, except that I can't get it to cleanly format code before saving documents. I created a user-script...

Can't declare same private globals in 2 different files, eg: const DegreesToRadians:=...

Add support for bitmap fonts to mojo.

In ted2go etc, it's very easy for the app to crash the console window by writing too much output. No idea how to fix this yet, but it needs to...

Jon Spencer Stack Explosion Detection sucks.

``` Class A ' Method New() ' Print "OOPS!" ' End Method New( test:String="Test" ) Print "A.New test="+test End End Class B Extends A End Function Main() Local b:=New B...