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,741 public repositories matching this topic...

jlevy
jlevy commented Jun 24, 2015

We have some examples of search/replace, but they are too simple.

  • Should show a capturing group, e.g. sed with \1 in it and/or perl or repren alternatives.
  • Maybe even one with an arbitrary transform on the group (like upper- or lower-casing).
  • Another with multiline search replace, e.g. "foo,bar,baz" -> "foo\nbar\nbaz"
mkcert
sedalu
sedalu commented Apr 13, 2019

Filippo, as we discussed as GothamGo, using mkcert as an infrastructure CA to secure internal service-to-service http calls is probably a use case falls within the mission of mkcert. The readme provides enough detail on how to do this manually, but it warns against "production" use. Please clarify that this use case is not discouraged. Thanks.

dlight
dlight commented Aug 25, 2019

Description

Clicking the tray icon should minimize the window (like other apps with systray support, such as Telegram).

This is not the same issue as having Nativefier minimize to tray after the window is closed (as in #97, #127 or #158), which already works. It's just annoying having to manually close the window.

Steps to reproduce issue

Open a website with --tray. You shoul

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)

AlecRust
AlecRust commented Feb 4, 2020

Is your feature request related to a problem? Please describe.
When starting the download of many files (clicking multiple Magnet links on a page for e.g.) the confirmation dialog showing where the download will be saved always pops up. In Transmission for e.g. there's an option to not prompt each time.

Describe the solution you'd like
Add a checkbox in the preferences that prevents t

calculator
MicrosoftIssueBot
MicrosoftIssueBot commented Apr 14, 2020

Repro Steps:

  1. Launch "Calculator" app.
  2. Home screen will be displayed.
  3. Navigate to menu button and activate it.
  4. Navigate to "Graphing" list item and activate it.
  5. Navigate to "Graph options" button and activate it.
  6. Navigate to "Reset view" link.
  7. Verify the luminosity ratio of "Reset view" link via Colour Contrast Analyser tool.
  8. Observe the issue.

**Actual Resu

SandMouse
SandMouse commented Oct 20, 2019

Current behavior

When you create a new note you choose between a MD note or a snippet note. You cannot switch between modes once a note has been made.

Expected behavior

The user should be able to choose how his entered text is rendered: as a snippet note or as a MD note.

Steps to reproduce

n/a

Environment

  • Version : 0.13
  • OS Version and name : MacOS 10.14.6
jusw85
jusw85 commented Nov 29, 2019

Issue details

Camera.unproject does not return original value

Reproduction steps/code

    public void create() {
        Vector2 tmpvec = new Vector2();
        tmpvec.set(0, 0);

        Stage stage = new Stage(new ScreenViewport());
        stage.stageToScreenCoordinates(tmpvec); // has the correct screen coords;
        stage.screenToStageCoordinates(tmpvec);
        
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
notable
liuyi
liuyi commented Jul 6, 2016

API Document is out of date, please update it.
A example:
cc.TextureCache()
dumpCachedTextureInfo()
Output to cc.log the current contents of this TextureCache
This will attempt to calculate the size of each texture, and the total texture memory in use.

in this link: http://www.cocos2d-x.org/docs/api-ref/js/v3x/

check code, we can find some infomation:
TextureCache: dumpCachedTextureInfo()

nvm-windows
jakobrosenberg
jakobrosenberg commented Mar 22, 2020

There's a section about Uninstall existing npm, but the recommendations for upgrading are scattered in the issues.

The relationship between node, npm and nvm is not clear and it's not obvious if upgrading npm should be done through nvm or at least in a way that doesn't break nvm.

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

greatspam
greatspam commented Jan 22, 2020

Description of the Issue

Need to switch between two documents quickly : current workaround is to use document switcher and enable MRU behaviour
Assigning a single key so I don't have to hit CTRL+ every time - does not work

ideally it would work best to add a new keyboard shortcut to toggle between the last tab and current tab, like the F12 in the EditPlus editor. That way no workaround wo

Egenet
Egenet commented Apr 9, 2020

scoop install git
...
$Status = Invoke-ExternalCommand $7zPath $ArgList -LogPath $LogPa …
~~~~~~~
Cannot validate argument on parameter 'FilePath'

Which is quite reasonable because the '7z' folder is just empty.

But!

scoop install 7zip
Installing '7zip' (19.00) [64bit]
No connection could be made because the target machine actively refused it. N

jetztgradnet
jetztgradnet commented Oct 16, 2017

Which lab is it that you're having issues with?
Lab: Docker for Java Developers

Description

When deploying Java applications in production one usually specifies the amount of memory available to the JVM (-Xmx) and other assorted configuration settings. Unfortunately, this is (usually) static configuration and therefore fixed in the container image. When specifying memory constraints

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.