Graham Dumpleton
Graham Dumpleton
In PyPi labelling it as yanked means the installer will not install it if using floating version, but will still install if is pinned to specific version. Will kapp-controller behave...
Can you also explain how this would work in practice? In the case of PyPi, because it is a centralised package repository (ignoring mirrors), then when a package is marked...
It doesn't make sense to me that if going to require `-i` and `-b` that `-i` would still delete any image type, including bundles. Why would stuff in other registries...
cc @jorgemoralespou
FWIW. Have similar requirement. As first pass on solution, am going to add in a ``workshopper.css`` and ``workshopper.js`` in ``public`` directory and then update ``app/views/layouts/application.html.erb`` to include ``workshopper.css`` in ````...
Once have this capability for ``workshopper.css`` and ``workshopper.js`` that you can safely override, someone wanting custom application, can drop in ``workshopper.js`` file containing: ``` $(document).ready(function() { $('div#lab-content a').each(function() { if...
Should note that right now this doesn't address getting the web socket stuff which works at ``/cable`` working. I don't understand what that is actually for at this point, so...
Will also need to fix up ``lib/workshopper/lab.rb`` so markdown image inclusion works. Specifically the ``render()`` methods for ``ModulePath`` and ``ImagePath``.
What was the original error message? Was it compile time error or a run time crash? The `AP_MODULE_MAGIC_AT_LEAST` mechanism is only meant to be used in relation to quite specific...
If possible can you check the develop branch. I changed the conditional check to enable code for all Apache 2.4 versions rather than have a specific change set check.