Krzysztof Piotrowski

Results 13 comments of Krzysztof Piotrowski

Same issue with coupons I recently added, would like to resolve them all at once

:thinking: Is this still a thing? I saw a lot of code connected to discounts, isin't that the same thing?

Alright, I'd like to take this issue then

I prepared something: https://github.com/RailsEventStore/ecommerce/pull/127 would appreciate any feedback

Yea, the basic functionality requested is done, I'll add PR that fixes the issues from comments from that PR this week

Hey I know this issue is somewhat old now, but I can't seem to replicate the issue. ```ruby def some_method jard orders end ``` and then in console after calling...

Temporary solution I am using is: run ``` bin/rails generate avo:field my_date_time ``` Use the basic, default field for datetime ```erb #app/components/avo/fields/my_date_time_field/edit_component.html.erb ``` And just use my_date_time instead of datetime....

Since hanami-assets is just a gem that is optional, you can just start your project without it, and add vite separately, this will however include doing your own asset helpers...

https://github.com/orgs/hanami/projects/2?pane=issue&itemId=37953496

https://github.com/hanami/cli/issues/145