Yordan

Results 10 comments of Yordan

For all those reporting the same issue, i did configure my project to avoid this problem. Simply, go to your build.gradle file, exclude the problematic dependency and then add it...

In my case, i'm using the version 0.14. The POM file for this release has the snake-yaml 1.19 with the classifier "android", so Gradle or Maven can't find the library...

OK @codingricky , i've performed some tests over my project changing the library version. What i've found is there are two problems with the mentioned library above. The **first problem**...

**UPDATE** I perform a new test and i found what is going on. My project is a spring boot type one, so i have in the root build.gradle file, the...

To achieve this, you need to get the back arrow view from the floating search. This is the way how i do it: `//Setting on click listener when user press...

The problem still persists. What happened with this issue? The PR is ready to be reviewed and merged since ages. Is there something that can be done to push forward...

I'm facing exactly the same problem. I have a class with all the properties and types of this parquet file. I started first setting them as non-mandatory (nullable) and then...

Thanks for sharing this workaround @rachied . I finally solved my problem after changing the schema of my parquet file. The original schema had all the properties as mandatory, so...

Thanks for your reply @Lee-W . For adding more context to the post, I'm working on a legacy system with very old dependencies and Git is one of them (version...

As a workaround, if you add a `pre_prompt.py` file into the `hooks` directory (even if it's empty), then the value of `_repo_dir` is the absolute path where the copy of...