kuworking
kuworking
Same here, in my case what I did was to assign categories, and now I've realized everything is in html
*Thanks for replying so fast Decoding as this ``` $wp_post = get_page_by_title('post title', OBJECT, 'post'); $content = html_entity_decode(get_post_field('post_content_filtered', $wp_post->ID, 'edit'), ENT_QUOTES | ENT_HTML5, 'UTF-8')); ``` seems to work But looking...
As an example, in my case I want to save a json file to avoid generating it every time on the browser, so instead of taking the raw data and...
Having the same problem, w10 user as well, @EmNudge do you still have the problem? Does it work with Svelte and without Sapper then? *** The same problem occurs with...
> @EmNudge @kuworking are you using any preprocessors? Just following the basic example, mdsvex preprocessor only https://github.com/pngwn/sapper-mdsvex-template/blob/master/rollup.config.js
``` 'env' is not recognized as an internal or external command, ``` If I try ``` "set ELEVENTY_EXPERIMENTAL=true && npx eleventy --serve" (or) "set ELEVENTY_EXPERIMENTAL=true & npx eleventy --serve" ```...
I have managed to install Ubuntu with Windows-WSL2, and there I've cloned and run your repo and it works as expected I doubt it has anything to do with your...
It's awesome, I just wanted to say thanks for the repo :) Feel free to close the issue, or I can close it when the 11ty one is fixed
> @kuworking You can install `cross-env` and modify your dev script to this: `"dev": "cross-env NODE_ENV=dev npm-run-all clean build:ts -p watch:* -- --watch",` > > I switch a lot between...
> in react/findSources.js (line 6) there might by some path issues when using path.join method in Windows (the determined path has backslashes causing the fastglob function to return an empty...