hlovdal

Results 39 issues of hlovdal

Hi. I have created two state diagrams for the readme file. They are graphical png files though if you actually prefer ascii-art, it is possible to generate at .

I installed barman some time ago but have not started using it yet. However I discovered that having it just "passively" running has a huge negative impact. Due to the...

enhancement

With a template like ```html {{ label_text }} ``` css style like in `README.rst` and records like ```python records= [ ... dict(label_id="112", label_text="123456789012"), dict(label_id="113", label_text="1234567890123"), dict(label_id="114", label_text="12345678901234"), dict(label_id="115", label_text="123456789012345"), dict(label_id="116",...

Trying to use the etebase library in an Angular project initialized with strict option fails. Steps to reproduce: 1. Create minimal project: ```shell $ cd /tmp $ ng new --defaults...

There is already `CUSTOM_INIT_SCRIPT` which is hard coded to run via `/bin/sh`. I made possible to override with a `CUSTOM_INIT_SCRIPT_SHELL` variable if the user want to use powershell, perl, python...

This is a feature request. Currently the command to compile a unit test binary is one `g++` invocation with all the required cpp files given as arguments in addition to...

enhancement
rubygem

This commit makes it possible to limit diffing to a single file as well as passing options to `git diff`, solving issues #5, #8 and #9. This also changes the...

Currently the [latest travis build](https://travis-ci.org/github/cake-build/resources) contains: ```shell $ pwsh -command "Invoke-Expression .\tests\Tests.ps1" New-Item: /home/travis/build/cake-build/resources/tests/Tests.ps1:6 Line | 6 | New-Item -Type Directory -Path $testresultFolder -Force | ~~~~~~~~~~~~~~~~~ | Cannot bind argument...

Here is an extract and rebase of some local changes I had in my repo that fixes #324. The fix commit is a cherry-pick from the `2021-02-15_rescue` branch of ianfixes's...