nodermatt

Results 9 issues of nodermatt

Pull request for proposal announced in issue https://github.com/KhronosGroup/UnityGLTF/issues/523 open for feedback

The sample projects from the table don't exist anymore. I am really interested in the project, can you point me to where the sample-bakery/flightbooking are now? sample-bakery | X |...

The [how to run](https://citrusframework.org/samples/run/) page states to run one can use the -Dembedded switch: `mvn clean install -Dembedded=true` This didn't work for me and during my research for a solution...

I learned about this repository from the forum [post ](https://forums.autodesk.com/t5/3ds-max-programming/net-plugin-quot-lesson-7-quot-sample-doesn-t-work-what-am-i/td-p/7394180) I am able to clone, build (release mode) and deploy the plugin from lesson 1a, but I don't know where...

I'd like to suggest the following addition to the GLTFComponent script to support Restful resource fetching. Currently, the WebRequestLoader is used to download gltf models with a filename, such as:...

Note that I had to add the repository differently because "apt_repository: repo='ppa:webupd8team/java' state=present" threw an error saying that it was an invalid repository. I got the id from the webupd8team/java...

Using react-native-filepicket version 0.0.12 I get an an error when I run react-native run-android ``` C:\Users\oderm\IdeaProjects\IP5_Fahrzeugdiagnose\Client\node_modules\react-native-file-picker\android\src\main\java\com\filepicker\FilePickerModule.java:208: error: cannot find symbol String prefix = Build.VERSION.SDK_INT >= Build.VERSION_CODES.O ? "file:///" : "content://";...

### Affected Areas DB ### Feature Description Operations that require a transaction but do not actually modify content typically contain the same code to gracefully close the transaction (e.g [Crud#getTables](https://github.com/polypheny/Polypheny-DB/blob/master/webui/src/main/java/org/polypheny/db/webui/Crud.java#L435)...

C-enhancement
A-db
E-medium

### Operating System (Polypheny-DB) Windows ### Polypheny-DB Version 5e41a00ae282ea8d8669fb186f932bea3e70c310 master ### Affected Areas UI ### Browser Chrome ### Client Operating System Windows 10 ### Bug Description I was looking for...

C-enhancement
A-ui
A-db
P-low