Moritz Lenz
Moritz Lenz
I seem to be able to call methods on python date objects just fine: use Inline::Python; my $py = Inline::Python.new; $py.run('import datetime'); my $date = $py.call('datetime', 'date', 2017, 1, 31);...
oh, good point, I hadn't realized that. You're probably right that this should stay as it is. There's still something weird going on in the other direct, passing arrays to...
FYI there's a command line tool called [aptly](https://www.aptly.info/) that has a pretty sane approach to Debian repository management. It produces a directory that you can serve as static files through...
Hi all, just another user's perspective: - Having some form of templating is quite crucial. We have pipelines for ~50 pieces of software, and maintaining the pipelines individually is not...
I've done an experiment to use the [jsonnet data template language](https://jsonnet/) for the JSON plugin, and written up [a summary in the wiki](https://github.com/tomzo/gocd-json-config-plugin/wiki/Template-Experiment).
This is not a security issue. Perl 6, like most other programming languages, does not offer secure isolation between program parts. You cannot base your security design on one part...
If the bizarre .gist output is the problem, we can customize that. I'm not married to this API, but so far I haven't heard any valid argument against it either....
IMHO these belong into a statistics module. The naming is not obvious, (don't tell me you want a function called `ndtr` by default in the setting in Perl 6, please;...
> ☞ Math just is. Don’t make people declare it. Yet none of us are trying to turn Perl 6 into a fully-featured Computer Algebra System. (Side note, people have,...
+1 to using the same jquery version everywhere, -1 to using a CDN. The privacy issues simply aren't worth it.