Skip to content

Instantly share code, notes, and snippets.

0x3087B3cB7603D45240BeF58CF057d2ced4458947
import Ember from 'ember';
export default Ember.Controller.extend({
appName: 'Ember Twiddle'
});
Running all minio testing:
----------------------------------------------------------------------
FAIL: object-api_test.go:30: MySuite.TestFSAPISuite
object-api_test.go:44:
APITestSuite(c, create)
object_api_suite_test.go:55:
c.Assert(err, check.IsNil)
... value main.StorageFull = main.StorageFull{} ("Storage reached its minimum free disk threshold.")
{
"version": "4",
"credential": {
"accessKey": "xxxx-xxxx-xxx-yyyyyy",
"secretKey": "xxxx-xxxxx-xxxx-xxxxxxxxx"
},
"region": "eu-central-1",
"logger": {
"console": {
"enable": true,

Keybase proof

I hereby claim:

  • I am enriqueaf on github.
  • I am enriqueaf (https://keybase.io/enriqueaf) on keybase.
  • I have a public key whose fingerprint is 6F4C C27A C411 AE0F 4AC4 C1F8 AAD9 1917 7523 CF40

To claim this, I am signing this object:

import Ember from 'ember';
export default Ember.Component.extend({
});
import Ember from 'ember';
export default Ember.Component.extend({
actions: {
stopMusic() {
this.sendAction('stopMusic');
}
}
});
@enriqueaf
enriqueaf / .htaccess
Created October 28, 2011 16:19
Apache .htaccess using PJAX
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP:X-PJAX} true
RewriteRule ^guides/(.+) /pjax/guides/$1/index.html
@enriqueaf
enriqueaf / gist:1317935
Created October 26, 2011 21:28
First try for middleman and pjax
paths_for_url('/guides/*').each do |url|
get(url) do |p|
page "/pjax/guides/#{p}", :proxy=>"/guides/#{p}",:layout=>"pjax"
end
end
@enriqueaf
enriqueaf / gist:1071911
Created July 8, 2011 14:07
Haizea error: No running handleEndShutdown in ONE mode
[2011-07-08 16:00:27.03] CLOCK Going back to sleep. Waking up at 2011-07-08 16:00:47.00 to handle slot table event.
[2011-07-08 16:00:47.01] CLOCK Waking up to manage resources
[2011-07-08 16:00:47.01] CLOCK Wake-up time recorded as 2011-07-08 16:00:47.00
[2011-07-08 16:00:47.01] VMSCHED LEASE-1 Start of handleEndVM
[2011-07-08 16:00:47.01] VMSCHED LEASE-1 Before:
[2011-07-08 16:00:47.01] LEASES __________________________________________________
[2011-07-08 16:00:47.01] LEASES Lease ID : 1
[2011-07-08 16:00:47.01] LEASES Type : Best-effort
[2011-07-08 16:00:47.01] LEASES Submission time: 2011-07-08 15:58:34.00
[2011-07-08 16:00:47.01] LEASES Start : REQ: Unspecified | SCH: None | ACT: 2011-07-08 15:58:47.01