Liam Hammett

Results 16 issues of Liam Hammett

Gsuite offers the same kind of features to users with email addresses on custom domains. For example, `[email protected]` and `[email protected]` both go to the same inbox. PHP provides a handful...

enhancement
good first issue

With this extension enabled, long code block in articles on Medium.com seem to get broken up into a bunch of separate code blocks. Example of how this looks: ![image](https://user-images.githubusercontent.com/4326337/58362003-7aa91a00-7e8a-11e9-825a-335c3988ac46.png)

It would be beneficial to have a method that returns only one of each item in the collection that matches a particular value. ```lua collect({1, 1, 2, 2, 3, 4,...

enhancement

A method to return a boolean; if true, the table passed to the method matches the values in the collection, even if they do not share the same keys and...

enhancement

It would be useful to be able to optionally alter the behaviour of `Collection:split()` by passing a 2nd argument to the method so that the chunks it returns are as...

enhancement

Succeeds #14 (thanks @bottlenosecreative for the original PR) With the environment variable `ENVSET_HISTORY` set to `true`, the `env:set` command will record any changes you make to your .env file by...