This file contains hidden or 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 { | |
GlacierClient, | |
CreateVaultCommand, | |
UploadArchiveCommand, | |
UploadArchiveCommandOutput, | |
CreateVaultCommandOutput, | |
} from '@aws-sdk/client-glacier' | |
export const GLACIER_ENABLED = process.env.GLACIER_ENABLED === 'true' |
This file contains hidden or 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
var View = require("./View"); | |
function ResourcesView(language) { | |
View.call(this, this.getTemplate("#resourcesTemplate"), language); | |
} | |
ResourcesView.prototype = Object.create(View.prototype); | |
ResourcesView.prototype.render = function(resources) { |
This file contains hidden or 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
C:\Users\Me>jspec init myproject | |
C:/ruby/lib/ruby/gems/1.9.1/gems/visionmedia-jspec-2.11.2/bin/jspec:14:in `<top | |
(required)>': undefined method `program' for main:Object (NoMethodError) | |
from C:/ruby/bin/jspec:19:in `load' | |
from C:/ruby/bin/jspec:19:in `<main>' | |
C:/ruby/lib/ruby/gems/1.9.1/gems/visionmedia-jspec-2.11.2/bin/jspec:14:in `<top | |
(required)>': undefined method `program' for main:Object (NoMethodError) | |
from C:/ruby/bin/jspec:19:in `load' | |
from C:/ruby/bin/jspec:19:in `<main>' |
This file contains hidden or 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
#jspec run --trace | |
/usr/local/lib/ruby/gems/1.9.1/gems/visionmedia-commander-3.2.9/lib/ | |
commander/blank.rb:5: warning: undefining `object_id' may cause | |
serious problem | |
/usr/local/lib/ruby/gems/1.9.1/gems/visionmedia-jspec-2.11.2/bin/jspec: | |
150:in `call': wrong number of arguments (1 for 0) (ArgumentError) | |
from /usr/local/lib/ruby/gems/1.9.1/gems/visionmedia- | |
jspec-2.11.2/bin/jspec:150:in `block (2 levels) in <top (required)>' | |
from /usr/local/lib/ruby/gems/1.9.1/gems/visionmedia- | |
commander-3.2.9/lib/commander/command.rb:177:in `call' |