-
## Feature Request
### Problem Description
I'd like to be able to link/open MobileRaker from a uri. That way I can send a notice from Home Assistant, Pushover, iMessage etc with a link that will o…
-
Hey! Congratulations for the plugin! It's seems awesome!
I'm wondering that the slug will be better if it can be translated.
This is the line:
https://github.com/WordPress/slides/blob/master/…
-
I'm trying out easybook for the first time, and would like to see some examples first. I tried the instructions in your easybook-examples/README.md, but they don't seem to work. First, the instruction…
-
This is not a bug report. This is more like a request for help.
I tried to upload jenkins.war to heroku using this plugin. However, when I executed commands as follows I got an error message.
$> h…
-
?q=ESCAPED_SEARCH
dylon updated
8 years ago
-
The manual migration of badge info from badgekit to badgr resulted in some of the _badge class slugs_ being different (data-curation != data_curation), and this is problematic for the client.
The [bi…
-
Use per sequence metadata to create violin plots:
![image](https://user-images.githubusercontent.com/12140437/44354745-841ad700-a45f-11e8-9b72-d6fd6f73559a.png)
-
Certain unicode doesn't yield a usable slug.
```
>>> obj.tags.add('(ง’̀’́)ง')
>>> obj.tags.all()
[]
>>> obj.tags.all()[0].slug
u''
```
We've solved this internally by doing this:
```
from shortuui…
-
https://github.com/wemogy/libs-core/blob/bd6e1797aee3a79951e0da851da136e403325812/src/Wemogy.Core/Validation/Extensions/RuleBuilderInitialExtensions.cs#L45C77-L45C77
As we use the Slug Validator al…
-
hello, I'm trying to use Slugify library but this error is thrown from Slugify class.
Here's my code:
```
// generate unique slug
$slug = Slugify::model(ArgumentModel::class);
…