franck102

Results 11 issues of franck102

After time series data is deleted according to retention policies, the _prom_catalog.delete_expired_series deletes what appears to be unused series & labels entries. A common use case however is to compute...

Improvement

### This is an improvement request **Describe the bug** The timescaledb-single chart won't let you configure a securityContext container attribute. This is required in Kubernetes clusters that use pod security...

bug
area/timescaledb-single

I am getting this error: ``` Vue warn]: Invalid vnode type when creating vnode: undefined. at at > at at ```` when trying to import the component in a Vue...

When I enable XML config with those properties: ``` quarkus.mybatis.xmlconfig.enable=true quarkus.mybatis.xmlconfig.path=mybatis/config.xml quarkus.mybatis.environment=dev quarkus.mybatis.auto-mapping-unknown-column-behavior=warning quarkus.mybatis.map-underscore-to-camel-case=true quarkus.mybatis.log-impl=org.apache.ibatis.logging.slf4j.Slf4jImpl ``` those two build steps are executed: io.quarkiverse.mybatis.deployment.MyBatisProcessor#generateSqlSessionFactoryFromXmlConfig io.quarkiverse.mybatis.deployment.MyBatisProcessor#generateSqlSessionFactory and the application ends with two...

Hi, I am getting an NPE in HTreeMap.get, the stack trace is below. The map is created using this code: ``` _mapdb = DBMaker.fileDB(filePath.toFile()). allocateStartSize(ALLOCATE_START_SIZE). allocateIncrement(ALLOCATE_INCREMENT). closeOnJvmShutdown(). transactionEnable(). fileMmapEnableIfSupported(). make();...

After logging in through sso with PowerUserAccess I can list log groups, but not streams: ``` > aws sso login Successfully logged into Start URL: https://... > awslogs groups ......

**Describe the bug** The white "gap" in the overlay that is supposed to highlight the element being described by a step is offset horizontally and vertically. The Popper dialog is...

bug
question

Hi, Is there any recommended pattern for implementing multitenancy support using a schema-per-tenant approach using this extension? The SQLSessionFactory.openSession method would be the perfect place to configure the connection for...

MyBatisRecorder fails to resolve the mapper XML files if a location is also a package name. This hit me when doing my first container build, where Quarkus generates some synthetic...

**Describe the bug** A basic java SDK project trying to create a location generates an okhttp NoSuchMethodError with the first payment API request. **Expected behavior** The `_client.getLocationsApi().createLocation(request)` call should succeed....

wontfix