John J. Camilleri
John J. Camilleri
Here's my attempt to make Minify work with Asset.timestamp. If the URLs from assetURL contain timestamps then it strips them all out, but remembers the largest one and appends it...
I have two tabs open, `main.tex` (active) and `main.log`. When I compile my TeX file outside of Atom, `main.log` changes. Atom automatically refreshes the file contents even though that file...
There is an ongoing discussion about this issue [on the gf-dev mailing list](https://groups.google.com/d/topic/gf-dev/fedRMIi44pE/discussion).
I use a Cabal sandbox for my project, which requires the PGF library. I want to use my local copy of the GF repo, not the release from Hackage. So...
@krangelov has found out how to make the C runtime code compiling to JavaScript Web Assembly using Emscripten. The next step is to test if it works correctly and build...
@krangelov has mentioned at the summer school his ideas on completely reimagining the PGF format as a database. @anka-213 has expressed his interest in contributing, and I (@johnjcamilleri) also think...
### Introduction Recently I've been working on resurrecting on old idea, which is adding support for a PGF file format which _only_ supports linearisation, since this is actually quite a...
Originally reported by Roman Suzi in [gf-dev](https://groups.google.com/g/gf-dev/c/0kiV9mSVk2Y/m/1vFBAO-QBQAJ). When trying to extend a record produced by an overloaded oper, type inference fails: ```gf resource TestRes = { oper Rec: Type =...
The existing background controls are nice, but in addition I would really like to: 1. Select an arbitrary colour for the background 2. Toggle a border around the bounding box...
Take this workflow file: ```yaml name: Main on: push jobs: main: runs-on: macos-latest steps: - uses: actions/[email protected] with: ghc-version: 8.6.5 cabal-version: 2.4 - run: ghc --version - run: cabal --version...