-
```
What steps will reproduce the problem?
1. Try to send a message but block the network.
What is the expected output? What do you see instead?
I expect, after some time a TimeoutExceptio, instead …
-
Hi,
Compilation in 32 bits can fail on 32 bits at:
https://github.com/OpenGATE/Gate/blob/develop/source/digits_hits/src/GateMaterialMuHandler.cc#L389
modelPE = (dynamic_cast((_processListForGamma)[i…
-
As illustrated by a recent discussion on gate-users [1], Gate is not designed to work correctly with MT geant4. In order to avoid unpleasant surprises I think it would be good if the build system trie…
-
Hi. When I start the HomeBridge I can see my Contact and String itens are detected as accessories:
Starting the bridge OpenHAB-Bridge ...
AccessoryProvider processing widget: NumberItem Temperatur…
-
When rebooting the PI, I have to add my two lamps again to my homekit. I have to delete the products and then add them again. This is very annoying.
I hope there will be a solution, if you want more …
-
In several occasions I have to dump the density image for debugging and academical purposes, since this is not a standard user issue I can put this new feature as an option. The option will be:
/gate/…
-
In the file GateDetectorConstruction in the creator you are using a hand created material as air, it would be better if you use an already available Air material from NIST Database, cannot use user Ai…
-
When attempting to build Gate 7.1 with CMake variable GATE_DOWNLOAD_EXAMPLES_DATA = ON, I receive the following error:
![screen shot 2015-06-04 at 15 20 19](https://cloud.githubusercontent.com/assets…
-
New versions of ROOT are c+11 based, and GATE is not yet fully c+11 compatible.
I was able to compile using the following code modifications:
1.) I had to add -std=c++11 to CMAKE_CXX_FLAGS. In ccmak…
-
Hello team,
We have come across an issue where using Everyplay plugin in conjunction with the native AVFoundation Framework, we're observing crashes being reported. Here are some details:
**Uncaught …