Niko Föhr
Niko Föhr
Or perhaps not so random at all. Only the .ipynbs links to the *same* folder are working - File in question: `user_guide/03-Applying_Customizations.ipynb` - Working: - `[Annotating Data](../user_guide/01-Annotating_Data.ipynb)` (still same folder)...
# Producing MWE Since building all the docs takes a long time, I decided to try to make a MWE which produces the bug. There are two approaces: top-down (removing...
## About different 'myst' reference target not found -errors If Customization RST filename is Customization.rst, and `doc/getting_started/index.rst` has: ``` .. toctree:: Customization ``` you'll get warning saying **Something.rst** is missing...
Wakepy package author here. Found this by searching where wakepy is used. Just a heads up that I've just released wakepy 0.9.0 which supports at least the two major DEs...
@ikus060 Thank you this is really valuable! As this occurs import time this should really be changed to ImportError! I will publish a patch for this! By the way, what...
Just wanted to give a brief update that I've finally got some extra time to work on this. I decided to also add some basic testing to wakepy, and got...
I'm just about to install GhostBSD 24.04.1 and try to make wakepy work on it.
This is what wakepy 0.9.1 gives on GhostBSD: ``` (venv) fohrloop@fohrloop-ghostbsd ~/c/wakepy (main)> wakepy /home/fohrloop/code/wakepy/venv/lib/python3.9/site-packages/wakepy/core/platform.py:17: UserWarning: Could not detect current platform! platform.system() returned FreeBSD warnings.warn( _ | | __ __...
This is what you can see in GhostBSD 24.04.1, CPython 3.9.18: ``` >>> os.name 'posix' >>> sys.platform 'freebsd14' >>> platform.system() 'FreeBSD' >>> sysconfig.get_platform() 'freebsd-14.0-STABLE-amd64' ``` ### How wakepy works currently...
I have been thinking this now for a while, and I think that the `Method.supported_platforms` may go. The main motivation behind keeping `supported_platforms` would be the ability to automatically gather...