Mark Wood-Patrick

Results 32 issues of Mark Wood-Patrick

I'm creating a nextjs app using vscode on Ubuntu 20.04 (WSL-2) in typescript and using Apollo Client & node-fetch. I'm getting a compile error: Type 'Promise' is not assignable to...

question

wp-graphiql is listed as a dependency on README but this is deprecated now: https://github.com/wp-graphql/wp-graphiql

Is there a complete index with links for all videos in this course? I have only found partial indexes so far. It would really help if the README had a...

answered

I tried building this project today but npm install fails with a dependency issue: Could not resolve dependency: peer react@"^0.14 || ^15.0.0 || ^16.0.0-alpha" from [email protected] node_modules/react-outside-click-handler/node_modules/airbnb-prop-types This appears to...

answered

When running on Windows 10 Pro 10.0.19541 N/A Build 19541 and using; https://www.python.org/downloads/release/python-381/ When I do: wdToPDF = CreateObject("Word.Application") wdFormatPDF = 17 if os.path.exists(pdf_path): os.remove(pdf_path) pdfCreate = wdToPDF.Documents.Open(word_path) I get:...

I'm trying to migrate branch "04-dynamic-markdown-mdx" to the latest Nx/NextJS but hitting some lint errors " nx run site:lint Linting "site"... Pages directory cannot be found at /mnt/wsl/projects/git/www/blog-series-nextjs-nx/pages or /mnt/wsl/projects/git/www/blog-series-nextjs-nx/src/pages....

I'm unclear from the code and from the paper where is the best place to set TAILWIND_MODE? The paper says: > Tailwind’s JIT compiler uses its own file watching system,...

I have a WordPress website backup created using [Duplicator](https://wordpress.org/plugins/duplicator/) which I'm trying to install and run under unit. I can access and run the installer script installer.php it does unzip...

I'm getting a 503 error when trying to access a php app I don't see any issues reported in the unit log file and the php module is enabled. Is...

enhancement ⬆️
ready4dev 🚀
Difficulty: ⭐️

With TOT github repo running in podman Fedora 38 container I'm trying to build the rpm package and getting cd /projects/git/mwoodpatrick/unit/pkg/ make rpm 2>&1 | tee build_rpm.log build/src/nxt_unit.o build/src/python/nxt_python-python3.10.o build/src/python/nxt_python_asgi-python3.10.o...

question