Hugo Peixoto

Results 8 issues of Hugo Peixoto

In the validate_by_openid method, you're setting the variable "self.remember_me", while a few lines below, you're using "remember_me?" (notice the question mark). I'm not completely sure if this is a typo/bug,...

To work around the issue that git considers the working directory dirty when empty files are encrypted, these are kept untouched when cleaning/smudging. Security wise, this is not an issue,...

defect

I'm not using `sshjail`, but I'm using `sshlxd` which started as a fork and I think this problem applies to both. Ansible 2.12.3 includes [this pull request](https://github.com/ansible/ansible/pull/76017) which overwrites `self.host`...

**UBports Installer `0.9.6-beta` (deb)** Environment: `Debian GNU/Linux unknown linux 5.18.0-4-amd64 x64 NodeJS v16.14.2` Device: [`hammerhead`](https://github.com/ubports/installer-configs/blob/c9cf452a77a92898ce340f40b24812185a526195/v2/devices/hammerhead.yml) ([Nexus 5](https://devices.ubuntu-touch.io/device/hammerhead/)) Target OS: Ubuntu Touch Settings: `{"format":false,"bootstrap":true,"channel":"ubports-touch/16.04/stable"}` OPEN-CUTS run: *N/A* Pastebin: https://snip.hxrsh.in/ubi-1660813695261 The first...

Hi there, I am trying out the `DoubleGradient` hash algorithm. I expected the hash_size() passed to HasherConfig to be respected (assuming width and height being multiples of 2), but the...

I've added some tests to the `boostrap_*` functions. As mentioned [here](https://github.com/whitequark/rlua/issues/4#issuecomment-75482075), I've had to remove setenv/getenv. I have also removed bootstrap_unpack, as it seems to have been removed from the...

Coming from https://github.com/forem/forem/issues/8457, I think that ReverseMarkdown strips too much blankspace in some scenarios. Here's a failing test: ```ruby it 'keeps whitespace surrounding links' do result = ReverseMarkdown.convert("a\nlink\nis good\nbut blankspace...

This gem does not have any executables. Previous versions included the rubocop/rspec/appraisals binstubs. Fixes #58 Tests before the PR: ``` shortcode$ bin/rspec The `rspec` executable in the `rspec-core` gem is...