Linux

Linux is an open source operating system modeled after UNIX. Widely used, it is known for its efficiency and reliability.
Here are 19,988 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
-
Updated
May 9, 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.
Description
Clicking the tray icon should minimize the window (like other apps with systray support, such as Telegram).
This is not the same issue as having Nativefier minimize to tray after the window is closed (as in #97, #127 or #158), which already works. It's just annoying having to manually close the window.
Steps to reproduce issue
Open a website with --tray
. You shoul
Right now there's no way to set fixed colored cursor with escape sequence from inverted cursor, so it should be supported.
Booting/linux-bootstrap-1.md
text:
where
0x10ffef
is equal to1MB + 64KB - 16b
. . . Since2^20 = 1048576
is 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
0x10ffef
is equal to(1MB + 64KB - 16b) - 1
. . . Since `2^20 - 1 =
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
-
Updated
May 12, 2020 - Swift
Copy Images
Current behavior
Once Boostnote becomes your primary source of documentation the need arises to retrieve this information, such as texts, snippets, links, images...
I happened to have a diagram stored as an image in Boostnote. The original file does no longer exist. I now need to share this image on a forum thread.
Expected behavior
Provide an option to extract images from notes.
I hope I supposed to open an issue and not do something else.
I tried to search for the Lwjgl3ApplicationConfiguration and its related classes' documentation online but couldn't find it here: https://libgdx.badlogicgames.com/ci/nightlies/docs/api/
-
Updated
May 12, 2020 - Go
Currently, the application supports multiple open windows, and multiple tabs in each window.
If a user wishes to open a new file, the general possibilities include creation of a new window, or of a new tab in the existing window. Which possibility occurs in a particular case depends not on explicit direction by the user, but on the manner in which the the file is selected.
If the file is
-
Updated
Mar 19, 2019 - JavaScript
Getting this weird error everytime I use cool-retro-term.
$ user@host ~ ❱ ✔ ≻ cool-retro-term
WARNING: CPU random generator seem to be failing, disable hardware random number generation
WARNING: RDRND generated: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
$ user@host ~
-
Updated
May 9, 2020 - HTML
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:
Hello, There is a bug on Kodi (tested on Windows Store version)
Using Alt+Space I can move Kodi on full-screen mode
Expected Behavior
Here is a clear and concise description of what was expected to happen:
Actual Behavior
Possible Fix
To Reproduce
Steps to reproduce t
-
Updated
Jan 21, 2020
Some documentation could be improved by adding some options to runsc spec
to allow users to specify the command and some other common OCI options. This could also improve the getting started experience for folks who are kicking the tires with runsc.
I'm thinking of the following options:
- Option to specify the command
- Option to specify working directory
- Option to specify network names
-
Updated
May 15, 2020 - Dockerfile
The new converter (#1151) uses member objects to operate on data from the .dat
files. While these provide the necessary functions for conversion, they are also significantly larger than the original dat file entries (20x - 400x the size). This results in a comparatively high memory usage, especially for DE2 which uses ~1.6 GB of memory for all dat file entries. Note that the converter does not
I think it would be a good idea to mention the tee
command, probably somewhere in the "Cat, Less, Tail and Head" chapter
Perhaps the most useful command: EOF. No need to use "exit" / "logout" ever again, works in anything using deadline, any shell, and things like cat when using it to create files
cat - > file
.