Mark McDonnell

Results 84 issues of Mark McDonnell

## Problem When creating a service resource (e.g. `fastly_service_vcl`), if any of the API calls (that are made to create/update the associated nested block's within the resource) happen to fail,...

bug

We noticed an issue with your polyfill script. In browsers that do not natively support the `placeholder` attribute: when submitting the form the password field value was `undefined`. We fixed...

### Description I'm using `tfproviderlintx` with null-ls and so this means it is run on a file-by-file basis, rather than a project level. That means I see lots of "undeclared...

enhancement

Heya, So I'm noticing a lot of plugins using this sort of 'post-install' action: https://github.com/junegunn/vim-plug#example One such example being: https://github.com/roxma/nvim-cm-tern Is this something you think might be useful to include,...

Hello, ## Problem I call Flake8 whenever I write to a Buffer: ``` viml autocmd BufWritePost *.py :call Flake8() ``` But it shows a list of errors which I've already...

I'm using iPhone 4 with latest stable iOS release (not sure if this is working on iOS 5 beta).

👋🏻 Not sure if this is already possible, or isn't a focus of this tool, but it would be nice if there was a visual aid to help identify new...

question

``` ruby BBC::Cosmos::Config.app ``` https://github.com/BBC-News/alephant/blob/master/Example/Event-based/Renderer/app.rb#L23

Seems the Alephant gem has a license of `GPLv3` (`GNU GENERAL PUBLIC LICENSE`), where some of the other Alephant gems are `MIT` This needs to be consistent across all gems....

http://robm.me.uk/ruby/2014/01/18/pathname.html Will make code intent clearer (although _potentially_ at the cost of more memory)