Boris Rorsvort
Boris Rorsvort
### Documentation Is: - [ ] Missing - [x] Needed - [ ] Confusing - [ ] Not Sure? ### Explanation I guess the ideal setup would be to install...
 Though not breaking inside the text area (expected), non-breaking spaces and thin non breaking spaces should not break when md is rendered. I guess it is...
Would it be possible to support: ```ruby Model.update_all(accessor: value) ``` currently returning `ActiveRecord::StatementInvalid: PG::UndefinedColumn: ERROR: column "accessor"`
Given this configuration ```ruby jsonb_accessor :voting_options, voting_options_type: [:string, { default: "single", store_key: :type }] ``` With an empty db column i get an empty hash ```console irb(main):015:0> a.voting_options => {}...
Would it be possible to introduce prefix/suffix options for attribute names in jsonb_accessor? This would allow developers to write more concise and readable code, particularly when dealing with multiple attributes....
Currently the returned translation is always lowercase. Would there be an option to respect the selection case setting?
Seems the default cov file generated by simplecov is `coverage/.resultset.json` Tried with https://github.com/vicentllongo/simplecov-json that generate nvim-coverage current ruby cov path, but I get a error when loading the file. I...
It seems that simplecov kinda completely fails to generate coverage when spring is running. Many people suggested to run `DISABLE_SPRING=1 rspec` or to set it in your .zshrc Is there...
### Description It was definitely not clear the token had to be base64 encoded. So with the help of https://www.darraghoriordan.com/2021/02/07/set-jira-release-azure-devops-pipeline/ I updated the readme ### This is a - [...
I’m trying to downgrade from 3.16 to 3.11. Followed all the Manual install instructions. Everything is going well expect the restore command. I’m able to connect via ssh over 10.11.99.1...