Holger Freyther

Results 44 issues of Holger Freyther

Doing a FileStream fileIn: 'Code.st' does not re-load the browser, only reconnecting shampoo is helping.

I tried to use shampoo with one client. I execute code like: Smalltalk at: #HO put: Handover new and the code was not executed (nothing ending in the smalltalk dictionary),...

It would be very nice if the various browsers (Class, Namespace, Category, Selectors) would allow to file-out to a file.

In GST syntax code like this can be written. Object subclass: ABC [ ABC class >> callMyFunction: aNr [] ] the 'init' is not shown anywhere, it doesn't appear to...

I was just hitting the following when clicking on Behavior in the class browser. Object: nil error: did not understand #descriptor MessageNotUnderstood(Exception)>>signal (ExcHandling.st:254) UndefinedObject(Object)>>doesNotUnderstand: #descriptor (SysExcept.st:1403) [] in Shampoo.CategoriesRequest>>execute (Shampoo.star#VFS.ZipFile/requests.st:195)...

It would be nice if the print-it would work without having to select/mark the buffer.

One use-case I would like to experiment with is to be able to answer questions across a larger set of deployments to drive optimization efforts. Some of the queries might...

Do not allow a daily restriction that spans a full 24*time.Hour and similar for weekly restrictions. The PD API rejects 24*time.Hour and 24*7*time.Hour for the API.

pluginName: systemd pluginType: workloadattestor description: A basic plugin to get the systemd.unit for the running pid. pluginData: No config right now Github Repo: https://github.com/zecke/systemd-attestor

When a new request is received I am doing something a long: ``` resp.writeHead(Tufao::HttpResponseStatus::OK); resp.flush(); ``` The application will process some data (when it arrives) and then issue the resp.write...

bug