raspi

Results 17 issues of raspi

If you use `--files-from` parameter pot-create doesn't find file(s). $VENV/bin/pot-create --config "lang.conf" --files-from locale-files.txt --output /dev/null Can not find file /home/raspi/projects/test/foo/__init__.py ``` $ stat /home/raspi/projects/test/foo/__init__.py File: '/home/raspi/projects/test/foo/__init__.py' Size: 2071 Blocks:...

Hi, I just started using Pyramid few weeks ago and it also took that time to set up i18n with gettext. My setup: Python 3.5, chameleon templates and gettext. Ubuntu...

docs

The official way for creating installers for Windows is [WiX Toolset](http://wixtoolset.org/). Could NSIS be replaced with it?

Add `--search` or `--find` parameter for searching bytes. Highlight the found bytes with some color and/or add bold/underline effect. Example: heksa --search 'Hello' hello.txt Also what about case (in)sensitivity? Maybe...

enhancement
help wanted
discussion

Figure out good replacements for non-printable characters when displaying ASCII-output (`--format asc`) Currently we have some replacements such as: * 0x00 is `'Ø'` * New line is `'↲'` * Tab...

enhancement
help wanted

Currently we have different color groups for: * Spaces (`'\n'`, `'\r'`, `' '`, `'\t'`) * A-Z, a-z * 0-9 * NULL (0x00) and 0xFF * Upper bytes 127- Reference: https://github.com/raspi/heksa/blob/6cce0bda45dc0e4a7577468bbe5da764b7c7f423/default_colors.go...

enhancement
help wanted

```console % python -c "print('01234567' * 10,end='')" | heksa -w 8 000000┊30 31 32 33 34 35 36 37┊01234567 000008┊30 31 32 33 34 35 36 37┊01234567 000010┊30 31 32...

enhancement
discussion

Add `--marker` parameter which marks every N bytes with visual marker. Highlight with some color and/or add bold/underline effect. The use case is file formats that use fixed block size(s)....

enhancement
help wanted
discussion

Create Makefile which releases RPM package for each CPU architecture

enhancement
help wanted

Create Makefile which releases DEB package for each CPU architecture

enhancement
help wanted