Andrea Bozzelli

Results 11 comments of Andrea Bozzelli

Hi @lightzane, this feature already exist, there are 2 input called acceptVisible and rejectVisible. Btw if you want there is an anuglar feature called content projection, you can add your...

@lightzane Ok, now i understand what are you looking for, there are 2 Input called rejectIcon and acceptIcon, if you set the value empty or false for example, your result...

> Sorry about that, thanks for the ping! So I guess reading your response there, I'm just really confused. Does "Clean Architecture" mean something? Is there a link to where...

the method is defined with Data annotation from Lombok in the Book.class see here: [jpa-hibernate-examples/jpa-hibernate-one-to-many-mysql/src/main/java/com/hellokoding/jpa/book/Book.java](https://github.com/hellokoding/hellokoding-courses/blob/7a72e6b02da7ef15821de233cd2a083de0ab9276/jpa-hibernate-examples/jpa-hibernate-one-to-many-mysql/src/main/java/com/hellokoding/jpa/book/Book.java)

@therealdhruv Sure! just open a pr when the fix is ready 😄

Hi @davan690, the problem is still open, if you want to solve it, I assign it to you

Good point @75andybermond, it's a nice idea, we are evaluating a solution based on [LyraSearch](https://github.com/LyraSearch/lyra) in the future we plan to introduce a search based at least on navigation keywords

Hi @pichlermarc , thanks for the fast reply 😄, the SimpleLogRecordProcessor from `@opentelemetry/sdk-logs` seems not working btw. It compile and run, but it won't process the logs. Is there any...

Hi @pichlermarc, for the logs I've tried 2 different ways, first one was using the console.log for the server side routing (inside a next api file). Second one was using...