Chris Dawson

Results 28 issues of Chris Dawson

FYI, ramfs (under linux) does not work when using this module. ramfs is interesting because it does not use swap (which tmpfs does). This is a limitation of `df`. You...

I get this error when I attempt to use oAuth client with Honeycomb devices. I am using explicit authorization with GitHub as the provider. ![screenshot_5](https://f.cloud.github.com/assets/17064/1702343/d90647e2-608d-11e3-9398-c545658fd660.png)

I cloned the repository and then ran `yarn && yarn build`. I get an error with postcss. ``` chrisdawson@pop-os:~/tmp$ git clone https://github.com/hperrin/smui-example-rollup.git Cloning into 'smui-example-rollup'... remote: Enumerating objects: 47, done....

## Description of problem My app has a long deploy stall. And, for some reason, dokku is using an older version of my app. I have tried pushing bad code...

type: enhancement
merge-level: patch
difficulty: medium
status: has plan
plugin: cron

## Description of problem I followed the backup and restore options to move my dokku installation to a new server. When I attempted to `dokku rebuild:all` it failed because the...

type: service

When using literal multiline block strings inside my YAML file, converting to JS, and then back, *sometimes* the multiline literal block survives, but not always. Is there a way to...

Permits you to provide multiple origins for CORS. Regular invocation: `python scripts/invoke.py --web --host=0.0.0.0 --cors=http://localhost:5050,http://10.42.0.20:9090` Docker invocation: ``` ./docker-build/run.sh --web --host=0.0.0.0 --cors=http://localhost:5050,http://10.42.0.20:9090 ``` Right now, the `--cors` switch takes a...

I want to run newsblur behind an nginx proxy. I've been struggling to do this. It endlessly redirects when I hit the site in browser, incorrectly sending me to the...

Reproduction case here: https://github.com/xrd/simple-svekyll I have an mdsvex template that looks like this: ``` --- title: "chart" published: true date: 2023-03-02 --- import * as Plot from '@observablehq/plot'; let ref;...

bug
assigned