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,519 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);
  ^

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.

trgcyln
trgcyln commented Oct 4, 2019

I'm trying to export cs

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

alacritty
chrisduerr
chrisduerr commented Feb 6, 2020

If a block selection includes the end of a line, not only the block selection but also the newline characters from the end of the line are inserted.

Additionally, when the selection goes from the start of the line to the end of the line and a line wraps around, the line is not copied correctly but instead broken across multiple lines.

It should be fairly simple to fix this, by only appending

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

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
csreegn
csreegn commented Jul 16, 2019

I am using v1.1.1 with MacBook Pro 2018 and an external second display that is not HiDPI.

cool-retro-term looks great on the laptop retina display, but when I open it on the non-hdpi display it's a mess.

On the HiDPI retina display it looks like this:
Screenshot 2019-07-16 at 9 55 38

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 visual-studio
You can’t perform that action at this time.