Colin Dean

Results 198 issues of Colin Dean

I've got a couple of Rust source files (added syntax in #41) with the non-ASCII character for ellipses:`…`. copyright-header doesn't seem to like that: SKIP src/logging.rs; invalid byte sequence in...

bug

I've nearly always had git available anywhere I was using Peru but found while setting up a new CI pipeline that Peru calls git via subprocess for caching. This dependency...

What inspired #224 and #223 (to a degree) was me installing Peru as a dev-dependency in a project where I need to get data from internal artifact storage before running...

I'd like to retrieve dependencies from a private URL that requires credentials. In my current setup, I'm using `curl --netrc`, which enables me to put a hostname, username, and password...

### Problem I use some VT100 control characters in my scripts. I've found that Elementary Terminal seems to ignore them. [`bigtext`](https://github.com/colindean/hejmo/blob/master/scripts/bigtext): ```bash #!/bin/sh text="${*}" printf "\033#3%s\n" "${text}" printf "\033#4%s\n" "${text}"...

I added this to my dependencies: scalaCompilerPlugin 'com.softwaremill.clippy:plugin_2.11:0.5.1:bundle' I added this to my compile options: ```groovy tasks.withType(ScalaCompile) { // adds xgettext compiler plugin scalaCompileOptions.additionalParameters = [ '-Xplugin:' + configurations.scalaCompilerPlugin.asPath, '-P:xgettext:com.example.mycode.Translate',...

I tried out `ffmpeg-concat` CLI just now. I'm really happy with the video produced but there's no audio in it. I see a feature in the API to which an...

How often are the containers built by this repo rebuilt? This question came up from the author of Neuron in https://github.com/srid/neuron/issues/528#issuecomment-761873109, which is in active development and sees frequent releases.

It would be really awesome to be able to use CalcuLaTeX as a pandoc filter plugin. A document might look something like this: ```markdown Given a rock with mass $m_{rock}$...

c1669ad8b508f963aa07485089973d3b458ee565 added GitLab Wiki support but it doesn't check if the repo status before cloning it, only if it's enabled or not. Because wiki is enabled by default, this results...

enhancement