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

jlevy
jlevy commented Jun 24, 2015

We have some examples of search/replace, but they are too simple.

  • Should show a capturing group, e.g. sed with \1 in it and/or perl or repren alternatives.
  • Maybe even one with an arbitrary transform on the group (like upper- or lower-casing).
  • Another with multiline search replace, e.g. "foo,bar,baz" -> "foo\nbar\nbaz"
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.

alacritty
atchim
atchim commented Apr 19, 2020

When opening Alacritty with --class option it changes the window instance instead the class.
For example, if I do alacritty --class foo and I check the window properties I got:

Instance: foo
Class: Alacritty
Title: Alacritty

--title option is working as expected, although.

Infos

OS: Funtoo Linux
Window Manager: dwm
Alacritty: alacritty 0.5.0-dev (03bce99)

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

AlecRust
AlecRust commented Feb 4, 2020

Is your feature request related to a problem? Please describe.
When starting the download of many files (clicking multiple Magnet links on a page for e.g.) the confirmation dialog showing where the download will be saved always pops up. In Transmission for e.g. there's an option to not prompt each time.

Describe the solution you'd like
Add a checkbox in the preferences that prevents t

SandMouse
SandMouse commented Oct 20, 2019

Current behavior

When you create a new note you choose between a MD note or a snippet note. You cannot switch between modes once a note has been made.

Expected behavior

The user should be able to choose how his entered text is rendered: as a snippet note or as a MD note.

Steps to reproduce

n/a

Environment

  • Version : 0.13
  • OS Version and name : MacOS 10.14.6
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
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

mooninite
mooninite commented Sep 2, 2019

Bug report

Describe the bug

Here is a clear and concise description of what the problem is:

xbmc/interfaces/python/PythonInvoker.cpp

There are a three references in the file above to the private interfaces of PyInterpreterState.

Example:

s = state->interp->tstate_head;

Python 3.8 has finally removed the public interfaces to PyInterpreterState. The C documentation has al

gvisor

Created by Linus Torvalds

Released September 17, 1991

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