Cosimo Damiano Prete

Results 59 issues of Cosimo Damiano Prete

Hi. When trying to mock an **unsigned** **nullable** type with `mockk` `1.12.5` (newer versions are broken for me), the test code just hangs. Below an example to reproduce the issue:...

Hello. I'm using lmdbjava 0.8.3 and while iterating over a Cursor to delete some data, I constantly get ``` org.lmdbjava.Env$MapFullException: Environment mapsize reached (-30792) at org.lmdbjava.ResultCodeMapper.checkRc(ResultCodeMapper.java:86) at org.lmdbjava.Cursor.delete(Cursor.java:124) ``` The...

Hi. I'm using lmdbjava 0.8.3 and, from time to time, I get the following exception while committing a write transaction: ``` org.lmdbjava.LmdbNativeException$ConstantDerivedException: Platform constant error code: EIO Input/output error (5)...

Hi. While executing a query and "streaming" the content of the `ResultSet` I get a "Chunk XYZ not found" exception. ``` org.h2.jdbc.JdbcSQLNonTransientException: General error: "org.h2.mvstore.MVStoreException: Chunk 19794087 not found [2.2.224/9]"...

MVStore

Hi. From time to time, my delete statements fails with the error below: > Caused by: org.h2.mvstore.MVStoreException: Writing to sun.nio.ch.FileChannelImpl@983e85b failed; length 1814528 at 2145886208 [2.2.224/2] at org.h2.mvstore.DataUtils.newMVStoreException(DataUtils.java:996) at org.h2.mvstore.DataUtils.writeFully(DataUtils.java:478)...

Hello. This ticket is in reality a continuation of https://github.com/mockk/mockk/issues/1235 where `mockkObject` has been used to fix it. The weird behaviour now is that when the tests run in IntelliJ...

Fixes https://github.com/lmdbjava/lmdbjava/issues/228 and https://github.com/lmdbjava/lmdbjava/issues/230. I was not able to run the tests locally on Windows (I'm getting a `NoClassDefFoundError` kind of everywhere), so I hope I didn't break any.

Hello. I've a GitLab job like the following: ```yaml .docker: image: name: artifactory.foo.net/kaniko-project/executor:debug entrypoint: [ "" ] before_script: - APP_VERSION=$(cat "$APP_VERSION_FILE") script: - | if [ "$REPOSITORY_TYPE" = "" ];...

kind/bug
priority/p2
area/snapshotting

### Steps to reproduce Hello. I'm trying to write an application in Flutter for Web and Windows, but I can't get any "device" (browsers or Windows itself) attached to it....

in triage

Hello. I'm using the opensearch-2.20-0 Helm chart and, as per documentation, I've set ```yaml extraEnvs: - name: OPENSEARCH_INITIAL_ADMIN_PASSWORD value: "some-password" - name: DISABLE_INSTALL_DEMO_CONFIG value: "true" ``` So far, so good....

bug