Raphael Nestler
Raphael Nestler
What is meant with "Update mention of nullability"?
I think in the future we'd want to handle `null` the same as absent.
I also was confused / amused by the `encrypted_password` name. Note that in the code it mentions that it is named like this for legacy reasons: https://github.com/heartcombo/devise/blob/a259ff3c28912a27329727f4a3c2623d3f5cb6f2/lib/devise/models/database_authenticatable.rb#L62-L68 How would one...
Similar one: Seed: 22065 `rspec ./spec/domain/tags/merger_spec.rb:88 # Tags::Merger merge tags does not merge validation tags` ``` Tags::Merger .......F 1) Tags::Merger merge tags does not merge validation tags Failure/Error: expect(all_tag_owner.reload.tags.to_a).to eq([tag1,...
Interestingly enough changing from `assert not foo.modified` to `assert foo.modified == False` fixes it as well. I don't think it's well behaved to assume that a method call on an...
Well that's just how the naming conventions are: For command line arguments one uses `-` to separate words and for variable names one has to use `_`. I think it...
I don't think I'd want to add comments for every command line argument in the code indicating which name it ends up. I'd recommend to search with regex and just...
There is a generated reference implementation in go available here: https://github.com/spaceapi-community/go-spaceapi-spec
@DanDude0 any update on this? https://milwaukeemakerspace.org/spaceapi.json ~~seems currently down~~ is *very* slow currently btw.
I don't understand it. Somehow on the validator it seems like it is down: But it seems reachable... Any insights?