antoinetran

Results 30 issues of antoinetran

Hi, We use Kubegres and sometime we stop postgresql clusters. The persistence is local so we have 1 primary and 1 replica and each of them has 1 pv /...

Hi, This impact Netcdf Java 4.6.2 and even latest alpha 5.0.0-alpha3: [https://github.com/Unidata/thredds/blob/v5.0.0-alpha3/cdm/src/main/java/ucar/ma2/Array.java](https://github.com/Unidata/thredds/blob/v5.0.0-alpha3/cdm/src/main/java/ucar/ma2/Array.java) In the method reflectArrayCopyIn below: ``` static private void reflectArrayCopyIn(Object jArray, Array aa, IndexIterator aaIter) { Class cType...

Type: Bug
Status: Needs Testing
Area: NetCDF-Java

Hi, I have a ldap password that contains "#". In this case, I have a > Error: Invalid credentials for XXX Analysis: The code https://github.com/jirutka/ssh-ldap-pubkey/blob/master/ssh_ldap_pubkey/config.py transforms the config /etc/ldap.conf into...

Hi, Environment: OpenLdap openldap-2.4.44-24.el7_9.x86_64.rpm phpldapadmin 1.2.4 CentOs 7.9 in docker RedHat 7.9 in host Password policy: ``` # Entry 18: cn=pwd_default,ou=Policies,{{ ldap_root_dn }} dn: cn=pwd_default,ou=Policies,{{ ldap_root_dn }} cn: pwd_default description:...

enhancement

Same as https://sourceforge.net/p/eclipse-cs/feature-requests/121/, which is supposed to be fixed in 5.7.1. However, we use CheckStyle 8.26 and eclipse checkstyle plugin 8.26. Symptom: When exporting Eclipse Preferences to EPF, whether only...

### Is your feature request related to a problem? Whe using Artifactory to mirror registries, we created a virtual repository, let's call it artifactory.example.com/virtualrepo. We added ghcr.io and registry.k8s.io as...

kind/feature

### Observed behavior Doing publish of one message "f" to subject "subjecttest", that has no stream attached to it will result in an error: ``` Traceback (most recent call last):...

defect

Hi, Following https://resgate.io/docs/writing-services/01hello-world/ and https://github.com/resgateio/resgate/blob/master/examples/hello-world/server.js, I tried it. Current symptoms: ``` node hello-world.js .../nats/nats-testtools/hello-world.js:3 nats.subscribe('get.example.model', (req, reply) => { ^ TypeError: nats.subscribe is not a function at Object. (.../nats/nats-testtools/hello-world.js:3:6) at...

**Expected Behavior** Connection as X2GO to a KDE Desktop will create a Window that can be resized. Plus the KDE menu is visible at bottom. **Current Behavior** Connection as X2GO...

The framework uses websockets module ([here](https://github.com/permitio/fastapi_websocket_rpc/blob/master/fastapi_websocket_rpc/websocket_rpc_client.py#L8C8-L8C18)). The websockets module does not support HTTP proxy (see https://github.com/python-websockets/websockets/issues/364, issue from 2018), while websocket-client module ([here](https://pypi.org/project/websocket-client/)) supports it. Are they plans to migrate...