Skip to content

Instantly share code, notes, and snippets.

View lincolnthree's full-sized avatar

Lincoln Baxter, III lincolnthree

View GitHub Profile
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) => {
# To build a prod version of the app, then just need to run:
ionic build --prod && npm run postbuild
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;
[lbaxter@worktop snowdrop-site-angular]$ npm start
> launcher-frontend@0.0.7 prestart /home/lbaxter/projects/snowdrop-site-angular
> npm run clean-and-copy
> launcher-frontend@0.0.7 clean-and-copy /home/lbaxter/projects/snowdrop-site-angular
> npm run clean-dist && npm run copy-files
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
2018-03-26T14:55:04.384325Z info Version root@a28f609ab931-docker.io/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

Atom sync-settings package Access token granted in GitHub account "Personal Access Tokens"

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
sharktop:Desktop lb3$ forge
_____
| ___|__ _ __ __ _ ___
| |_ / _ \| `__/ _` |/ _ \ \\
| _| (_) | | | (_| | __/ //
|_| \___/|_| \__, |\___|
|___/
[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.