Manuel Lorenzo

Results 9 issues of Manuel Lorenzo

Hi, first of all congratulations and thanks for the library, because to be honest setting up Dagger is really cumbersome. I'm trying DaggerMock for the first time to mock my...

Hi, First of all, THANKS A LOT for creating this Github Action. I'm using it like: ``` steps: - uses: actions/checkout@v1 - name: set up JDK 1.8 uses: actions/setup-java@v1 with:...

Hi all, I am working on a Ruby on Rails app and I'm modifying a .`css.scss` file and I'm trying to import other `scss` files there. As I'm trying to...

Closes #712 ![Screenshot_20230617_170439](https://github.com/dessalines/jerboa/assets/183264/a76d8176-bbea-4fe8-9818-cf8cb08bef06)

Before: ![Screenshot_20230615_123255_Jerboa (DEBUG)](https://github.com/dessalines/jerboa/assets/183264/8111bdf8-f217-4f53-8362-09c4579cc277) After: ![Screenshot_20230615_123203_Jerboa (DEBUG)](https://github.com/dessalines/jerboa/assets/183264/d89cace5-b20d-4f42-aad2-1f11b98f54e5)

# Checklist - [X] I have described what this PR contains **Choose one of the following two options:** - - [X] This PR does not introduce major changes - -...

Hi, First of all, thank you very much for the library! I'm wondering, how can I test a material3 DatePicker that I'm using in a Compose screen? I can't see...

feature request

Hi, I'm not sure how to properly run air in my project: I have a root folder which contains the following folders: - cmd - api - internal - data...

Hi, I'm trying to run the WebUI with Docker Compose like this: ``` cache: platform: linux/amd64 image: redis:7.2.4-alpine container_name: "remoti-backend-cache" restart: always ports: - '6379:6379' command: redis-server --save 20 1...