Skip to content

Instantly share code, notes, and snippets.

View brylie's full-sized avatar
💚
🌳 🌲

Brylie Christopher Oxley brylie

💚
🌳 🌲
View GitHub Profile
@brylie
brylie / ReposeUI-errorLog-2014-10-07
Created October 7, 2014 10:54
Output from launching Repose UI
Packaging Grails application.....
2014-10-07 03:49:46,285 [main] INFO webxml.WebxmlGrailsPlugin - Loading default config file: class DefaultWebXmlConfig
2014-10-07 03:49:46,332 [main] WARN webxml.WebxmlGrailsPlugin - Did not find application config file: WebXmlConfig
2014-10-07 03:49:46,889 [main] INFO webxml.WebxmlGrailsPlugin - Loading default config file: class DefaultWebXmlConfig
2014-10-07 03:49:46,895 [main] WARN webxml.WebxmlGrailsPlugin - Did not find application config file: WebXmlConfig
| Done creating WAR target/repose-0.1.war
| Running Grails application
| Enabling Tomcat NIO Connector
Exception fixing docBase for context [/repose]
java.io.IOException: Application base [{1}] for host [/home/brylie/repose-ui/tomcat.8080/webapps] does not exist or is not a directory. deployOnStartUp and autoDeploy have been set to false to prevent deployment errors. Other errors may still occur.
@brylie
brylie / README.md
Created September 2, 2015 09:15
building-blocks backers
@brylie
brylie / pending_changes
Created November 25, 2015 07:54
Example of pending changes response object
{
"config": {
"apis": {
"new": [
{
"mode": "new",
"active": null,
"pending": {
"_id": "33726523-a027-4911-b8e6-2011e370ed73",
"version": 1,
@brylie
brylie / README.md
Last active May 8, 2017 12:09
Finland, Helsinki - Real-time HSL transit map

A realtime transit map generated from the Helsinki transportation realtime MQTT stream, including rate limiting and WebSockets output.

@brylie
brylie / app.html
Last active March 23, 2017 13:39
Aurelia Gist
<template>
<require from="bootstrap/css/bootstrap.css"></require>
<nav class="navbar navbar-default" role="navigation">
<div class="navbar-header">
<a class="navbar-brand" href="#">
<i class="fa fa-user"></i>
<span>
Open API Designer
</span>
</a>
@brylie
brylie / app.html
Last active March 2, 2017 12:07
Aurelia Gist
<template>
<require from="bootstrap/css/bootstrap.css"></require>
<require from="./open-api-info"></require>
<nav class="navbar navbar-default" role="navigation">
<div class="navbar-header">
<a class="navbar-brand" href="#">
<i class="fa fa-user"></i>
<span>
Open API Designer
</span>
@brylie
brylie / app.html
Last active March 24, 2017 13:57
Examples of working with events for the book -- Aurelia For Real World Web Applications available here: https://leanpub.com/aurelia-for-real-world-applications/
<template>
<h1>${counter} <button click.delegate="reset()">Reset</button></h1>
<h2>Increment</h2>
<button click.delegate="increment(1)">+ 1</button>
<button click.delegate="increment(5)">+ 5</button>
<button click.delegate="increment(100)">+ 100</button>
@brylie
brylie / app.html
Created March 24, 2017 14:08
Examples of working with events for the book -- Aurelia For Real World Web Applications available here: https://leanpub.com/aurelia-for-real-world-applications/
<template>
<h1>${counter} <button click.delegate="reset()">Reset</button></h1>
<h2>Increment</h2>
<button click.delegate="increment(1)">+ 1</button>
<button click.delegate="increment(5)">+ 5</button>
<button click.delegate="increment(100)">+ 100</button>
@brylie
brylie / app.html
Last active March 24, 2017 14:22
Iterating over ollections in Aurelia.js
<template>
<h2>People</h2>
<ul>
<li repeat.for="person of people">
${ person }
</li>
</ul>
</template>
@brylie
brylie / gist:9296ec89c4f40536b7e44091c1d9b7c8
Last active March 27, 2017 10:54
Apinf closed issues 2017-02-24 through 2017-03-27
#163 Parameterize dashboard layout for URL based analytics browsing
#855 Invalid Contact data accepted [by @nnn, @marla-singer]
#882 Sign in Page view for 'Suomi' shown in English
#1012 Organize APIs according to organization in Catalog
#1061 Allow multiple API Umbrella instances per one Apinf instance
#1303 Catalogue sorting doesn't follow i18n recommendations [by @manzapanza]
#1926 Proxy view: Delete 'Proxy backend configuration' details and save not working
#1933 Add html ids for following elements in APINF. [by @matleppa]
#1953 Study options for DDoS attack prevention [by @jawidahmadi]
#1957 Automatic changelog [by @brylie, @bajiat, @nnn]