Aleksandar N. Kostadinov
Aleksandar N. Kostadinov
Hi, my team started to use `git-crypt` recently. I see that for new people it is very easy to forget unlocking the repo and only then submitting files that should...
ActiveRecord expects types to properly deserialize any values that have been serialized. Right now (Rails 7.1) by every object save the attributes are reset by serialize/deserialize cycle. see [ActiveModel::ActiveModel#forget_attribute_assignments](https://github.com/rails/rails/blob/v7.0.4/activemodel/lib/active_model/dirty.rb#L262) It...
I'm not exactly sure whether this is an issue or expected behavior. I didn't observe any error and I'm not an experienced Oracle dba. It just looks strange. ### Steps...
`Oracle12` Arel visitor does not handle sub-queries with `LIMIT` properly and this makes locking a row impossible. While it works in normal queries, in sub-queries that doesn't seem to be...
Hello, would you make possible or if already possible add an example for using bower-rails outside rails? That would be very handy for example with static website generators like [awestruct](awestruct.org/).
#### Issue When doing a sub-query with current table, then it is not possible to compare fields from inner and outer query. This is very useful when trying to create...
Hello, I've run this interesting utility over an old disk that behaves strange. Like ~10MiB/s read speed and ~50MiB/s write speed. And some really bad `badblocks` behavior (read and validation...
Checking peer certificate is extremely important for security. I see this in code: ``` http.verify_mode = OpenSSL::SSL::VERIFY_NONE ```
Hi, it is a common capability to let user specify `cadir` of `cafile` option for securely connecting to a remote ssl server. Please support such option. Updating system CA store...
fixes #142 You can test by: ``` openssl req -new -newkey rsa:4096 -days 365 -nodes -x509 -subj "/C=US/ST=Denial/L=Springfield/O=Dis/CN=localhost" -keyout certs/localhost.key -out certs/localhost.cert bundle exec mailcatcher --smtp-starttls --smtp-private-key certs/localhost.key --smtp-cert certs/localhost.cert...