Patrick Donelan

Results 9 issues of Patrick Donelan

I seem to have to `gatsby clean && gatsby develop` in order to get changes to my translation files (`*.json) to be picked up - is that expected, or am...

This plugin conflates two different types "default languages" concepts: - The language you want to display/redirect to when the user visits `/` - The language that your codebase is written...

p97 contains the following text: ``` Several other common control sequences each match a single character: ``` However nothing is printing after the colon. The pod source shows the following:...

build

Minor annoyance when working from the PDF - I wonder if there is a better way of formatting the code examples so that the line numbers are visible but don't...

build

I'm seeing the following error: ``` TypeError: Cannot read property 'doc' of null ``` ..on the following line which performs a destructuring import: ``` import { AppRegistry } from 'react-native';...

After installing this plugin and opening a *.bzl file in MacVim, I get: ``` vim :verbose set ft? ``` ``` filetype=conf Last set from /Applications/MacVim.app/Contents/Resources/vim/runtime/filetype.vim ``` I'm currently working around...

Would be cool if you could exchange the current word or WORD with: [w, ]w, [W, ]W Or text objects in general...

When using this action in a monorepo, I get the following error > ##[error]Cannot find module '/home/runner/work/OWNER/REPO/node_modules/eslint' This is because my app root is not in the root of my...

Great plugin, thanks for creating it! Sometimes I don't want to process any images - for example in my CI pipeline. An easy way to accomplish that is to do...

help wanted
good first issue