Aliaksei Syrel

Results 35 issues of Aliaksei Syrel

For OSX both `delete` and `backspace` keys have the same scanCode (`51`) for keyDown event, while different for keystroke and keyUp events: Backspace: ``` down - #(2 2083375 51 1...

Hi When building `rust-skia` on Windows 10 with `textlayout` feature enabled the build fails with `'python3' is not recognized` error. However, `Python 3` was successfully detected during the init step:...

We need a widget that displays a stream of groups, where each group contains a stream of items. The widget should be able to load items of each group independently

enhancement

Hi, In one of the respositories there is a very old commit (from 2018) with a non-breaking space in the commit message that breaks Iceberg: https://github.com/feenkcom/gtoolkit-phlow/tree/3bf1a9728c47a834e105943d67a2e7dd0f01fb10 This leads to inability...

The pull request https://github.com/rust-windowing/glutin/pull/1253 prevents Glutin from creating windowed contexts on systems that do not have vsync extensions. It fails even if `vsync` is set to `false`. ``` CreationErrors([NoAvailablePixelFormat, OsError("Couldn't...

status: needs discussion
type: api

I can't seem to be able to move an OpenGL context to another thread on OSX. Calling `make_current()` on a `NotCurrent` context (even splitted) from a non-main thread results in...

platform: macOS
status: needs investigation

Hello 👋 Recently, we decided to refactor baselines in a lower part of our decently sized project. That refactoring included splitting baselines that declare a lot of packages into multiple...

On Windows `sqOSThread` is defined as a type alias to `DWORD`: https://github.com/pharo-project/opensmalltalk-vm/blob/076c071754a460380add7d9a4e32df3b72b11888/extracted/vm/include/win/sqPlatformSpecific.h#L101 `ioCurrentOSThread` is implemented as `pthread_self()` which returns `pthread_t`: https://github.com/pharo-project/opensmalltalk-vm/blob/076c071754a460380add7d9a4e32df3b72b11888/extracted/vm/include/win/sqPlatformSpecific.h#L26 Which means that the following fails with `error C2440:...