-
Updated
Jun 9, 2020
bsd
Here are 259 public repositories matching this topic...
-
Updated
Jan 22, 2020
constgrep is slow
The constgrep
tool could probably be a bit faster. I'm not sure what's making it so slow at the moment. It shouldn't take ~2 seconds to look up a value.
$ time constgrep EPERM
#define EPERM 1
constgrep EPERM 1.12s user 0.43s system 88% cpu 1.751 total
Eg: norestored.
And until then, change the man page to say that it is incomplete, and to look in examples and the changelog. Are there configuration settings that are only documented in code?
System Details:
First user impression was confusing. I read it as "minus 20 seconds break"...took me a bit to figure out they are used for adjustment.
xargo CI is failing with a strange ICE:
thread 'rustc' panicked at 'failed to lookup `SourceFile` in new context', src/librustc_middle/ty/query/on_disk_cache.rs:456:17
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
error: internal compiler error: unexpected panic
note: the compiler unexpect
Important notices
Before you add a new report, we ask you kindly to acknowledge the following:
-
I have read the contributing guide lines at https://github.com/opnsense/core/blob/master/CONTRIBUTING.md
-
I have searched the existing issues and I'm convinced that mine is new.
Describe the bug
When adding a wildcard override to Unbound DNS, the service stops and reports an
Steps to reproduce:
- Go to Tools > Preferences > General
- Under Home Page select Use Bookmark
- Select This Folder to set a bookmark folder as Home Page
Actual:
Bookmark selection menu allows selection of folders.
Expected:
In this case, bookmark selection menu should not allows selection of folders; it doesn't make sense to have a bookmark folder as home
Hi, I'm looking around for test my linux based machine whit docker but don't see the 'how to' anywhere, someone know how to run the official test suite?
http://www.phoronix-test-suite.com/documentation/
thanks in advance,
-
Updated
Apr 1, 2020 - Shell
Printable format
Is there any chance that you will create a printable version of this docs as it would be very useful if it is distributed on my college tech club and my fellow linux geekmate. Thanks
Hi,
Could you please help me understand what I'm missing:
Python 3.6.9
[GCC 8.3.0] on linux
from pyroute2 import ethtool
etht = ethtool.Ethtool()
ERROR:root:Generic netlink protocol ethtool not found
ERROR:root:Please check if the protocol module is loaded
and looks like this happens specifically in this place
_with_nl.is_nlethtool_in_kernel()
ERROR:root:Generic netlink p
-
Updated
Jun 24, 2020 - Perl
When disabled, accept stdin as-is and don't re-open the TTY. When enabled, accept a user-specified file separator sort of like how cut -d
works.
I traced the error back to https://github.com/bram85/topydo/blob/b59fcfca5361869a6b78d4c9808c7c6cd0a18b58/topydo/commands/RevertCommand.py#L101.
Per https://arrow.readthedocs.io/en/latest/releases.html#id9, the command arrow.get(timestamp_string)
doesn't work anymore, and preferred syntax is now arrow.get(timestamp_string, "X")
. In this test case, timestamp_string="5"
etc. It seems
-
Updated
Apr 17, 2020 - C
-
Updated
Dec 1, 2019
-
Updated
Jun 23, 2020 - C
It's probably not worth warning about
$ bfs -print -follow
OTOH, both of these probably deserve warnings:
$ bfs -print -o -follow
$ bfs -follow -o -print
In the mysql config file, innodb_flush_log_at_trx_commit is set to 0.
However, the MySQL official document recommends to set it to 1, which helps keep InnoDB ACID Compliant.
"For
-
Updated
Jun 9, 2020 - C
The Libre Graphics Meeting 2019 is just around the corner!
As usual, the first conference will be the State of Libre Graphics, where we will give an overview of what has happened during the last year in the world of Libre Graphics.
You're very welcome to submit three slides for your projec
Improve this page
Add a description, image, and links to the bsd topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bsd topic, visit your repo's landing page and select "manage topics."
Right now there's no way to set fixed colored cursor with escape sequence from inverted cursor, so it should be supported.