Atom sync-settings package Access token granted in GitHub account "Personal Access Tokens"
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
private subscribeToDirtyChanges() { | |
const decks = this.query.ui.getValue(); | |
if (DLP_DEBUG) { | |
console.warn('DPR: decks state loaded', decks); | |
} | |
this.dirtyCheck = new RebaseableEntityDirtyCheckPlugin(this.query, { | |
comparator: (head, curr) => { |
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
# To build a prod version of the app, then just need to run: | |
ionic build --prod && npm run postbuild |
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
zone_rules.push({ | |
handles: ANY_SINGLETON, | |
validate: (zone) => { | |
if (def.countZone(zone) > 0) { | |
let commanderColorIdentity = {}; | |
for (let card of zone) { | |
if (card.colorIdentity) { | |
for (let color of card.colorIdentity) { | |
commanderColorIdentity[color] = true; |
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
[lbaxter@worktop snowdrop-site-angular]$ npm start | |
> [email protected] prestart /home/lbaxter/projects/snowdrop-site-angular | |
> npm run clean-and-copy | |
> [email protected] clean-and-copy /home/lbaxter/projects/snowdrop-site-angular | |
> npm run clean-dist && npm run copy-files | |
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
Prereq | |
###### | |
- Ansible 2.4 is installed - http://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html | |
- Centos7 VM | |
- Snowdrop infra project cloned (see hereafter) | |
``` | |
git clone https://github.com/snowdrop/cloud-native-infra.git snowdrop-infra && cd snowdrop-infra/ansible | |
git clone -b release-3.7 https://github.com/openshift/openshift-ansible.git |
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
2018-03-26T14:55:04.384325Z info Version [email protected]/istio-0.6.0-2cb09cdf040a8573330a127947b11e5082619895-Clean | |
2018-03-26T14:55:04.384386Z info Proxy role: model.Proxy{Type:"sidecar", IPAddress:"172.17.0.13", ID:"client-service-consumer-1-sqgjd.demo-istio", Domain:"demo-istio.svc.cluster.local"} | |
2018-03-26T14:55:04.384395Z info Attempting to lookup address: istio-mixer.istio-system | |
2018-03-26T14:55:04.385943Z info Addr resolved to: 172.30.195.174:9125 | |
2018-03-26T14:55:04.385958Z info Finished lookup of address: istio-mixer.istio-system | |
2018-03-26T14:55:04.386400Z info Effective config: binaryPath: /usr/local/bin/envoy | |
configPath: /etc/istio/proxy | |
connectTimeout: 10.000s | |
discoveryAddress: istio-pilot.istio-system:15003 | |
discoveryRefreshDelay: 1.000s |
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
20:44:07,839 WARNING [org.ocpsoft.rewrite.servlet.RewriteFilter] (http-/127.0.0.1:8080-3) Response has already been committed, and further write operations are not permitted. This may result in an IllegalStateException being triggered by the underlying application. To avoid this situation, consider adding a Rule `.when(Direction.isInbound().and(Response.isCommitted())).perform(Lifecycle.abort())`, or figure out where the response is being incorrectly committed and correct the bug in the offending code. | |
20:44:07,847 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/rewrite-test].[default]] (http-/127.0.0.1:8080-3) JBWEB000236: Servlet.service() for servlet default threw exception: java.lang.IllegalStateException | |
at org.apache.catalina.connector.ResponseFacade.sendError(ResponseFacade.java:392) [jbossweb-7.2.2.Final-redhat-1.jar:7.2.2.Final-redhat-1] | |
at javax.servlet.http.HttpServletResponseWrapper.sendError(HttpServletResponseWrapper.java:152) [jboss-servlet-api_3.0_spec-1.0.2.Final |
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
sharktop:Desktop lb3$ forge | |
_____ | |
| ___|__ _ __ __ _ ___ | |
| |_ / _ \| `__/ _` |/ _ \ \\ | |
| _| (_) | | | (_| | __/ // | |
|_| \___/|_| \__, |\___| | |
|___/ |
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
[dev-tools-java]$ register-as-serviceloader-service --type pom.xml --serviceType | |
serviceInterface must be specified. | |
[dev-tools-java]$ register-as-serviceloader-service --type src/main/ | |
java/ resources/ | |
[dev-tools-java]$ register-as-serviceloader-service --type src/main/ | |
java/ resources/ | |
[dev-tools-java]$ register-as-serviceloader-service --type src/main/ | |
java/ resources/ | |
[dev-tools-java]$ register-as-serviceloader-service --type src/main/java/org/jboss/forge/addon/devtools/java/RegisterAsServiceCommand.java --serviceInterface org.goo.Foo | |
serviceInterface must be specified. |
NewerOlder