Christoph Thiede

Results 215 issues of Christoph Thiede

If my diagram gets too large, I currently can only zoom out the whole webpage using the browser's feature. However, this approach is limited to the browser capabilities and makes...

On our machines, only `pip3` is installed. Would be nice to add support for this setup.

![image](https://user-images.githubusercontent.com/38782922/91735253-515a5c00-ebac-11ea-9e9e-51d185e31975.png)

TypeScript is unable to derive types from `gl-matrix` when a single type is imported using `require('gl-matrix/vec3')` or something similar: ![image](https://user-images.githubusercontent.com/38782922/118161537-fefe5a00-b41f-11eb-9596-80825752e2d1.png) ![image](https://user-images.githubusercontent.com/38782922/118161591-0de50c80-b420-11eb-9fc6-245da88e1ddd.png) Nevertheless, both `require()` statements are valid and equivalent as...

Each review contains a field named `title`, but in our scenario, it is always null. I took a look at the code and found the following confusing fragments: - https://github.com/facundoolano/google-play-scraper/blob/50502284a7f6d2ffbf21a5b12feca1fe4a19f13d/lib/utils/reviewsList.js#L30-L33...

To reproduce, in Squeak, do this: ```smalltalk 'aaa' copy tryPrimitive: 64 withArgs: {2. $b asciiValue}; yourself ``` Expected behavior: The primitive fails, and the string remains `aaa`. This is also...

Currently cannot detect which modifier keys are pressed from a `MouseWheelEvent`. Reproduced in Win32 (Win 21H1) and X11 (WSL/Ubuntu).

Observations in a current Trunk image with the latest VM RC: - `Compiler evaluate: 'super foo' for: ProtoObject new.` - expected: `⚡ MessageNotUnderstood: ProtoObject>>foo` - actual: `⚡ MessageNotUnderstood: SmallInteger>>foo` -...

In the Squeak bundles, the executables for Windows now contain a manifest file to make sure the image contents are not displayed blurry on high-DPI screens but we can use...

I've got a Squeak image that reproducibly crashes after some time. On Windows, the error message is this: ``` --------------------------- Fatal Squeak VM error --------------------------- Sorry but the Squeak VM...