Skip to content
#

Linux

linux logo

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

Here are 18,822 public repositories matching this topic...

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.

LWFlouisa
LWFlouisa commented Jan 12, 2020

Whenever I open a webpage in external browser, it doesn't choose the default browser I assign, but rather chooses its own default browser.

Right click on open in external browser. The external browser it opens is a default that you haven't set. I set TOR as my default browser, yet defaults to some other browser besides TOR: Vivaldi, Opera, Chrome, Waterfox, even Falkon.

But it doesn't open t

alacritty
chrisduerr
chrisduerr commented Mar 1, 2020

The default bright colors are often indistinguishable from the normal colors. This impacts the functionality of the default configuration file, which should achieve to provide sensible defaults that are usable out of the box for most people.

Since colors are highly subjective, I'd propose that the best approach to take is to imitate the current behavior of the dim colors, by taking the normal c

rodggerbr
rodggerbr commented Jan 8, 2020

Booting/linux-bootstrap-1.md
text:

where 0x10ffef is equal to 1MB + 64KB - 16b . . . Since 2^20 = 1048576 is 1MB.

0x10ffef = 1114095
1MB + 64KB - 16b = 1114096 ((2^20) + (64 × 2^10) − 16) or 2^20

0x10ffef != 1MB + 64KB - 16b

maximum address = 0x10ffef
2^20 = address 0 - 0x10ffef

right:

where 0x10ffef is equal to (1MB + 64KB - 16b) - 1 . . . Since `2^20 - 1 =

AlecRust
AlecRust commented Feb 4, 2020

Is your feature request related to a problem? Please describe.
When I'm on the main "Downloading" screen it's not very obvious if a download is completed or nearly complete. The progress bar remains purple instead of green and there's no label that says "Seeding" for example.

Describe the solution you'd like
The appearance of downloads in the "Stopped" screen look suitable. This same

PowerShell
mklement0
mklement0 commented Nov 18, 2019

Summary of the new feature/enhancement

Tee-Object currently invariably uses the default character encoding when teeing to a file (-Path aka -Filepath, -LiteralPath), which in PS Core is BOM-less UTF-8

However, sometimes you need a specific character encoding, and Tee-Object currently offers no way to specify a different encoding.

Proposed technical implementation details

SandMouse
SandMouse commented Oct 20, 2019

Current behavior

When opening Boostnote the application jumps to the first note in "All Notes"

Expected behavior

When opening Boostnotre you want to pick up where you left off.

Steps to reproduce

  1. Open Boostnote, edit a random, but not the first note.
  2. Close Boostnote
  3. Open Boostnote and notice that you are not back where you left off.

Environment

  • Version :
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.

notable
wbgt
wbgt commented Dec 30, 2019

Feature description

When a note is viewed or edited, a list of the notes linking to the current note can be shown (in side bar or by click a button), as we can see in Tiddlywiki or Scrivener.

Feature motivation

This feature will promote Notable a personal knowledge system.

heisian
heisian commented May 17, 2018

The current line reads git remote set, and we can see in the below screenshot that the t is cut off:
screen shot 2018-05-17 at 11 18 56 am

Switching to a non-modern font shows the cursor in the correct position:
<img width="1920" alt="screen shot 2018-05-17 at

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

simonsan
simonsan commented Nov 2, 2019

Right now we give the following information (e.g.):

openage v0.4.0-69-g9412facd
opengl
MSVC 19.16.27032.1 [/DWIN32 /D_WINDOWS /W3 /GR /EHsc /MP]
Cython 0.29.14

For future debugging on the user side we could give more information:

  • OpenGL version number
  • nyan-lib version number
  • libc
  • sdl-version
  • Qt-version
  • maybe even opus-codec version

In addition:
jj quote:

Created by Linus Torvalds

Released September 17, 1991

Repository
torvalds/linux
Wikipedia
Wikipedia
You can’t perform that action at this time.