Stanislav (Stas) Katkov

Results 32 issues of Stanislav (Stas) Katkov

Really enjoy using your gem, so decided to study internal of it better. is there any better way to understand internals, when contributing to gem directly? I guess, not. This...

1. Database version (Ex: PostgreSQL 10.0): Pg 13 2. TablePlus version (the number on the welcome or about screen, Ex: build 81): 0.1.84 3. Linux distro (Ex: Ubuntu 18.04): Manjaro...

Thanks for a great and minimal email template. I've been running with it in my project briefcake.com and had multiple complaints about stretched images. ![Screenshot from 2022-05-21 13-04-22](https://user-images.githubusercontent.com/544377/169648833-0849f684-5de5-41cb-9d07-844d7e29ef8d.png) ![photo_2022-05-21_13-05-20](https://user-images.githubusercontent.com/544377/169648875-d7d3d01a-ab03-4b71-ab82-74e095fbccc2.jpg) ![photo_2022-05-21_13-05-14](https://user-images.githubusercontent.com/544377/169648876-e54ebbd4-9286-40ee-b1dd-a86fd7e95e5d.jpg)...

Really loving the project, use it often with Glow and even in my own side-projects. I got a bit tired of all different implementations of Markdown and some missing features...

Daemonization was removed from puma in 5.x version, so for this project to work locally - I had to lock puma to last 4.x version. Here is an error i'm...

I got a bit stuck, while figuring out how to generate stdlib docs, so decided to write this down for future generations to ease onboarding into a project. Hopefully, you'll...

I'm using paypal_express gem with spree_digital - all products are downloadable. So, i disabled address and delivery pages. So, then i checkout i receive error after payment page (selecting paypal...

fixes #8615 fixes #8535 Unfortunately, liquid v5 is not backwards compatible with liquid 4 version - there are plenty of [breaking changes](https://github.com/Shopify/liquid/blob/master/History.md#breaking-changes). And while I managed to loosen up dependency,...

breaking-change

Has anyone ever tried to distribute protoc-gen-twirp_ruby plugin in a compiled form? Maybe even through brew or just binaries? The fact, that we need to have go locally is a...

**Is your feature request related to a problem? Please describe.** I would like ny code snippets to get synched/saved and currently I store most of reused code in [gist](https://gist.github.com/)'s. **Describe...