Marcos F. Lobo

Results 10 issues of Marcos F. Lobo

Hi all, I'm looking for some example for: Configure in my build.gradle my custom Pypi Artifactory repo So, I already have configured a PyPi mirror in my Artifactory. I would...

Hi all, I'm trying to build an RPM from a python application and I was wondering if this gradle-ospackage-plugin could help me. I cannot find any example for a Python...

In December 2023, the new version of the Telegram Bots API has been released. Version 7 https://core.telegram.org/bots/api-changelog#december-29-2023 This is a feature request to implement the new feature `Reactions` that this...

### Describe the bug Using the `@EnableKubernetesMockClient` annotation the test cannot be initialized. ### Fabric8 Kubernetes Client version 6.9.2 ### Steps to reproduce 1. Create a test like this ```java...

Waiting on feedback
status/stale

Hello, Running your docker-compose resulting that there is no tables created. ![Captura de pantalla de 2023-03-25 17-10-50](https://user-images.githubusercontent.com/5293167/227728861-bb795b7f-7194-45b1-97de-90cd959c7f7c.png) The log I get from the docker-compose does raise an error only when...

Hazelcast is an open-source distributed In-memory object-store supporting a wide variety of data structures such as Map, Set, List, MultiMap, RingBuffer, HyperLogLog. Cloud and Kubernetes friendly. This system is widely...

The link in the README.md to the webinar in youtube points to a video that is not available anymore. Could you please point to the webinar? I think it could...

I'm trying to use fakeldap library with a simple example. test_base.py ``` import unittest from mock import patch from fakeldap import MockLDAP _mock_ldap = MockLDAP() ldap_server = 'ldaps://myldapserver' class BaseTests(unittest.TestCase):...

### Expected Behavior **Solution/workaround** Micronaut doesn't seem to support @SerdeImport on classes which are already @Introspected (maybe the introspection companion objects are not compatible ?). To circumvent that we redefined...

### Feature description **TL;TR**: It would be good to have the possibility to import, via Gradle or Maven, the minimal set of dependencies for Micronaut to run, so we avoid...