Results 12 comments of Louis

Same problem here: I train 8 classifiers each with about 5000 strings, and I need between 3GB and 4GB of RAM. Then my program crashes because it cannot fork (I...

It's great to see that there are a few people who can keep this project alive! šŸŽ‰ It would be great to publish a new release to https://github.com/lektor/lektor-atom too. For...

I think this is already implemented with the Package and Package3 options (look for Package3 in the main github page): ~~~cfg [DEFAULT] Package3: foobar ~~~ Edit: I just noticed that...

Hello, same problem here: I cloned the repository, and installed the required dependencies (debian packages and Perl modules), but when I run it, I get: ~~~sh $ ~/tmp/sitelen-mute/script/sitelen-mute $SOURCE $DEST...

For those unfamiliar with Perl (like me), here is how I managed to (locally) install it: 1. Install [cpanminus](https://metacpan.org/pod/App::cpanminus). On Debian: ~~~sh sudo apt install cpanminus ~~~ 2. Now you...

Same error here… The Docker image seems broken

As OP stated, you must set the URL for this plugin to work. Is this required by the atom feed? Or is this possible to make this optional?

In the example you gave, the links are correctly produced (although I would prefer `/tag/tag1` and `/tag/tag2` rather than `/tag1` and `/tag2`, but I think I can change that with...

And I have to dig a little further (I will keep you updated), but on my website, using the same configuration as your example, not a single tag page is...

*Four years later… Did I procrastinate?* With [your advice](https://github.com/lektor/lektor-tags/issues/14#issuecomment-421493861), no tag page is generated… I set up a repository with a very simple lektor website : https://github.com/paternal/lektor-tags-mwe - lektor quickstart...