tptlab
tptlab
This bug occurs on bash, too. Script to reproduce this bug #!/bin/bash . /usr/local/share/chruby/chruby.sh for i in {1,2}; do echo "$i" chruby-exec 2.6.3 -- ruby --version done Then the script...
I examined cookies.sqlite in my profile directory. And found that those cookies has `partitionKey=` in `originAttributes` column. In addition, they cannot be edited by this addon. It creates another cookie...
The issue occurs on passing empty string to DateTime. Last-Modified header might be nil or empty. https://github.com/feedjira/feedjira/blob/f85155e9dfdcef5281783c4094742eb1c31c98c5/lib/feedjira/feed.rb#L103-L105 Although the fetch feature has been dropped in feedjira 3.0, for those who...