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 EmberTooltipComponent from 'ember-tooltips/components/ember-tooltip'; | |
export default EmberTooltipComponent.extend({ | |
effect: 'fade', | |
side: 'bottom', | |
}); |
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 Ember from 'ember'; | |
import { task, timeout, all } from 'ember-concurrency'; | |
import { retryable, DelayPolicy } from 'ember-concurrency-retryable'; | |
import RSVP from 'rsvp'; | |
const delayPolicy = new DelayPolicy({ delay: [100, 100] }); | |
const originalEmberOnError = Ember.onerror; | |
let defers = []; |
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
# The blog post that started it all: https://neocities.org/blog/the-fcc-is-now-rate-limited | |
# | |
# Current known FCC address ranges: | |
# https://news.ycombinator.com/item?id=7716915 | |
# | |
# Confirm/locate FCC IP ranges with this: http://whois.arin.net/rest/net/NET-165-135-0-0-1/pft | |
# | |
# In your nginx.conf: | |
location / { |