Ardit
Ardit
I did run into an issue a while back of steam asking `are you sure you want to launch the program with the flags --melonloader.debug` when not launched directly through...
I used ```js import { join } from "path"; PythonShell.defaultOptions = { pythonPath: join(execSync("pipenv --venv").toString().trim(), "Scripts/python"), }; ``` which seems to work fine and doesn't require any hardcoding paths
After struggling with it myself for a while, you need to supply the `-p:TargetFramework=net6.0` (or whatever framework you intend to publish) to the msbuild command when using `...`, since the...
for me the german servers did not work/authenticate, but the american servers worked fine
It might have something to do with the address of my alexa thing being set to an American adress (did it to enable spotify/tidal support)
I've created the extension with login-support for Patreon chapters
a 'quickfix' to combat fatal type errors would be replacing https://github.com/johnbillion/query-monitor/blob/6b66f6513580023415fe21e6f0218bd256b3c59a/classes/Util.php#L440-L444 with ```php } catch ( ReflectionException $e ) { $callback['error'] = new WP_Error( 'reflection_exception', $e->getMessage() ); } catch (...
It is expected, it uses the wordpress api excerpt field which automatically truncates the text and trims html.