daniels220

Results 26 issues of daniels220

* **Version**: 1.43.0 * **Platform**: Darwin Kernel Version 20.6.0: Wed Jan 12 22:22:42 PST 2022; root:xnu-7195.141.19~2/RELEASE_X86_64 x86_64 I'm working in Lua (using [luvit/luv](https://github.com/luvit/luv)), but since the functions involved are pretty...

stale

I would expect #sessionsDo: to iterate over only sessions (instances of WASession), but the implementation makes no distinction so document handlers are included as well. I bet when the implementation...

### Application Version 5.1.0 ### Platform macOS Big Sur ### Printer Creality CR-10S ### Reproduction steps 1. MAYBE: Select a profile migrated from an older version of Cura. 2. Slice...

Type: Bug
Status: Under Investigation

**Describe the problem** `Socket>>sendDone` reduces to a `select(2)` call (on UNIX, presumably something equivalent on Windows) testing the socket FD for writability. This does _not_ mean that _all_, or indeed...

Plus a couple related refactoring opportunities I spotted at the last moment.

Fill out the full set of testing methods (add #isReady, #isBlocked) and reimplement the existing ones in terms of #state. Use new #isReady in ProcessorScheduler>>interpriorityYield:

**Is your feature request related to a problem? Please describe.** Sometimes it is useful to know whether a process is being debugged. At the most basic the process monitor could...

**Describe the request** Process has methods like `isSuspended`, `isTerminated`, `isActiveProcess`, but they do not discriminate between all possible states a process can be in, and it's not always clear how...

Type: Enhancement

**Describe the request** The taskbar is much more useful if it's easy to tell what kind of window each slot represents at a glance, but not all tools have a...

Project: Graphics

Blocks are considered equal if they execute the same code and have the same receiver and copied values. Fortunately CompiledCode>>= already exists and seems remarkably robust. In the vast majority...