-
これのひな形を作る ref: https://github.com/Konboi/ark-sample-application
基本は携わっているプロジェクトのものを参考に作っていく。
できればmigrationを作る日も合ってもいいけどそこは検討。
ref: https://github.com/handlename/p5-Module-Setup-Flavor-ArkTengXslate
…
-
**Is your feature request related to a problem? Please describe.**
I'm going to use this action to update copyright information in template file (for XSlate template engine) using custom transform …
-
Assignment within templates is forbidden in Kolon and discouraged by the [docs](https://metacpan.org/pod/Text::Xslate::Syntax::TTerse#Misc.) for TTerse. Why is that? The only explanation I have foun…
cxw42 updated
4 years ago
-
```
Can't locate File/Touch.pm in @INC (@INC contains: /Library/Perl/5.12/darwin-thread-multi-2level /Library/Perl/5.12 /Network/Library/Perl/5.12/darwin-thread-multi-2level /Network/Library/Perl/5.12…
-
Text::Xslate encodes it's output by default to utf-8.
As Catalyst handles encoding itself I've disabled that using `encode_body => 0`.
Currently I'm facing wrong encoded emails although I've set `cont…
-
"each" does not process hashes. For example, this test fails:
```perl
use Text::Handlebars;
use Test::More tests => 1;
my $hb = Text::Handlebars->new();
my $template = {foo => 'bar', bingo =…
-
Are you planning to move from Mouse to Moo?
ghost updated
7 years ago
-
I can't get subexpressions to work; get "unknown token" all the time. Are they not supported?
-
```
#10 8.662 + eatmydata apt-get install --no-install-recommends -y git lintian
#10 8.672 Reading package lists...
#10 9.118 Building dependency tree...
#10 9.217 Reading state information...
#1…
-
Similar to https://github.com/xslate/p5-Mouse/issues/64
Tested environments.
- Ubuntu 20.04 (x86_64), Perl v5.34.0 (v5.30.0)
- Ubuntu 16.04 (x86_64), Perl v5.22.1
- macOS 11.6 (m1), Perl 5.34.…