Linux

Linux is an open source operating system modeled after UNIX. Widely used, it is known for its efficiency and reliability.
Here are 20,480 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
Jun 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.
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
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
Summary of the new feature/enhancement
Back in Powershell 5, I could write a script which contained:
> $cred = Get-Credential -UserName "$first.$last"
A dialog would then appear, asking for the password, but it also gave the option of changing what the username was. This was useful as you could implement a naming standard, but when there was an edge case allowed the end
-
Updated
Jun 13, 2020 - Swift
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/
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.
-
Updated
Jun 5, 2020 - Go
Describe your feature request
Preferences -> Image uploader -> GitHub needs a bit of instruction.
I would suggest something like this:
If you don't have a GitHub account, you will need to make one.
A token can be generated in Settings/Developer settings
For more detailed instructions, [consult t
-
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 29, 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
Jun 11, 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
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
.