Tim Heap

Results 13 issues of Tim Heap

The current implementation of `CompositeType.Operation` will create the type as it is when the migration is run, not as the type was when the migration was created. This can lead...

enhancement

In the Readme, under TODO: > fail gracefully if the relevant settings aren't available I suggest instead failing hard if the required settings are not available, by throwing an error...

enhancement

> A clear and concise description of what you want the system to do. I am writing a collection of services backed by caddy and caddy-security. These services allow authenticated...

feature
need triage

### Description Not exactly sure what words to use to describe this issue. If I set up a Jupyter lab environment with the following code and generate a plot, the...

Component: Gridlines

Serving the css file using the 'raw' option serves the file with a mime-type of `text/plain`. This makes the css file fail to work in Firefox and other browsers. By...

Some event callbacks cause the program to segfault. For example, when 'focus', 'destroyed', or numerous other events are fired, the program segfaults before the callback function is even called. See...

I was using this app for a project I am working on, and I noticed a few odd bits, as described below. Apologies for the one gigantic pull request, but...

This project goes under a few names in different places, and the differences are confusing some users. * The repository is called `pynco` * It uses the nco programs *...

The [XML-RPC spec](http://xmlrpc.scripting.com/spec.html) states that dateTimes must be encoded in ISO8601 format. Producing ISO dates in JavaScript is easy enough, with `Date.prototype.toISOString()` into a native JavaScript date. Parsing ISO dates...