John Wiseman

Results 43 issues of John Wiseman

I have forgotten the details, but I actually did figure this out last month. It's possible for a History record to be created that has a null history. Other code...

In dynamic charts, I think it can be less confusing if the message senders/receivers don't disappear if they haven't participated recently in message passing. This could be an option, e.g....

It would be very handy if marginalia supported github flavored markdown, for tables, for example.

Is the restriction that a model trained with a GPU can only be sampled with a GPU in the char-rnn code or in the torch code? It would be handy...

enhancement

I haven't created a team, and attempts to submit fail with the following error: ``` 'NoneType` object has no attribute 'group' ``` Once I created a team (containing just myself),...

Why does canvas compute its size in this way, quadrupling height and doubling width and subtracting... 12? ``` Canvas.prototype.calcSize = function() { this.canvasSize = {width: this.width*2-12, height: this.height*4}; }; ```

Is it possible to do async streaming using `multipart/x-mixed-replace`? This is a common way to support, e.g., MJPEG streams with no additional code on the client side.

question/usage
client
help welcome

The previous default slug-fn used by the slug task assumed Jekyll-style naming, e.g., "2001-01-01-my-post.md", and if this assumption was violated it would return non-sensical results. Previous slug-fn: | Source filename...

Fixes #233. I think this makes `images-resize`'s behavior more consistent with other tasks with regard to putting output files in a location corresponding to their original locations. Specifically, this keeps...

The `images-resize` task puts all resized images in the `out-dir` ("public" by default), which was surprising to me. I use subdirectories to organize content, keeping images and pages together. E.g....