Skip to content
#

Windows

windows logo

Windows is Microsoft's GUI-based operating system. It is known for its graphical display and is designed to be user-friendly.

Here are 10,817 public repositories matching this topic...

alacritty
atchim
atchim commented Apr 19, 2020

When opening Alacritty with --class option it changes the window instance instead the class.
For example, if I do alacritty --class foo and I check the window properties I got:

Instance: foo
Class: Alacritty
Title: Alacritty

--title option is working as expected, although.

Infos

OS: Funtoo Linux
Window Manager: dwm
Alacritty: alacritty 0.5.0-dev (03bce99)

villain-bryan
villain-bryan commented Mar 16, 2018

Issue details

While in a LibGDX environment if you press down a key and then switch to any window outside of LibGDX's scope and release that key, the LibGDX environment does not detect that release event.

Upon re-entry to the LibGDX environment, there should probably be some re-polling evaluation of the keys LibGDX thinks are pressed keys to determine if they are still pressed or not.

bnoordhuis
bnoordhuis commented Jun 25, 2019

uv_cpu_info() on Linux:

  1. First consults /proc/stat to get the number of online CPUs, then

  2. Reads the CPU info from /proc/cpuinfo, then

  3. Reads idle/irq/nice/user/sys from /proc/stat

There is a time window between (1) and (2) and (2) and (3) where a CPU could come online or go offline.

Libuv should handle that, probably by:

  1. Meticulously checking if the number of ob
tshirtman
tshirtman commented Jan 4, 2020

Versions

  • Python: 3.6.3
  • OS: linux
  • Kivy: master
  • Kivy installation method: git clone && pip install --editable in virtualenv

Description

when BorderImage's display_size option is used, it overrides the auto_scale parameter, simply because it first computes the value auto_scale would need, and then look if there is a dispaly_border setting, and overrides the values if

tojaroslaw
tojaroslaw commented Apr 22, 2019

Description of the Issue

I tried to follow the instructions to build notepad++ in visual studio, I even tried downgrading to a more compatible version, but I could never get it to build. I'm running Windows 10, I tried clicking the links, but several of the links in the readme file are dead links.

Steps to Reproduce the Issue

following the readme file

Expected Behavior

To be

Created by Microsoft Corporation

Released November 20, 1985

Organization
Microsoft
Website
www.microsoft.com/en-us/windows
Wikipedia
Wikipedia
You can’t perform that action at this time.