Vlad Dyachenko
Vlad Dyachenko
This PR addresses the issue #343 Hey! Right now colly doesn't have an ability to authenticate proxies out of the box. So I added this functionality:) Also I decided not...
Hi, found an interesting case when `rescue_from :all` should override outer `rescue_from :error_class` ```ruby class PublicApi < Grape::API rescue_from ActiveRecord::RecordNotFound do binding.pry error_response(status: 403) end mount AuthController end class AuthController...
Implemented `array_lower` function for postgres under https://github.com/diesel-rs/diesel/issues/4153
fixes https://github.com/rust-lang/rust-clippy/issues/12556 (Fixed version of https://github.com/rust-lang/rust-clippy/pull/12766) changelog: [unnecessary_filter_map]: filter map improvements
The two most recent commits were in June and November 2024 I wanted to work on a webhook service for Solana Pay as an alternative to the frontend polling mechanism,...
Implemented these 2 missing instructions from Token2022