Marc McIntosh

Results 25 issues of Marc McIntosh

## Types of changes - [ ] Bug fix (a non-breaking change which fixes an issue) - [ ] New feature (a non-breaking change which adds functionality) - [ ]...

TODO: update the proxies after devops create the cnames ## Types of changes - [ ] Bug fix (a non-breaking change which fixes an issue) - [ ] New feature...

Very basic implementation of a plugin system so more implementation details can be discussed. PR contains a plugin container/runner, some methods and a dummy plugin. container should be able to...

### Version - Prismic CLI version (know it by running `prismic --version`): "slice-machine-ui": "^0.0.45" "prismic-reactjs": "^1.3.3", ### Reproduction The snippet says to add this to a slice. `{ ParseDate(slice.primary.myDate) }`...

bug

``` modified: README install instructions by adding libpng12 as a dependency and 'depmod -a ' as a command to be run before modprobe -a ```

## Types of changes - [ ] Bug fix (a non-breaking change which fixes an issue) - [ ] New feature (a non-breaking change which adds functionality) - [ ]...

Might not be needed depedning on what happens with types-internal, if it's not needed, undo some of the changes done in https://github.com/prismicio/slice-machine/pull/620/files ## Types of changes - [ ] Bug...

Adds the suggested changes to #40 and resolves conflicts >For get_by_uid, get_by_id, get_by_ids, the default language should be * (meaning we search over all languages) To test run `python setup.py...

change now, to know

Changed the shell command that detects the distribution, from `lsb_release -si` to `uname -s` This should work on multiple linux distributions. tested on Arch.