Krzysztof Piotrowski
Krzysztof Piotrowski
Basic markdown way of creating a link to a section defined by a heading in the same markdown document goes like this: ```markdown [text](#my-header-in-file) ### My header in file textextexttextextext...
Steps to reproduce: Setup database and then for example run `rake db: seed` a couple of times (seeds are using commands)  There is some code that is supposed to...
### Describe the bug I noticed that without setting the timezone, it displayed a different time than saved in database (supposedly using browser settings by default) So I've set up...
Moving this https://discourse.hanamirb.org/t/custom-body-parser-from-hanami-2-1-guides/929/4 to an issue, since I believe this is an error. Especially after testing a direct example from GETTING STARTED guide https://guides.hanamirb.org/v2.1/actions/parameters/#body-parsers https://github.com/hanami/router?tab=readme-ov-file#custom-parsers Those two examples seem to...
### Discussed in https://github.com/ElMassimo/vite_ruby/discussions/445 Originally posted by **krzykamil** March 26, 2024 Hey So currently the vite_hanami is broken to my understanding. It is probably meant for hanami pre 2.0, and...
@timriley removing the section you mentioned, since it is too outdated to maintain and you want to overhaul the site (which I would gladly help with if needed) 
### **Context:** Hi. I noticed this task in Hanami github projects: https://github.com/orgs/hanami/projects/2?pane=issue&itemId=37953496 Thought I give it a go, to get acquainted with dry-rb and hanami source code more, and maybe...
Based on discussion https://discourse.hanamirb.org/t/testing-hanami-views/960/3 This PR should probably be merged after Sebastin's PR https://github.com/hanami/guides/pull/231 so that we could properly link this new page too