To install esbuild you can run:
mix esbuild.install
To test esbuild:
To install esbuild you can run:
mix esbuild.install
To test esbuild:
--- | |
styleguide: sourcelevel/linters | |
engines: | |
credo: | |
enabled: true | |
channel: latest | |
fixme: | |
enabled: true | |
remark-lint: | |
enabled: true |
--- | |
engines: | |
rubocop: | |
enabled: true | |
channel: latest |
const GitHubDeliveryManager = { | |
retryReasons: [ | |
"Couldn't connect to server", | |
"Service Timeout", | |
"An Exception Occurred", | |
"502 Bad Gateway", | |
"timed out" | |
], | |
sleep: function(lf_ms) { |
# Refers to https://github.com/rubocop-hq/rubocop/pull/6686#discussion_r264747095 | |
cd rubocop | |
git subtree split -P lib/rubocop/ast -b lib/ast | |
git subtree split -P spec/rubocop/ast -b spec/ast | |
cd .. | |
mkdir rubocop-astx | |
cd rubocop-astx | |
git init |
%w( | |
months* | |
extract* | |
payment* | |
consolidate* | |
agenda* | |
brands | |
car_model* | |
car* | |
visit_types* |
I hereby claim:
To claim this, I am signing this object:
Feature: champion uses dragonfly to process images | |
In order to be a champion | |
A user uses dragonfly | |
Background: | |
Given we are using the app for images | |
Given a stored image "beach.png" with dimensions 200x100 | |
Scenario: Go to url for original | |
When I go to the url for "beach.png", with format 'png' |
require 'benchmark/ips' | |
require 'ohm' | |
require 'dm-core' | |
require 'dm-redis-adapter' | |
Ohm.redis = Redic.new("redis://127.0.0.1:6379") | |
DataMapper.setup(:default, {:adapter => "redis"}) | |
class DMUser | |
include DataMapper::Resource |