Holger Seelig

Results 15 issues of Holger Seelig

I tried to build gtkglext, when running: git clone git://github.com/tdz/gtkglext.git cd gtkglext/cd gtkglext/ ./bootstrap ./configure the following error occured: ./configure: line 16192: syntax error near unexpected token `1.30.0' ./configure: line...

When I load the image appended I get the following exception: ``` TypeError: "this is undefined" getDataSetByteStream parseDicom.js:58 readDataSet parseDicom.js:119 parseTheByteStream parseDicom.js:147 parseDicom parseDicom.js:153 ``` [CTImage.dcm_DeflatedExplicitVRLittleEndianTransferSyntax_1.2.840.10008.1.2.1.99.zip](https://github.com/cornerstonejs/dicomParser/files/3798459/CTImage.dcm_DeflatedExplicitVRLittleEndianTransferSyntax_1.2.840.10008.1.2.1.99.zip)

X_ITE is now hosted on create3000.github.io, see https://create3000.github.io/x_ite/#github-cdn. The domain http://create3000.de will be shutdown 2022 in May. New URL's are: ```html ``` You may want to update the README file....

If `Math.random` is in a function added by `kernel.addFunction`, `kernel.setFunctions` or `gpu.addFunction` then the plugin is not includes in the shader source. Workaround: add a comment with `// Math.random()` to...

### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. -...

platform/macOS
bug :beetle:
has-repro-repo
27-x-y

All 'use strict' directives are striped of after 'jam compile'. Is there a special option to enable this feature?

A script with a define: ``` javascript define ([ "jquery", "cobweb/Basic/X3DField", "cobweb/Bits/X3DConstants", ], function ($, X3DField, X3DConstants) { "use strict"; function SFBool (value) { ... ``` results after 'jam compile'...

When I load the attached obj file, Titania comes with a notification that it can't load, but the file should be valid. [yvhag9qj36dc-eagle.zip](https://github.com/create3000/titania/files/4044798/yvhag9qj36dc-eagle.zip)

bug

When I open the invalid X3D file below [domecity.zip](https://github.com/create3000/titania/files/4044777/domecity.zip) Titania pops up with a notification that it can load the file, clicking ok button lets Titania crash.

bug

As you can see a JPEG version of the images is about 80kb but a diffuse.ktx2 image is about 50MB. This seems to me very large. Where comes the data...