Matt Williams

Results 10 comments of Matt Williams

@tvigers Indeed the service is being *started* but it's not being *enabled*. Being enabled means that it's auto-started on system boot. The variable `postgresql_service_enabled` in this role is currently not...

Indeed it looks like API wise it would work as a replacement. However, I'm not sure if it makes sense semantically. The reason I was using the `BoxData` enum was...

I think that using something like `resvg` makes sense. I'd like to keep plotlib and its dependencies as pure-rust as possible in general but that shouldn't get too much in...

There is not at present, but I think it would be a good option to have.

I think that an `imshow` style feature would be welcome if we can integrate it in well. For contour plots I think we could do something a bit cleverer and...

From a quick look around, it seems that matplotlib generates the contour lines themselves as (a group of) vector `` objects and the colours backing it as an ``. For...

The problem I came across when looking into this was differences between, e.g. `LocalFile`, `DiracFile` and `MassStorageFile` a well as differences between when these objects are used as input files...

Ok, so the three things we need are: - `localDir` - the full(?) path to the directory holding the local file (source for a `put` and target for a `get`)...

This is seen at https://youtu.be/emH5qSvPTes?t=732 (12:12).

I'm just following up on this PR and have just rebased it onto the latest `main` and moved the changelog comment from `1.1.rst` to `1.4.rst`. Is this a desired feature?