Xavi Ivars

Results 10 issues of Xavi Ivars

I'm using the library to apply some changes to some existing PO files (from some open source projects), but due to how the library keeps the PO file internally, it's...

## Expected behavior Can create an image from a URL or local path `$myImage = new Image( get_stylesheet_directory() . '/img/compass.png' );` ## Actual behavior Constructor for images based on path...

2.0

### tl;dr; The change itself This PR adds the ability to provide extra weight for custom predicates (there were some conversations about it in https://github.com/zalando/skipper/pull/1338, even if no consensus). Some...

It seems to be an issue with flushing. Perceptron tagger seems to not support null-flush at all. How to reproduce it. # tty 1 ``` mkfifo /tmp/fifotest sleep 1000 >...

bug
tagger

**Ticket**: #2627 ## Issue Adding a `Timber\ExternalImage` class, compatible with `Timber\Image` when using it in Twig, to get feature parity with Timber 1.x ## Solution A new class, `Timber\ExternalImage`, that...

Currently, the plugin says your system is ready as soon as the host has SQLite and SQLite3 class exists. But MATH functions (like `FLOOR`) are not available before [SQLite 3.35](https://www.sqlite.org/changes.html#version_3_35_0)...

I'm testing the sqlite-database integration plugin on a production site, where I have (amongs other plugins) Wordfence installed. While I managed to workaround a previous issue I submitted (see #32...

Using any packages (I've tried a few), it works at the first execution, but it fails when executing a second translation ``` >>> r = apertium.Translator('spa','cat') >>> r.translate('buenos días') 'bon...