Kevin Cole

Results 20 issues of Kevin Cole

On Ubuntu 16.04: ``` $ ./configure ... $ make ... libtool: compile: g++ -DHAVE_CONFIG_H -I. -O2 -MT BGLMesh3d.lo -MD -MP -MF .deps/BGLMesh3d.Tpo -c BGLMesh3d.cc -fPIC -DPIC -o .libs/BGLMesh3d.o BGLMesh3d.cc: In...

## Bug Report The tutorial on strings at https://crystal-lang.org/reference/1.2/tutorials/basics/40_strings.html reads: > To determine if a string is empty, you can check if the size is zero, or just use the...

enhancement
topic:tutorial:basics

In the section > #### WebID_TLS > > A WebID profile from one of the Solid-compliant [identity providers](https://solid.github.io/solid-idps/), such as [databox.me](https://databox.me/), > > With WebID-TLS, you will need to make...

I don't know `go`. So I followed the installation directions and got: ``` $ GO111MODULE=on go get github.com/juruen/rmapi@latest go get: package github.com/juruen/rmapi is in the main module, so can't request...

``` npm ERR! Linux 5.0.0-29-generic npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "run" "bundle-dev" npm ERR! node v8.10.0 npm ERR! npm v3.5.2 npm ERR! code ELIFECYCLE npm ERR! [email protected] bundle-dev: `webpack --progress...

First, it complained about yarn not being there, but that was an easy fix. But then there were so many errors I don't know where to begin. I've created a...

Linux Users: Download from http://laserweb-release.s3-website-us-east-1.amazonaws.com/ leads to: ``` 404 Not Found Code: NoSuchBucket Message: The specified bucket does not exist BucketName: laserweb-release RequestId: DE30B800DABAF1D6 HostId: PYloZH2ZnzLbxfsXWylyrY21obqwsuTVOMQ2u5tEyqK8B0M4wp9Ig/gKUp+td9O8CljiTHpEdP8= ```

Because I missed the leading "." before "pythonanywhere.com" in **settings.py** my `ALLOWED_HOSTS` read: ALLOWED_HOSTS = ["127.0.0.1", "pythonanywhere.com"] This meant that the testing on the local development machine worked, but the...

In `blog/model.py` it seems there would be a better name than `text` for the body of the blog post, just because "text" is so often considered to be a type...

I'm setting up a new web site from scratch and following the latest recommendations for content security policies (CSP). As I move documentation generated by Sphinx, I'm finding all sorts...

enhancement