Owen Melbourne

Results 20 issues of Owen Melbourne

Hey, We think there might be a slight php 7.1/7.2 compatibility issue with phpunit 7.0.3 (excuse me if you dont expect it to work with this) ![owen_batman____sites_alshirawi__zsh__and_slack_-_selesti](https://user-images.githubusercontent.com/1094740/38798452-8f58b9b6-4159-11e8-9668-f3129a497be5.jpg) The error we...

``` npm ls -g -depth=0 ├── [email protected] ├── [email protected] ├── [email protected] -> /Users/owen/generator-jekyllrb ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] └── [email protected] ``` Currently I'm trying to...

I noticed a previous post with a similar issue - however I couldnt resolve this my end. I've got the following html setup ``` ``` then my js has ```...

Hi, Was trying to checkout your library to use in a Next.js project. However as Next uses SSR and "window" doesn't exist this package fails with: ``` ReferenceError: window is...

Is there the possibility we could get a `getOnce` function as we've dealt with a few applications that we want to use `setFlash` for - but sometimes there are redirects...

Hi, We're in the process of translating a prebuilt wordpress site that uses `_e` to echo translations. Currently we're using your extractor, by pushing a custom function to the extractor...

Hey, loving the package so far - however we started testing for a release and noticed that the package has not got a transpiled version bundled. Would you consider including...

Currently when using the container plugin you can set the horizontal padding. However there isn’t really an optimal amount that this padding can get set to that works across devices...

https://medium.com/@owenmelbourne/pseudonymize-database-data-for-gdpr-a0e90df5935a

Hey, We've got a data structure (simplified to this) ```js const data = { name: "owen", address: { line_one: "xxx", line_two: null } } validator = new Validator(data, { "address.line_one":...

bug
next