search for: chutzpah

Displaying 7 results from an estimated 7 matches for "chutzpah".

2020 Apr 09
5
[Bug 1418] New: segfaults when running nft --file foo.nft --echo
...--file foo.nft --echo Product: nftables Version: unspecified Hardware: x86_64 OS: All Status: NEW Severity: enhancement Priority: P5 Component: nft Assignee: pablo at netfilter.org Reporter: chutzpah at gentoo.org Here is the backtrace: mpz_cmp (a=a at entry=0x555555654ce0, b=<optimized out>) at mini-gmp.c:1819 1819 return mpn_cmp (a->_mp_d, b->_mp_d, asize); (gdb) bt #0 mpz_cmp (a=a at entry=0x555555654ce0, b=<optimized out>) at mini-gmp.c:1819 #1 0x00005555555ad79...
2020 Apr 07
2
[Bug 1416] New: Include a pre-built man page in the distributed tarball
...tarball Product: nftables Version: unspecified Hardware: x86_64 OS: All Status: NEW Severity: enhancement Priority: P5 Component: nft Assignee: pablo at netfilter.org Reporter: chutzpah at gentoo.org Building the man page pulls in some dependencies that have quite a few dependencies on their own. It would be very nice if this was optional, and there was a prebuilt man page included in the original tarball that can be installed. -- You are receiving this mail because: You are wa...
2015 Sep 15
36
[Bug 2468] New: Option to include external files to sshd_config
https://bugzilla.mindrot.org/show_bug.cgi?id=2468 Bug ID: 2468 Summary: Option to include external files to sshd_config Product: Portable OpenSSH Version: 7.1p1 Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: sshd Assignee: unassigned-bugs
2020 Jul 28
3
[Bug 1446] New: no output with "nft --echo --json"
...t --echo --json" Product: nftables Version: unspecified Hardware: x86_64 OS: All Status: NEW Severity: enhancement Priority: P5 Component: nft Assignee: pablo at netfilter.org Reporter: chutzpah at gentoo.org When running the nft command with "--echo" and "--json" there is no output. It would be useful to have JSON output with "--echo" to make it easier to parse the output with tools other than nft. -- You are receiving this mail because: You are watching a...
2012 Jul 23
2
Bug in my code (finding nonzero min)
Can someone verify for me if the for loop below is really calculating the nonzero min for each row of a matrix? I have a bug somewhere in the is section of code. My first guess is how I am find the the nonzero min of each row of my matrix. The overall idea is to make sure I am investing all of my money, i.e. new.set is a set of indicator variables for each stock for a particular portfolio, i.e.
2005 Mar 11
4
VoipJet Terms of Service
I've heard good things about VoipJet here, so I was going to set up an account. Then I noticed their Terms of Service here: https://www.voipjet.com/tos.php Several things there are very concerning to me, and I'm interested in what other people here think of them. * The ToS specifically forbids use for any call relating to medical, financial, or government matters -- as well as any
2011 May 10
13
Proposed table specification (long!)
Gentlefolk, I have been thinking on Markdown's lack of "proper" table support for a long while now. Here's where I have arrived... ## I Don't Like HTML Tables It is often argued that embedded HTML is the way to markdown rich tables. Unfortunately, this contradicts the higher markdown ideal that a raw markdown document (including tables!) should be good 1. Firstly for