Tim Burgess

Results 9 issues of Tim Burgess

This fixes a deprecation I was seeing with Bison `3.4.1`, the current version that ships in Ubuntu ``` parser.y:32.1-36: warning: deprecated directive, use ‘%define api.parser.class { Parser }’ [-Wdeprecated] 32...

I'm using [dokku](https://dokku.com) to build the demo shiny repo - https://github.com/virtualstaticvoid/heroku-shiny-app.git However the build fails. I've gone and set an env variable of BUILDPACK_DEBUG=1 and it produces the following output:...

help-wanted

The system I'm installing to is Ubuntu 16.10 (pretty much a stock desktop install) I've installed the Ubuntu packaged hdf4 and hdf5 packages. `dpkg -l |grep hdf` gives me: hdf5-helpers...

Sometimes only a small change is required of a single file before it needs to be uploaded to the web server. Provide a keyboard short-cut that will sync only the...

enhancement

FTP-Sync performs a directory walk and a diff on each file with it's remote counterpart. For projects containing hundreds of files, implement means in which the time taken can be...

enhancement

Is there technically a way to deal with 404s? In the present environment I'm working in, I am making a call to a proxy which then forwards a request to...

Changes to make build in Zig 0.11 - new read_only syntax - overflow builtins now return a tuple of result and overflow flag - compiler required comptime

I'm experimenting with a Package.swift using the new build system. Interestingly, it generates static libraries by default but without any lib prefix so the library becomes Upsurge.a. A swiftmodule is...

t3: enhancement
help wanted

3.32 is producing a console warning as being retired. Unfortunately this also triggers an error warning for my codebase as there's an exception thrown (Sentry). Do you need a PR...