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

jasnell
jasnell commented Nov 12, 2019

test-source-map fails on Windows 10. Looking at the test file, there is a special case for Windows that is not being met under certain conditions. I believe it has to do with how git is configured to handle line endings on checkout but I still need to confirm

C:\Users\jasne\Projects\node>Release\node test\parallel\test-source-map
assert.js:93
  throw new AssertionError(obj);
  ^

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

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

yevgenypats
yevgenypats commented Aug 16, 2019

Hi, I'm Yevgeny Pats Founder of Fuzzit - Continuous fuzzing as a service platform.

We have a free plan for OSS and I would be happy to contribute a PR if that's interesting.
The PR will include the following

  • go-fuzz fuzzers (This is generic step not-connected to fuzzit)
  • Continuous Fuzzing of master branch which will generate new
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.