Krzysztof Piotrowski

Results 8 issues of 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...

enhancement

Steps to reproduce: Setup database and then for example run `rake db: seed` a couple of times (seeds are using commands) ![2022-05-19-152850_1197x864_scrot](https://user-images.githubusercontent.com/25006471/169305271-7d69103a-b8bf-4f05-a539-19bbaf57cf42.png) There is some code that is supposed to...

bug
ruby

### 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...

Bug

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) ![image](https://github.com/hanami/hanami.github.io/assets/25006471/4f9be80f-3636-405d-b178-5787fedee242)

### **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