Linux
Linux is an open source operating system modeled after UNIX. Widely used, it is known for its efficiency and reliability.
Here are 18,874 public repositories matching this topic...
- Version: v10.x
- Platform: all
- Subsystem: repl
What steps will reproduce the bug?
$ node
> function foo() {
... let n = 10n;
Thrown:
let n = 10n;
^
SyntaxError: Unexpected end of input
>
How often does it reproduce? Is there a required condition?
Reproduces all the time.
What is the expected behavior?
Should not cause an
Prerequisites
- Put an X between the brackets on this line if you have done all of the following:
- Reproduced the problem in Safe Mode: https://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode
- Followed all applicable steps in the debugging guide: https://flight-manual.atom.io/hacking-atom/sections/debugging/
- Checked the FAQs on the message b
-
Updated
Mar 14, 2020
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.
Whenever I open a webpage in external browser, it doesn't choose the default browser I assign, but rather chooses its own default browser.
Right click on open in external browser. The external browser it opens is a default that you haven't set. I set TOR as my default browser, yet defaults to some other browser besides TOR: Vivaldi, Opera, Chrome, Waterfox, even Falkon.
But it doesn't open t
The default bright colors are often indistinguishable from the normal colors. This impacts the functionality of the default configuration file, which should achieve to provide sensible defaults that are usable out of the box for most people.
Since colors are highly subjective, I'd propose that the best approach to take is to imitate the current behavior of the dim colors, by taking the normal c
Booting/linux-bootstrap-1.md
text:
where
0x10ffefis equal to1MB + 64KB - 16b. . . Since2^20 = 1048576is 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
0x10ffefis equal to(1MB + 64KB - 16b) - 1. . . Since `2^20 - 1 =
Is your feature request related to a problem? Please describe.
When I'm on the main "Downloading" screen it's not very obvious if a download is completed or nearly complete. The progress bar remains purple instead of green and there's no label that says "Seeding" for example.
Describe the solution you'd like
The appearance of downloads in the "Stopped" screen look suitable. This same
-
Updated
Mar 14, 2020 - Swift
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
I would like to see the feature that when I view a note, I can see a list of the notes linking to this one somehow. For example, the list may be shown in the info panel when I click the circled "i" in the up-right corner. The items in the list should be clickable of course for jumping to.
With this feature, Boostnote would be perfect for me.
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);
-
Updated
Mar 12, 2020 - Go
Description
When writing a document and the text gets longer than the size of the app window, the document doesn't 'scroll with' the writing but the writing disappears under the lower end of the app window.
Just to compare, this isn't true in v0.15.1 on Elementary OS. There, the document automatically scrolls down to follow the text input when it goes below the lower edge of the document w
-
Updated
Mar 19, 2019 - JavaScript
-
Updated
Mar 15, 2020 - HTML
Currently --quiet and --verbose are opposites, where --quiet is the default option.
Given the number of websites covered by Sherlock, should --quiet be altered so that it is not the opposite of verbose but an option that displays only websites where the username has been found?
This way no options remains as it is, -v as it is, and -q as described above.
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
Bug report
Describe the bug
Here is a clear and concise description of what the problem is:
-
Updated
Jan 21, 2020
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
-
Updated
Mar 13, 2020 - Dockerfile
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:
I think an "added value" to Linux Dash should be the ability to facilitate the creation of custom plugins besides official ones but I haven't found any "getting started" tutorial about this.
Do you think it would be a great idea, too?
Thanks!

Some markdown bold syntax is incorrectly displayed.
It should be modified as follows.