-
- [x] I was not able to find an [open](https://github.com/git-for-windows/git/issues?q=is%3Aopen) or [closed](https://github.com/git-for-windows/git/issues?q=is%3Aclosed) issue matching what I'm seei…
-
When I click config panel MremoteNG crash
From event viewr
EventData
Application: mRemoteNG.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exc…
-
PGv4 version 4.0.6457.28801
-
The MongoTogglzRepository in edison-mongo is a default implementation of StateRepository but we cannot use our own implementation. It should be possible to replace this bean with your own class.
So…
-
I wanted to provide a ("clustered") feature cache by implementing a StateRepository. But unfortunately the FeatureState is actually not Serializable. Well, the FeatureState itself might be Serializabl…
-
Looks like we missed a feature combination in the 3.2.0 release of Ehcache. We do not sync to the passive server the content of the `StateRepository` we keep inside the `EhcacheStateService`.
This …
-
**System information**
OS: Windows 10 64
Tensorflow version 1.3 GPU version
Python 3.5.4
CUDA 8.0 -> cudart64_80.dll
CUDNN 6.0 -> cudnn64_6.dll
GPU: GeForce GTX 1070
**Installation Process & …
-
## Description
I have downloaded the package for R according to the instructions here: http://mxnet.incubator.apache.org/get_started/install.html
for GPU. I'm unable to load the package.
This is…
-
`
$ make virtualbox/eval-win10x64-enterprise-ssh
rm -rf output-virtualbox-iso
mkdir -p box/virtualbox
packer build -only=virtualbox-iso -var 'cm=nocm' -var 'version=1.0.4' -var 'update=false' -var 'he…
-
For clustering support, we changed the contract of `Serializer` that need to support persistent state by adding the `StateRepository` API.
However, we kept injecting this at `Serializer` construction…