TO MY EYES, the first is worse than the second.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Prefix | Description | Notes | |
---|---|---|---|
ac_ | Platform Client ID | Identifier for an auth code/client id. | |
acct_ | Account ID | Identifier for an Account object. | |
aliacc_ | Alipay Account ID | Identifier for an Alipay account. | |
ba_ | Bank Account ID | Identifier for a Bank Account object. | |
btok_ | Bank Token ID | Identifier for a Bank Token object. | |
card_ | Card ID | Identifier for a Card object. | |
cbtxn_ | Customer Balance Transaction ID | Identifier for a Customer Balance Transaction object. | |
ch_ | Charge ID | Identifier for a Charge object. | |
cn_ | Credit Note ID | Identifier for a Credit Note object. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source_files = ARGV[0] | |
# optional file type args | |
# passed in like: ruby crop.rb path/to/files source_extension export_extension | |
# ruby crop.rb path/to/files heic png | |
source_extension_arg = ARGV[1] | |
export_extension_arg = ARGV[2] | |
# both extensions default to heic if not passed in | |
SOURCE_EXTENSION = source_extension_arg.nil? ? "heic" : source_extension_arg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Command to run: | |
# bundle outdated --parseable | |
# OR: | |
# bundle outdated --strict --parseable | |
# OR: | |
# bundle outdated --strict --parseable --filter-patch; | |
# bundle outdated --strict --parseable --filter-minor; | |
# bundle outdated --strict --parseable --filter-major; | |
# OR as one line: | |
=begin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class='mb-3'> | |
<%= form.label :birthday, class: 'form-label' %> | |
<div> | |
<%= form.date_select :birthday, | |
{ | |
prompt: true, | |
add_month_numbers: true, | |
end_year: Time.now.year - 111, | |
start_year: Time.now.year - 12, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: [push] | |
name: License Finder | |
jobs: | |
run: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-+smJYYN?mm- | |
HB"BBYT TQg NggT | |
9Q+g Nm,T 8g NJW | |
YS+ N2NJ"Sg N? | |
BQg #( gT Nggggk J | |
5j NJ NJ NNge | |
#Q #JJ NgT N( | |
@j bj mT J | |
Bj @/d NJ ( | |
#q #(( NgT #J |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
activesupport-5.2.2/lib/active_support/message_encryptor.rb:206: | |
in `rescue in _decrypt': | |
ActiveSupport::MessageEncryptor::InvalidMessage (ActiveSupport::MessageEncryptor::InvalidMessage) | |
1: from activesupport-5.2.2/lib/active_support/message_encryptor.rb:183:in `_decrypt' | |
2: from activesupport-5.2.2/lib/active_support/message_encryptor.rb:157:in `decrypt_and_verify' | |
3: from activesupport-5.2.2/lib/active_support/messages/rotator.rb:21:in `decrypt_and_verify' | |
4: from activesupport-5.2.2/lib/active_support/encrypted_file.rb:79:in `decrypt' | |
5: from activesupport-5.2.2/lib/active_support/encrypted_file.rb:42:in `read' | |
6: from activesupport-5.2.2/lib/active_support/encrypted_configuration.rb:21:in `read' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
WARN: Unresolved specs during Gem::Specification.reset: | |
rack (< 3, >= 1.4.5) | |
parallel (>= 0) | |
activesupport (< 5.1, >= 3.1, >= 4.2) | |
addressable (~> 2.3) | |
rb-inotify (>= 0.9.7, ~> 0.9) | |
concurrent-ruby (~> 1.0) | |
fastimage (~> 2.0) | |
rake (>= 0) | |
hashie (~> 3.4) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[...] | |
pg_restore: creating MATERIALIZED VIEW DATA "public.search_results" | |
pg_restore: [archiver (db)] Error while PROCESSING TOC: | |
pg_restore: [archiver (db)] Error from TOC entry 3476; 0 483995421 MATERIALIZED VIEW DATA search_results uc4reedsrss2pi | |
pg_restore: [archiver (db)] could not execute query: ERROR: lexeme array may not contain nulls | |
Command was: REFRESH MATERIALIZED VIEW public.search_results; | |
NewerOlder