Danielle

Results 45 comments of Danielle

> Here are my two cents: > > 1. Only a single extension should be supported - useful in case of searching GitHub for nickel files > 2. I prefer...

> I don't think clashing file extensions are a problem per say. Case in point: there are currently four separate entries registered in [Linguist's](https://github.com/github/linguist) [`language.yaml`](https://github.com/github/linguist/blob/master/lib/linguist/languages.yml) for the `.ncl` extension. Nickel...

For the musl build, `libexecinfo-devel` should allow it to work. Got about 75% through the build after adding it to the dependency list.

> I'll try to implement this though Thanks, the main reason to do this is to have sections with titles without having to screw around with padding, having sections which...

Honestly, I personally think that some distinction must be drawn between free as in anarchy vs free as in democracy. Democracies have laws which are agreed upon in some capacity...

> I think it may help if: > > a) a focus on existing issues that have a patch may be prioritized > > and > > b) people may...

Alright, we actually found a solution for the latter problem that probably should be implemented anyway, as it provides a way to use the natively-configured (and natively-optimized) JDK without much...

A working parser in Perl, based on the shell script (has corrected field names, see lines 88-89 of the `FTBApp` wrapper): ```perl #!/usr/bin/env perl use v5.10.1; use warnings; use strict;...

I am having the same problem using aseprite under OpenSUSE Tumbleweed. Same error, master branch.

Since I hopped after the change, I can confirm that it is a version issue: from the version shipped with Ubuntu's apt repo and the one in OpenSUSE Tumbleweed's RPM...