Pete Houston

Results 14 comments of Pete Houston

Yes, initialize your concrete implementation ``` class X { private $x = new App\Repositories\UserRepository; ... } ```

Thank to mention about it. Also, there's another look similar : https://ant-design-vue.github.io/antv-doc/ I'm pretty uncertain. Well, let's wait for awhile to confirm if it's official or get active development.

@febg11 it's kinda different, the regex by `EmojiParser` is to parse emoji, not to filter. If you want to filter emoji runes from `TextField` or similar widgets, you need to...

Interesting. I will take a look on those emojis.

@dancb10 hmm, that sounds like a good feature for the library. I'll add it in next release.

`'ddf'` is a text. I don't understand what you want. Can you elaborate?

Yes, it is possible. But are you trying to capture text everytime user type to enlarge or only do once after user prompt the text?

You can use `parse.unemojify()` which is to convert the emoji string info text format, then verify the text. ```dart parser.unemojify('I ❤️ ☕'); // returns: 'I :heart: :coffee:' ``` Now, if...

Sure, PRs are welcome :). The more, the better.

@mrintoul can you make a PR? Thank you :)