Leonardo Zanivan

Results 9 issues of Leonardo Zanivan

It's better to replace "compass" by "node-sass" because the second doesn't rely on Ruby/Compass Gem installed. node-sass is based on libsass which is faster than any Ruby implementarion.

medium priority

When using JUnit4 @ClassRule, containers aren't shut down when cluster native health checks or custom cluster wait checks fails. Problem: @ClassRule doesn't fire @ BeforeClass/@ AfterClass methods, so we can't...

Component: Core
Theme: Cluster Management
Type: Bug

Fixes #142 adding Automatic-Module-Name entry into MANIFEST using a generated module name from project.artifactId (will work seamlessly for new modules), customizable by module.name property (e.g: hammock.core). Example module names generated...

Currently, a simple Java Hello world function has 2.2mb of jars in the classpath in which almost 2mb are for optional thirdparty libraries. 1.5mb for Jackson Databind 316kb for Commons...

I've found a bug in parser of many classes of my app. It's impossible to continue the analysis with those errors... I've attached the source file and exception stack trace....

### FerretDB version v1.19 ### Backend PostgreSQL 13 ### Environment OS: Docker for Mac Deployment: Docker using ghcr.io/ferretdb/ferretdb:1.19.0 image Deployment details: Docker version 25.0.2 ### What did you do? ```sh...

code/bug
good first issue
community

### FerretDB version v1.19 ### Backend PostgreSQL 13 ### Environment - OS: Docker for Mac - Deployment: Docker using `ghcr.io/ferretdb/ferretdb:1.19.0` image - Deployment details: Docker version 25.0.2 ### What did...

code/feature
not ready
area/cursors

Some strict CI environments doesn't allow execute post-install scripts, this causes RE2 package to never download or build the native addon. Other restrictions include internet access where external requests other...

enhancement

Currently, INET extension is missing functions for INET range operations, related issue https://github.com/duckdb/duckdb/issues/10947. However, this PR aims to add the subnet contains operations and other helper functions. * Add missing...

Needs Documentation
Ready To Merge