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
da: | |
devise: | |
invitations: | |
send_instructions: 'En email med invitation er blevet sendt til %{email}.' | |
invitation_token_invalid: 'Token til invitationen er ikke gyldig!' | |
updated: 'Dit kodeord er blevet gemt. Du er nu logget ind.' | |
no_invitations_remaining: "Der er ikke flere invitationer" | |
mailer: | |
invitation_instructions: | |
subject: 'Instruktioner til invitation' |
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
#!/bin/sh | |
# | |
# Instructions: | |
# | |
# First, create the directory where you want to install WordPress. | |
# | |
# Then, `cd` into this newly created directory | |
# | |
# `wpsetup` and watch magic unfold before you. |
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
activerecord (4.2.4) lib/active_record/relation/delegation.rb:136:in `method_missing' | |
activerecord (4.2.4) lib/active_record/relation/delegation.rb:99:in `method_missing' | |
/Users/Cab/Code/coupons/lib/coupons/configuration.rb:38:in `block in initialize' | |
/Users/Cab/Code/coupons/app/controllers/coupons/coupons_controller.rb:15:in `call' | |
/Users/Cab/Code/coupons/app/controllers/coupons/coupons_controller.rb:15:in `index' | |
actionpack (4.2.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' | |
actionpack (4.2.4) lib/abstract_controller/base.rb:198:in `process_action' | |
actionpack (4.2.4) lib/action_controller/metal/rendering.rb:10:in `process_action' | |
actionpack (4.2.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' | |
activesupport (4.2.4) lib/active_support/callbacks.rb:117:in `call' |
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
import { Controller } from "stimulus"; | |
export default class extends Controller { | |
static targets = ["count"]; | |
connect() { | |
this.setCount(); | |
} | |
checkAll() { |
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
nativefier --lang "en-US" --darwin-dark-mode-support --name "ChatGPT" --conceal --single-instance --disable-dev-tools --fast-quit --user-agent safari --title-bar-style hidden --icon "chatgpt.icns" https://chat.openai.com/ /Applications/ |