Mark Fullmer

Results 14 comments of Mark Fullmer

Hi @MikeASD, Thanks for reporting this. Looks to be a simple issue with a regular expression. I'll resolve it in the next week.

Hi @yannis1962 , that's definitely possible, though if you're talking large corpus-sized processing, it might be better to do this in a non-web interface. Regardless, I think the main thing...

Thanks for your interest. I've been thinking about making an abstracted library that could be used with the Drupal CMS, or a CKEditor plugin -- I definitely agree with your...

Hey @codito, Yes, I think JSON would be the way to go for the rules, and many of them are quite close to that model already: https://github.com/markfullmer/grammark/blob/angular/app/scripts/models/grammar.js The tricky part...

Working on this now...

Hi shellyb, Thanks for your appreciation for and interest in this software! It's been a fun project. I understand your issue with formatting when moving between the website and Microsoft...

Here's a quick reference for implementing the Drupal-specific fix in https://github.com/ikappas/vscode-phpcs/issues/159#issuecomment-580015114 File is most likely located in `~/.vscode/extensions/ikappas.phpcs-1.0.5/server/src/linter.js` ```diff diff --git a/linter.js b/linter.js index c8782e9..b6da7b7 100644 --- a/linter.js +++ b/linter.js...

This sounds like the same issue described in https://stackoverflow.com/questions/53619765/python-subprocess-filenotfounderror Maybe try to locate where in your filesystem your version of Python 3.8 is and determine where `subprocess.py` is, then compare...

In my case, this issue was not due to the syntax or the name of the SSH key as suggested above. Rather, I was able to resolve this by following...

> main doesn't resolve patches from dependencies anymore. Can you clarify this comment? Does this mean that, in a future relase, **all** patches must be defined in the root `composer.json`...