Tomas Echeverri

Results 6 issues of Tomas Echeverri

🔗 https://storybook.js.org/blog/component-story-format-3-0/

_Found it while checking the projects listed here https://shopify.github.io/_ ## Problem Description The GitHub Pages link returns `404 File not found` https://shopify.github.io/sarama

## Description Clicking the "Guide" button in the navigation menu of the [documentation page (GitHub Pages)](https://microsoft.github.io/just/) leads to 404 ### Step 1: Click the "Guide" button ### Result: It navigates...

Fixes https://github.com/csquared/IMGKit/issues/127

I got the following error 👇 while running locally (macOS 12.4) a Rails app that uses [[email protected]](https://rubygems.org/gems/imgkit/versions/1.6.2) ``` /Users/techeverri/.gem/ruby/3.1.2/gems/imgkit-1.6.2/lib/imgkit/imgkit.rb:45: warning: File.exists? is deprecated; use File.exist? instead ``` `File.exists?` is referenced...

Visit the `String#strftime` section - https://rubyapi.org/3.2/o/time#method-i-strftime You'll see the following text > Returns a string representation of self, formatted according to the given string format. See Formats for Dates and...