Skip to content
linux logo

Linux

Linux is an open source operating system modeled after UNIX. Widely used, it is known for its efficiency and reliability.

Here are 16,947 public repositories matching this topic...

ruadhanbarry
ruadhanbarry commented Aug 18, 2016

I have an email signature that deeplinks to "tel:" and "skype:". I'd like to keep link tracking on, but the link tracking does not work on the skype link when it is sent through as when the deeplink is redirected, it garbles the uri. "skype:" becomes "https://link.nylas.com/link/...?redirect=**skype%3A{username}%3Fchat**&r=cnVhZGhhbkBnbWFpbC5jb20="

It would be nice to be able to either fix this,

nixpulvis
nixpulvis commented Apr 11, 2019

Currently, a triple click will select the single complete line underneath the cursor. However, now that we have reflow, a single logical "line" can span many grid lines. A logical line is the content the text printed to the terminal thinks is a line, a grid line is a row in Alacritty's grid. Triple clicking today will miss parts of logical lines.

Other terminals (tested Termite and Urxvt) selec

IISResetMe
IISResetMe commented Jul 26, 2019

Summary of the new feature/enhancement

Write-EventLog does not currently accept pipeline input, although it might be useful in situations where you want to log multiple events log entries of the same type:

Get-SomeInformation |Write-EventLog -LogName Application -Source -EventID 100

Proposed technical implementation details (optional)

  • Update the [Message parameter attrib
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.

amirrammari
amirrammari commented Sep 5, 2019

Bug report

Describe the bug

Here is a clear and concise description of what the problem is:

Hello, There is a bug on Kodi (tested on Windows Store version)
Using Alt+Space I can move Kodi on full-screen mode

Expected Behavior

Here is a clear and concise description of what was expected to happen:

Actual Behavior

Possible Fix

To Reproduce

Steps to reproduce t

You can’t perform that action at this time.