andy cunningham

Results 12 issues of andy cunningham

followed exact instructions to run thrunk/graphite image, and default logins don't work for shinken webui or thruk.... tried admin/admin and passwords listed in htpasswd.users, no luck.

the pattern i'm using here is a retry policy wrapped around a fetch request (using graphql-request). i do not have the ability to re-define the fetch options every time i...

my deck.mdx: ```md import { CodeSurfer, CodeSurferColumns, Step } from "code-surfer"; Yarn workspaces list. " for the remainder of the tour, `~` will refer to the monorepo root. This is...

turned off ssl and tried to submit an http collector event via curl from inside a cluster-slave docker container: ``` bash $ curl -vS http://127.0.0.1:8088/services/collector -H "Authorization: Splunk EF211A51-D6AC-4045-8CD6-F730939AC518" -d...

[my site](https://todayilearned.io) uses a `link rel="canonical"` tag to support various crawlers/social share/etc. I do this with `react-helmet`. calling `analytics.page()` on `onRouteUpdated` doesn't work in this case, because this fires before...

we currently have: ```js {triggeringActivity.data.comment} // OR {commentBody} ``` we should be able to put `BlockQuotes` INTO markdown blocks. ``` Here's a comment from Dave: {commentBody} ``` hmmm can a...

ideally MIT (see [this](https://humanwhocodes.com/blog/2015/12/why-im-not-using-your-open-source-project/))

![ScreenCapture at Thu Nov 14 23:02:04 PST 2019](https://user-images.githubusercontent.com/97470/68923315-e03bdc00-0732-11ea-8475-7c94153fd1d7.png) possibly, implement a dumb component to take the place of the `` fragment... all it should do is pass through children and...

we need to validate that the nesting hierarchy is valid with respect to the Message schema. for example, `react-dom` validates DOM nesting based on [these rules](https://github.com/facebook/react/blob/master/packages/react-dom/src/client/validateDOMNesting.js#L217)

we probably need some process for organizing the emojis we use. and making sure that custom ones are added before trying to use them. _Originally posted by @davemeyer in https://github.com/asynchronous-dev/botany/pull/72_