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

PinoTsao
PinoTsao commented Jun 21, 2019

Probably need rework. The current description bases on its definition in the arch/x86/boot/boot.h, while is not belonged to vmlinux, it is belonged to ZO image, which is produced under arch/x86/boot.

The real definition locates include/linux/build_bug.h

#define BUILD_BUG_ON(condition) \
	BUILD_BUG_ON_MSG(condition, "BUILD_BUG_ON failed: " #condition)

extend it along, will see it is a

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

federicochiesa
federicochiesa commented Oct 31, 2019

Current behavior

When I open the info menu in the upper right corner of the note, the "note link" field often indicates the address for the note I opened before that one.

Expected behavior

The field should show the address for the note I'm looking at the moment

Steps to reproduce

  1. Open a note
  2. Change to another note
  3. Open info menu

Environment

  • Version : 0.13.
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);
        
shadyabhi
shadyabhi commented Nov 17, 2019

Describe your feature request

Just like we can attach images, it would be great to attach random files like pdfs. Those documents can be uploaded to the same Github repo just like images are being uploaded currently.

Additional context [optional]

While taking notes, it is great to have the ability of uploading random pdfs that I used as reference for writing my notes.

notable
diovudau
diovudau commented Jun 14, 2016

I use CRT mainly for video recordings. It would be nice if the [col x lin] counter could be deactivated, especially on startup, so it doesn't show up in the videos.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/35165166-suppress-col-x-lin-counter-when-starting-or-resizing?utm_campaign=plugin&utm_content=tracker%2F479407&ut
gaoyuoppa
gaoyuoppa commented Nov 27, 2019
  • Brook Version:v20190601
  • Server Operating System:centos 7 x64
  • Server Operating System Version:7
  • Server Operation System Language:en
  • Client Operating System:win 10
  • Client Operating System Version: 1903
  • Client Operation System Language:cn

Expected Behavior

Request Multi-IP Help
Server with multiple IPs, how to specify the server exit IP?
For example: 1.1.1.1 and 2.2.2.2

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

Related Topics

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