Marcel Taeumel

Results 133 issues of Marcel Taeumel

At the moment, I have to do this to get output out of the container: ```bash echo "::set-output name=${var_name}::${var_value}" ``` Would it be possible to support `$GITHUB_ENV` somehow? ```bash echo...

During the action's `install:` phase, one cannot access the checked-out files. For modularity reasons, I manage preparation scripts for various Linux environments in the repository. Therefore, I tried to not...

The return value of `primitiveImageFormatVersion` is hard-coded and does not consider the value of `multipleBytecodeSetsActive`, which is indeed important when trying to open a particular image with a particular VM....

bug

Here is a draft. ----------- How to make a new RC of the OSVM: 1. Tag specific commit with its UTC timestamp, e.g., 202205110711 for May 11, 2022 at 7:11...

As of https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/2d7105db755928fd90823d264fc64e17b1c57ad4, there can be flickering or invisible Morphic dragging if no image-side composition buffer is used. In Squeak, that composition buffer is either already used or can be...

enhancement
macOS
primitive

As of https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/2d7105db755928fd90823d264fc64e17b1c57ad4, the image side can access native pixels only for "native Retina" scale factors as the platform code only considers the `backingScaleFactor`. Currently, this will only change between...

enhancement
macOS

VM: 201608171728 OS: Windows 10 1607 Keyboard: German Here is how I observed the keyboard events in Squeak5.1rc1 (after filing in the attached files): [KeyboardEvent-printOn.st.txt](https://github.com/OpenSmalltalk/opensmalltalk-vm/files/426558/KeyboardEvent-printOn.st.txt) [KeyboardEvent-printKeyStringOn.st.txt](https://github.com/OpenSmalltalk/opensmalltalk-vm/files/426689/KeyboardEvent-printKeyStringOn.st.txt) ``` Smalltalk | filter...

enhancement
Win

Since X11 does not provide a localized version of virtual keys, I mapped the X11 event's `KeySym` to such a "virtual-key code", using `evt.keycode` only as a fall back. It's...

… mvm files, which are prepared for our Debian builds. No update of latest-build release but artifact upload for 90-day reviews. Fixes minor issue in configure.ac to be able to...

I wanted to document the issue that the pre-releases "latest-build", "latest-assert-build", and "latest-debug-build" are a **data sink** for collecting the latest build artifacts, regardless of their timestamp. Initially, there was...

documentation