Daniel

Results 33 issues of Daniel

Hello, I'm looking at syncing the french translation with the English one (actually 370 commits behind hankache:master). I think that we may ease the tracking of translation by putting each...

This is a git convention, as branch names are juste files under .git/refs/heads, every parts before last element must be a directory. I implement a fix to create the parent...

- git-bzr (cmd_import): Create parent directories of the bzr branch. This pull request fixes #33

Hello, Following the @robru reply on #8, I can not track several remote bzr branches in my git repository. I expected the git remote url to point to a remote...

Hello. Doing some Git log archeology quite often, I always struggle to find **why** a commit was done rather than **what** it does: - a first line to summary **why**...

In the [saltstack-formulas](https://github.com/saltstack-formulas/) community, we are in the path of generalising a [library](https://github.com/saltstack-formulas/template-formula/blob/master/test/integration/share/libraries/system.rb) to have easy access to system dependent information. When doing replacement of `platform[:family]` with `system.platform[:family]` in some...

## Detailed Description When verifying an XML file, I would like to be able to test it's existence, owner, group and permissions. ## Context I'm writing a [SaltStack formula](https://github.com/saltstack-formulas/) to...

Hello. ## Detailed Description We would like to have a nice and easy way to spot differences when comparing complete YAML structures: ``` control '`map.jinja` YAML dump' do title 'should...

Hello. When using bots like [semantic-release](https://github.com/semantic-release/semantic-release) we would like to exclude the bot from the contributors. @myii has a [fork to do it but it's hardcoded](https://github.com/myii/maintainer/commit/de094b4282bb3ed94ceeca558e0e938fd3a7d229). Do you think it...

When running `commitlint` on a typeScript project, I have an error because `commitlint` use the project `tsconfig.json`. ## Expected Behavior `commitlint` should not use the project typeScript configuration. ## Current...

bug
help wanted