Michael Nikitochkin

Results 66 issues of Michael Nikitochkin

Hi @taylorfinnell, First of all, thank you for creating this project—it's been a lifesaver for me, and I'm using it in production. I've made some changes to better support my...

There is a problem to run jekyll with `--enable=frozen-string-literal` ``` RUBYOPT="--enable=frozen-string-literal --yjit" bundle exec jekyll build -s jekyll -d _site csv was loaded from the standard library, but will no...

Bump ruby version in `.ruby-version`

I believe I’m experiencing a related issue. My project’s shard.yml includes: ```yaml dependencies: marten: github: miry/marten branch: master pg: github: will/crystal-pg commit: cafe112f2847f366262460ee999e74f9c7e8b31c # unreleased 0.29.0 ``` Meanwhile, the `marten`...

kind:bug

## Summary This PR introduces the use of JSON payloads and highlights an issue with how JSON data is currently parsed in `Marten::HTTP::Request` for `#data`. While testing JSON payload parsing,...

This change introduces a `to_json` method to `Marten::HTTP::UploadedFile`, allowing uploaded files to be included in JSON representations such as `request.data.to_json`. Previously, converting a request containing an uploaded file to JSON...