-
Hello. You are miscalculating the Aspect ratio while setting it in the helper and the main code.
In fact I don't even think you need the aspect ratio changed at all.
Repro: 2 cameras set side-to-s…
-
Way before DHH enum arrived there was a lot of solutions for this and one I took to maintain (AR pain) was Symbolize.
A nice feature I've ported from it is i18n helpers: `_text` to get the value tra…
nofxx updated
9 years ago
-
Tasks for scripts in `scripts/`
Scripts in `setup/`:
- [x] Replace `create_*`scripts in with a single script.
- [ ] Replace all short scripts (
-
The oneliner format for configuring services is getting a bit crowded, and at times very wide.
What follows is an unfinished proposal for a new service definition that could fit into Finit w/o much…
-
I have a large JSON list in a file, and I wanted to use `json-to-dhall` output to get the length using a oneliner without . Is there a subcommand in the `dhall` executable that receives a Dhall functi…
-
The plugin indents what ever is following forall-statement. However, most forall statements are just oneliners without indent. Indentation is only necessary if there is a matching end forall.
-
Just an idea and piece of `oneliner` I found 5 minutes ago:
```
git rev-parse --is-inside-work-tree
```
Returns true if dir is under git version control and false if it's not.
IMHO this should be us…
-
It would be nice to be able to iterate over terraform workspaces using the CLI.
AFAIK, `terraform workspace list` is not parsable.
A Workaround though would be, iterating over the `terraform.state…
-
I often reuse the same custom functions when I work in Open Refine with Jython. I ended up storing them all in a module, which I call if necessary. But it's not very user friendly.
![screenshot-12…
-
The following oneliner fails:
```
$ env AWS_CONFIG_FILE=... perl -MData::Dumper -MPaws -e 'my $x = Paws->service("ES", region => "eu-central-1"); warn Dumper($x->DescribeElasticsearchDomain(DomainNa…