Joe George

Results 51 issues of Joe George

Windows 10 sees to be stuck in a continuous reboot. Keep getting the same PowerShell output over and over. ![powershell output](https://cloud.githubusercontent.com/assets/2126835/13432683/b0f7d334-df9c-11e5-8fec-496ed8a3640a.png) Any ideas?

IntelliSense in Visual Studio shows several warnings that we should fix: ``` Severity | Code | Description | Project | File | Line | Suppression State | Suppression State --...

bug
cpp

Right now, we create a new Swift Connection object each time we create a new Current during dispatch. We should consider caching this connection object so we don't have to...

swift

We currently have two properties: * `Glacier2.SessionTimeout` (used with `SessionThead` to reap sessions) * `Glacier2.Client.ACM.Timeout` (used with ACM) Both of these can independently close idle sessions. SessionManager's `getSessionTimeout` always returns...

glacier2

``` class ReapWouldBlock : public ::Ice::UserExceptionHelper { public: virtual ~ReapWouldBlock(); ReapWouldBlock(const ReapWouldBlock&) = default; ReapWouldBlock() = default; ```

cpp
slice

``` *** [138/197] Running cpp/Ice/background tests *** [ running client/server test - 03/24/20 20:22:49 ] - Config: ssl,es5 (/home/vagrant/workspace/ice/master/cpp/test/Ice/background/build/x86_64/shared/server --Ice.Default.Host=127.0.0.1 --Test.BasePort=14000 --Ice.Warn.Connections=1 --Ice.Default.Protocol=ssl --Ice.Default.Transport=ssl --Ice.IPv6=0 --Ice.Plugin.IceSSL=IceSSL:createIceSSL --IceSSL.Password=password --IceSSL.DefaultDir=/home/vagrant/workspace/ice/master/certs --IceSSL.CAs=cacert.pem --IceSSL.CertFile=server.p12...

cpp
testsuite
icessl

See https://github.com/zeroc-ice/ice/issues/635#issuecomment-554073659 >My understanding is that python expect that extensions doesn't link with libpython an so libpython is now behind the new --embed flag that is intended for applications embedding...

python

The current setup is tricky to maintain, using something Express/Koa would be easier. ICE-7950

enhancement
js
testsuite

We should review our IceSSL protocol defaults. We bake in (as of 3.7.1) defaults instead of using platform defaults. In the past this was because SSLv3 as still enabled by...

icessl

When running in Jenkins `import com.cloudbees.groovy.cps.NonCPS` is not needed to use `@NonCPS`. Is it possible to do this with `jenkins-pipeline-shared-libraries-gradle-plugin`? Or maybe I'm missing something?