Matthew Blott

Results 11 issues of Matthew Blott

The OSS world is dominated by Linux (many would argue it pretty much is Linux) and since .NET now has the official MS stamp of approval to run on Linux...

Hi, I've been using the [wp-sqlite-db](https://github.com/aaemnnosttv/wp-sqlite-db) Sqlite plugin which is regularly maintained. It works pretty well with the main WordPress plugin but the obvious caveat being this doesn't apply to...

enhancement

I initially tried on macOS but having no joy thought I'd give it a go on Linux. I'm using a bare bones Debian image (latest version) with the requirements installed....

I'm not sure if this is a Mono issue (or if this is supposed to work with Mono) but I can't view the dashboard. I tried using the example on...

Added the ".idea" entry. This template is used with the .NET CLI and anyone using the JetBrains platform currently has to add this entry manually.

I'm trying to mount an S3 compatible bucket hosted with [IDrive](https://idrivee2.com). I can attach a bucket to a folder using `rclone` without any issues. However, I am unable to do...

Like React, the convention for Svelte components is to use proper case (LikeThis) but Rails expects the default paths to be lowercase. It works (so far) if I change it...

Currently when the user deletes the zip file the page doesn't redirect correctly and the user receives a 404 message. This patch fixes this.

I tried a simple install using `pip` and received the following error: ```bash ModuleNotFoundError: No module named '_cffi_backend' thread '' panicked at /Users/brew/Library/Caches/Homebrew/cargo_cache/registry/src/index.crates.io-6f17d22bba15001f/pyo3-0.18.3/src/err/mod.rs:790:5: Python API call failed note: run with...

As the title says, I receive the following in the error log whenever I attempt to run `db:migrate`: ```bash ActiveRecord::StatementInvalid: SQLite3::ReadOnlyException: attempt to write a readonly database ``` My `database.yml`...