tim Rowledge
tim Rowledge
Half a dozen small bug fixes from ben Co-Authored-By: bavison
It could save some confusion if the control panel got a mention near the beginning of https://github.com/SeasideSt/Seaside - somewhere near the 'launch the welcome page' section.
It would be nice to have the ability to run a system as a commandline command - or even as the shell. We have plenty of options for ways to...
I've ust tried to install and run on a new Pi 5. Initially it complained becasue 'yad' could not be installed, but running the wget install snippet again claimed to...
This is simply a record of a problem noticed when changing settings; it almost certainly isn't an sdm problem but it is faintly possible that some interaction with the sdm...
The current version of WAVNCController>>#renderContentOn: crashed because the RFBServer class return nil if there is no running instance. A simple change to test for nil first solves this - ```...
Whilst trying to follow the HPI seaside tutorial (so many problems...) I used the halo to inspect some component or other and discovered that the `WAInspector current ` isWAPharoInspector, which...
WAVersionUploader>>#newVersion: uses an RWBinaryOrTextStream that gets set to binary mode when the MCZ data is written to it. That breaks the response #nextPutAll: when we get to GRPharoUtf8CodecStream>>#nextPutAll: because that...
WAWebServerAdaptor>>#responseFrom: fails when it sends #oldNetscapeString. I found some issues relating to this and commented but damned if I can find them now to add this info to. So, replace...
The vanilla Process>>#debug:title:full: is deprecated in Squeak 6.1. I propose implementing GRSqueakPlatform>>#openDebuggerOn: openDebuggerOn: anError "Squeak variant based on the Pharo platform code, intended to avoid the deprecated #debug:title:full: message" |...