workflowsguy

Results 40 issues of workflowsguy

I run the scripts installed from zip archive. No matter what directory I try, a command line like`./organize-ebooks.sh -d -v -km "/Volumes/Public/bearbeiten/Texte/benennen Buch/sortiert nach Sprache/en/klassifiziert/006.22"` gives Recursively scanning '/Volumes/Public/bearbeiten/Texte/benennen Buch/sortiert...

On macOS, `urlwatch` stores it's `cache.db` under `~/Library/Caches/urlwatch`. Unfortunately, various maintenance applications like `CleanMyMac` will delete everything in `~/Library/Caches` if you run their "cleanup" function unless you explicitly exclude individual...

bug

I have a text file encoded in UTF-8 containing `This is a Text with Umlauts: äöüßÄÖÜ` Running `print(textract.process(commandlineArguments.filename))` on this file under Python 3 gives `b'This is a Text with...

When combining the text read from individual book elements of an epub file, those elements are currently separated only by an '\n' character. I suggest separating them by a '\f'...

CCExtractor version (using the --version parameter preferably) : **0.87** **In raising this issue, I confirm the following:** - [X] I have read and understood the [contributors guide](https://github.com/CCExtractor/ccextractor/blob/master/.github/CONTRIBUTING.md). - [X] I...

good-first-task
difficulty: easy

When trying to create a package on 10.9.5 for Prizmo 2 with the command line `sudo app2luggage.rb --application "/Applications/Prizmo.app" --package-id "Prizmo 2" --reverse-domain com.creaceed.prizmo2` I get ``` /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in `require': cannot...

**Describe the problem** Since the upgrade to Munki 4, the makecatalogs.munki recipe keeps failing with the following error: ``` Processing makecatalogs.munki... WARNING: makecatalogs.munki is missing trust info and FAIL_RECIPES_WITHOUT_TRUST_INFO is...

**Describe the problem** I have a recipe with a %DEVELOPER% variable that contains a name with an accented character (é). When autopkg runs the recipe, it fails with an UnicodeEncodeError...

bug

**Describe the bug** Trying to create a recipe for BBEdit by dropping the app on RR fails with the following ``` Processing: /Volumes/Macintosh HD/Applications/BBEdit.app Input path looks like an app....

bug
script

As `word.lemmatize()` is not implemented, I used ``` from textblob_de.lemmatizers import PatternParserLemmatizer _lemmatizer = PatternParserLemmatizer() text1 = "Das ist ein hässliches Auto." print(text1) print(_lemmatizer.lemmatize(text1)) ``` to test various sample sentences....

Python2/Python3
pattern issue