Chauncey McAskill
Chauncey McAskill
I was thinking about this a couple of weeks ago. Specifically, I was wondering how one would also support non-EDD APIs. The following is what I came up with, it's...
I'm having the same issue with Sublime Text 4121. ``` { "keys": [ "super+`" ], "command": "toggle_side_bar" } ``` ``` command: toggle_side_bar command: toggle_side_bar {"event": {"modifier_keys": {"primary": true, "super": true}}}...
I've rebased the `trunk` branch to 0d97da21
I've rebased the `trunk` branch to 957b5f62
I've rebased the `trunk` branch to dc921e3c
This would be a nice feature to have. This could be either: 1. Each notebook as a directory of the git repository or, 2. Each notebook as a branch of...
I'm having this issue with the `Accept` request HTTP header. My given accepted content types: ```php [ 'application/json', 'text/html', 'application/xhtml+xml', 'application/xml' ] ``` **MSIE11** * Request: `text/html, application/xhtml+xml, */*` *...
@Paul-WFUK This appears to be an issue with [Babel](https://babeljs.io/docs/en/babel-parser/#ecmascript-proposalshttpsgithubcombabelproposals). It's interpreting the `module` as a keyword for the ["module blocks" proposal](https://github.com/tc39/proposal-js-module-blocks): ```js let m = module { export let y...
@Ariane-B I believe that issue is with the fact that pivvenit/acf-pro-installer shares the same default priority as Prestissimo. The installer package needs to apply this fix: PhilippBaschke/acf-pro-installer#20
Absolutely. I'm currently working on a multisite/multidomain/multilingual client project and the `--url` parameter does not work.