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,094 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.

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 =

PowerShell
OneCyrus
OneCyrus commented Dec 20, 2019

Summary of the new feature/enhancement

Get-Date should support ISO 8601 to return in UTC. Currently the -format s option returns in ISO 8601 but local time.
There should be a new option which formats including the timezone.

e.g. instead of 2019-12-20T08:48:05 in UTC +1, it should be 2019-12-20T07:48:05Z

https://tools.ietf.org/html/rfc3339#section-5.8

Proposed technical imple

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);
        
notable
fabiospampinato
fabiospampinato commented Dec 21, 2019

We need a round icon to use in some places, like the subreddit, but I can't think of what this round icon should look like 🤔.

The best that I can think of is a rolled pencil, but that sounds kind of difficult to sketch and perhaps the pencil endings won't look great inside a circle.

If anybody has any other ideas I'm all ears.

vinc
vinc commented Jan 15, 2020

It'd be really useful to have a command option to use or import a JSON profile from the command line when launching cool-retro-term on a system that don't have a mouse. And even with a mouse, that option could automate the process.

Ideally --profile should be able to take a JSON directly, but another option like --import-profile foo.json would work too, although there's a potential for co

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

Niagara1000
Niagara1000 commented Nov 23, 2019

In the readme.md file , when I click on the Demo link, a message pops up saying that it is not a secure connection and that criminals might steal information. Anyone else have this issue ?

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

Related Topics

python macos docker
You can’t perform that action at this time.