Stephen Webb

Results 18 comments of Stephen Webb

Attached is a very simple example dita map showing the IndexOutOfBoundsException fault using dita-ot-3.6.1 (see dita-ot-3.6.1.log). The same project does not produce the fault when using dita-ot-3.3.2 (see dita-ot-3.3.log). [IndexOutOfBoundsException.zip](https://github.com/dita-ot/dita-ot/files/7207916/IndexOutOfBoundsException.zip)...

See https://github.com/swebb2066/ogre/commit/dbcddd3b75ad52d4a0e91bcc5bdbe8cfddd1d310 for a possible approach

Is there a way for the shader generated to consider the vertex declaration? It seems that it needs a to exclude in parameters that do not exist in the buffer....

On Windows, the benchmark comparisons using a lock (old) and without locking (new) in `AppenderAttachableImpl::appendLoopOnAppenders` are: | Benchmark | Time | CPU | Time Old | Time New | CPU...

On Ubuntu gcc 11, the benchmark comparisons using a lock (old) and without locking (new) in AppenderAttachableImpl::appendLoopOnAppenders are: | Benchmark | Time | CPU | Time Old | Time New...

What is the version of the compiler you are using? Please attach the output from `cmake ..`.

I suggest you install a newer compiler then tell cmake to use that new compiler using for example: `cmake .. -DCMAKE_CXX_COMPILER=/usr/local/gcc-9.2.0/bin/g++ -DCMAKE_C_COMPILER=/usr/local/gcc-9.2.0/bin/gcc`

Not sure this is actually necessary. There seems to be a mismatch between the [documentated default](https://github.com/actions/checkout/blob/cd7d8d697e10461458bc61a30d094dc601a8b017/action.yml#L48) and the [code](https://github.com/actions/checkout/blame/cd7d8d697e10461458bc61a30d094dc601a8b017/src/input-helper.ts#L149) As I read the code, the 'persist-credentials' value will be false...

> That default: true in the action.yml is the default that's set by the Actions runner if no value is provided, it's more than just documentation. Is there some reference...

> Please comment if you see any missing "fantastic" features that need to be included What about being able to activate additional logging output or disable some output for one...