step

Results 57 comments of step

Hi Thomas, thank you for your comments. Your plan is good. I need to add two things. The unique id we generate will consist of two parts separated by `-`....

So I though some more about the point I left open in my previous comment. You [wrote](https://github.com/thomascube/vcfconvert/pull/19#issuecomment-739551794): > Rather than computing the MD5 sum of the photo property, using or...

> My suggestions want to keep a general purpose in mind Yes, I understand. Generality with a purpose can be a good thing. It's only that I can't think of...

Well in fact I think I will add a new column named `photo_filename` and leave identity concerns to future developers who have a need for such an id. For `photo_filename`...

Try this `urxvt -letsp 0`. Do powerline fonts display correctly now? If so: In your .Xdefaults change ``` ! Fix font space URxvt*letterSpace: -2 ``` to ``` ! Fix font...

`urxvt -letsp 0` worked for me, so I added `URxvt.letterSpace: 0` to my `~/.Xresources` file. It's zero explicitly. Don't rely on the internal default initialization of letterSpace, which in my...

* This issue doesn't happen with version 0.42.x compiled for GTK 2. * It happens with version 0.42.x compiled for GTK 3. * It happens with master 12.0 compiled for...

To change the code as little as possible I opted for setting shelloptions instead of changing the Compile function code block. However, a more robust change should implement option "-O"...

**Issue** OSX Darwin: Error while parsing any JSON text. **Solution** Please review the suggestions given in issue #10. Do they help? Version 1.4 540e2e8 includes all macOS compatibility fixes known...

**Issue** OSX Darwin: no output at all. JSON.awk version 1.2. **Solution**