Nikita Boldasov

Results 47 comments of Nikita Boldasov

A workaround to run RetroArch until the issue is fixed by Valve: 1. Go to desktop mode. 2. Open the file manager, go to /usr/bin, run xterm. 3. Set passwords...

The issue still exists. The SteamOS version is "SteamOS 2.0 update 1:2.195".

Hi Alexufo. I found a solution for the problem. I think it was bug. I changed function getMessageFilter in file lib/class/AJAXChat.php on line 1932 to: > function getMessageFilter() { >...

Yeah, I created a SearchParameter, then I restarted the server and performed reindexing. Those actions were made on 5.0.0 (I upgraded the server today, but SearchParameters still don't work). Reindexing...

Setting `fhirServer/core/serverRegistryResourceProviderEnabled=true` hasn't worked out. Also I just tried to add the SearchParameter to `/config/config/default/extension-search-parameters.json`, but Patient's search still returns `Search parameter 'favorite-color' for resource type 'Patient' was not found.`

I forgot to wrap the SearchParameter into Bundle inside `extension-search-parameters.json`. Now it works with `extension-search-parameters.json` configuration provided.

I renamed the issue to be more precise what doesn't work as intended.

`SDL_GetScancodeFromName(SDL_GetKeyName(event.key.keysym.sym)) == SDL_SCANCODE_UNKNOWN` If the input character can't be translated to a scancode, then it's an unknown symbol (probably a non-english layout letter or a layout-specific special character). A different...

Anyway, I think the game can't be aware of all the layouts on the PC (at least SDL API doesn't imply that), unless the user specifically switches between all of...

I reported the bugs caused by incorrect keyboard layout detection to the SDL's GitHub. Let's wait for the answer. https://github.com/libsdl-org/SDL/issues/4187