ju1ius

Results 38 issues of ju1ius

Since all instances implementing `DoctrineExtensions\Taggable\Taggable` must share the same taggable type, the `Taggable::getTaggableType()` should be declared static, in order to do this: ``` php $em->getRepository('Tag') ->getResourceIdsForTag(MyEntity::getTaggableType(), 'my-tag'); ``` instead of:...

Hi, I just installed the plugin, using the default configuration and no mappings registered. The `ciw`, `daw` family of mapppings ceased to work, i.e. `requ|ire => ciw => requiwire`, `requ|ire...

👋 Hey, thanks for this promising, yet already awesome library 🏁 ! ### Are you submitting a **bug report** or a **feature request**? A feature request ### What is the...

Hi, I want to use WP-CLI exclusively to process action queues on a WooCommerce site. The [docs](https://actionscheduler.org/wp-cli/) don't mention any recommended time interval between `wp action-scheduler run` invocations. Hence the...

needs feedback

Hi, I noticed there's an `ossia-node` directory in the source tree, but the docs don't make any mention of a nodejs binding. Furthermore, the supported nodejs version is very old...

feature-request

Hi, It seems the [gst_element_class_*](https://gstreamer.freedesktop.org/documentation/gstreamer/gstelement.html?gi-language=c#class-methods) methods are missing (i.e. [gst_element_class_add_pad_template](https://gstreamer.freedesktop.org/documentation/gstreamer/gstelement.html?gi-language=c#gst_element_class_add_pad_template)): ```js const gi = require('node-gtk') const Gst = gi.require('Gst', '1.0') Gst.init() console.log(Gst.Element.addPadTemplate) // undefined console.log(Gst.Element.prototype.addPadTemplate) // undefined console.log(Gst.ElementClass) // undefined...

Hi ! ## What works * Setting a single option: `a(?i)b` * Unsetting a single option: `a(?-i)b` All the above work __only__ for the `i`, `m`, `s` and `x` options....

Hi, Parsing `[[:alnum:]]` results in `Unexpected token "[" (class_) at line 1 and column 2`. --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/53869220-no-support-for-posix-character-classes?utm_campaign=plugin&utm_content=tracker%2F6167031&utm_medium=issues&utm_source=github)** We accept bounties via...

enhancement
difficulty: hard
in progress

Hi again :wink:, Parsing the pattern `[\w-]` throws `Unexpected token "-" (range) at line 1 and column 4`. When encountered at the last position of a character class, a dash...

bug
difficulty: medium
in progress