tstumm

Results 5 issues of tstumm

In `AbstractConverter` there is a mapping from long and unsignedLong to int. Since PHPs int is signed (and there exists no unsigned) there may be overflow issues when using unsignedLong...

When trying to compile my project I get the following error: ``` Latexmk: This is Latexmk, John Collins, 22 April 2016, version: 4.45. Latexmk: Changing directory to '/Users/tobias/Dropbox/Seminararbeit/' Rule 'biber...

Hi, I wanted to use your package to do some basic neural network stuff in C++. Since I wrapped the weights of the network in matrices using the Eigen library,...

Hey, I was trying to use your package, although I tried to combine it with xsd2php and soap-client, which all somehow are different versions than the ones you require for...

Hi, I'm currently working on a project where a complex type may contain a sequence of mixed types, i.e. ``` ``` The generated classes nicely group them into different attributes...