Thomas Hurst

Results 69 comments of Thomas Hurst

Try running just plain `make` (or the `all` target) first. My build fails at the end with ``` BUILD SUCCESSFUL in 3s 9 actionable tasks: 9 executed see build/lib gmake[1]:...

Uncommenting `implementation fileTree(dir: "./libs", includes: ['*.jar'])` in gradle.build made the demo build.

Some deprecation warnings from gradle 8.2.1: ``` The RepositoryHandler.jcenter() method has been deprecated. This is scheduled to be removed in Gradle 9.0. JFrog announced JCenter's sunset in February 2021. Use...

I think it mostly works by accident - `jo` happens to silently ignore arguments without `=` but that contain `:`, so feeding it bare URLs does nothing. This looks to...

@jpmens This is my first time using `jo`, and I only skimmed the docs, but this does look unintentional considering other invalid argument forms produce a warning diagnostic on stderr:...

@dlangille Maybe you want `--data-urlencode` instead of just `-d`?

Don't mix `-d` with `--data-urlencode`: ```shell -% curl -d "foo={bar+[foo]}" https://voi.aagh.net/post.php -X POST array(1) { ["foo"]=> string(11) "{bar [foo]}" } -% curl -d --data-urlencode "foo={bar+[foo]}" https://voi.aagh.net/post.php -X POST curl: (3)...

For [command-limits](https://github.com/Freaky/command-limits) I have a `new_capture_env` constructor so the caller can decide if they want to pay the overhead of copying the environment or not. If they don't do that...

I set up a new repository for working on package specs -- https://github.com/Freaky/ioztat-packages This includes an RPM spec which seems to work on Fedora. So... there's a start.

And there's something resembling a Gentoo ebuild.