Daniel

Results 10 issues of Daniel

The "onSubmit" function is provided by the user. In case of failure, the exception should bubble back to the user's code, instead of being caught in the library, so the...

### Steps to reproduce In a freshly created Rails 6.1.1 app, have a component that imports SCSS: ```javascript // app/javascript/components/MyHomePage/index.jsx import React from 'react' import PropTypes from 'prop-types' import 'index.css'...

This code would trigger `Rails/BulkChangeTable` ```ruby class ChangeACoupleOfColumnsInThing < ActiveRecord::Migration[5.2] def change remove_column :things, :column_one, :boolean add_column :things, :column_two, :string, null: false, default: '' end end ``` The problem is...

Atom: 1.19.4 AtomPair: 2.0.13 Os: MacOS Sierra 10.12.6 I am having the following errors: ``` /Users/user/.atom/packages/atom-pair/lib/pusher/pusher.js:2382 WebSocket connection to 'wss://ws.pusherapp.com/app/51b1aeb8afea05887e26?protocol=7&client=js&version=2.2.3&flash=false' failed: Invalid frame header /Users/user/.atom/packages/atom-pair/lib/pusher/pusher.js:117 Pusher : Error : {"type":"WebSocketError","error":{"type":"PusherError","data":{"code":1006}}}...

I am having this issue when trying to run the action: ![image](https://user-images.githubusercontent.com/5655861/100401233-3ceb0a00-309c-11eb-8d39-f11c852ec3be.png) Any idea of what could cause that?

In 2022, all mainstream OSes are currently supporting Unicode for file names. For users not using English, the current default configuration produces broken filenames when saving files with characters that...

enhancement
bug
documentation

Hi, I am using Rubyzip to edit `.docx` files, and I realized that the file's Mime Type gets updated every time I open it. Before: ```bash $ file -I my_file.docx...

cannot reproduce

It seems that a function used in the code will be deprecated soon. This warning is shown in Chrome Version 57.0.2987.133 (64-bit): ``` The behavior that Selection.addRange() merges existing Range...

# Use WEBP as the default format for representations This pull request updates the `default_variant_format` method in the `representable.rb` file. Previously, the default image format was PNG. With this change,...

needs work
activestorage