David Stosik
David Stosik
Description ----------- `antigen init` fails with the following error when the path to `antigenrc` includes spaces: `-antigen-cache-generate:zcompile:66: can't write zwc file: {broken path}/.antigenrc.zwc` Steps to reproduce ------------------ Here's how to...
**The problem I'm trying to solve:** I accidentally created a public repository by running `hub create my-org/my-repo`. **How I imagine hub could expose this functionality:** When running the command above,...
Using `minitest/test_task` to define my test tasks, `rake test:slow` generates a warning: ``` $ rake test:slow rake test TESTOPTS=-v | egrep '#test_.* s = .' | sort -n -k2 -t=...
Hello, We have a form with multiple buttons, and each one should send to a different Rails action. ``` html ``` ``` ruby #routes.rb # Routes the request to 2...
Hello! I'd like to connect to an AWS Aurora MySQL database, but doing so requires using MySQL's cleartext plugin. [Client-Side Cleartext Pluggable Authentication](https://dev.mysql.com/doc/refman/8.0/en/cleartext-pluggable-authentication.html) [Connecting to your DB instance using IAM...
After a conversation started by @Schwad, I tried using bundler-as_of to force a given Rails version to install as it would have on its day of release. This contains my...
### What happened? When I single press the button 1, the following logs get logged: ``` Info 2022-11-28 18:14:25MQTT publish: topic 'zigbee2mqtt/Kitchen switch', payload '{"action":null,"battery":100,"linkquality":255,"voltage":3000}' Info 2022-11-28 18:14:25MQTT publish: topic...
### Steps to reproduce ```ruby # frozen_string_literal: true require "bundler/inline" gemfile(true) do source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } gem "rails", github: "rails/rails", branch: "main" gem "debug" end require "active_support"...
## What Currently, the YAML files produced by deprecation toolkit will contain hundreds of identical deprecations produced by a single test. The reason is rooted in [`Collector`'s implementation](https://github.com/Shopify/deprecation_toolkit/blob/0bfe3782acff87e74ce7ff17792de53ce8b98e18/lib/deprecation_toolkit/collector.rb#L16). In this...
Hello, I don't want to use the `switch_user_select` (because we have too many users, and it does not fit the way we're doing things). Instead, I'm generating a switch user...