search for: overreaching

Displaying 20 results from an estimated 21 matches for "overreaching".

2006 Feb 22
3
[OT] Curly Quotes on a Mac
...ere, I thought I might get some guidance. I''m happily developing everything on my PowerBook, and loving it. Yeah, TextMate is way cool. But all my clients keep sending me copy in Microsoft Word format and the curly quotes, ellipses, dashes, etc. turn into question marks. This might be overreaching, but is there some way to open the Word doc, Cmd+A/Cmd+C, then pop into TextMate and Cmd+V getting the entities (curlies, etc.) straightened out or converted to HTML entities? Is anyone else experiencing this as a problem? It''s hair-pulling crazy but (um) it doesn''t happen on...
2003 Feb 04
1
Samba quotas (one more)
Hello again (I hope it's not too much to have two questions in one day :), Currently I'm testing quota support on Linux system with kernel 2.4.18 + XFS 1.1 patch + Samba 2.2.7 (--with-quota compiled) and I went into one really unpleasant problem when accesing Samba share from Windows 2000 SP3 with Total commander 5.5. When user reach soft limit, then he'll get a warning message
2007 Apr 18
1
[Bridge] Freezing bridges
...t reset and seems to keep receiving signals from the kernel module to prevent it from rebooting. I don't know anymore. I replaced vtun with OpenVPN for the ethernet tunneling, but that does not seem to matter. Please advice, I am lost. Would upgrading to kernel 2.6.1 be a valid solution? Am I overreaching the possibilities of the bridging functionality? Am I overlooking some pitfall? With kind and desperate regards, ing. Jeroen Hoek
2016 Jul 06
2
[Openmp-dev] [lldb-dev] [cfe-dev] FYI: Landing the initial draft for an LLVM Code of Conduct
On 4 Jul 2016, at 12:27, Renato Golin via Openmp-dev <openmp-dev at lists.llvm.org> wrote: > > On 4 July 2016 at 00:42, Robinson, Paul <paul.robinson at sony.com> wrote: >> Daniel claimed it was not different, even though he proposed the text. >> I think it is better, as "egregious" (even though it is qualitative) >> helps identify what
2011 Jan 17
1
median by geometric mean -- are we missing what's important?
Folks: I know this may be overreaching, but are we missing what's important? WHY do the zeros occur? Are they values less then a known or unknown LOD? -- and/or is there positive mass on zero? In either case, using logs to calculate a geometric mean may not make sense. Paraphrasing Greg Snow, what is the scientific question? What is...
2020 May 12
3
Codegen pass configs dependent on function attributes?
I’ve put up a patch here: https://reviews.llvm.org/D79769 <https://reviews.llvm.org/D79769> that adds a unified pipeline that targets can opt-into. It has some similarities with forcing fallbacks, but uses a different mechanism to do so to preserve the abort behavior. It therefore requires that every GISel pass needs to explicitly check whether the GISel selector is being requested rather
2007 Sep 24
7
Parameter Matchers with optional params
Hi, Are there any docs for combining parameter matchers, or some way to define optional parameters? I''m trying to match something like: .find( 42 ) || .find( 42, {:conditions=>nil,:includes=>nil} ) Or for that matter, 42 followed by nothing or anything... Halp? I''ve tried different nested combos with any_of/all_of/anything, but getting lost trying. --Andrew
2008 Mar 20
0
Autocomplete and Firefox
...ny extraneous whitespace. But the patch below strikes me as a potential solution that shouldn''t cause any additional problems and probably represents the desired behavior. In fact, it might even be better to strip all strings returned from the collectTextNodes* function, or that might be overreaching a bit. --Bryan --- ./src/controls.js.orig 2008-03-20 10:35:44.017733000 -0400 +++ ./src/controls.js 2008-03-20 10:36:30.861783400 -0400 @@ -244,6 +244,7 @@ if(nodes.length>0) value = Element.collectTextNodes(nodes[0], this.options.select); } else value = Element....
2010 Apr 14
0
[PULL] lguest fixes: for lguest-under-kvm and older CPU configs
The following changes since commit 2ba3abd8186f24c7fb418927025b4e2120e3a362: Linus Torvalds (1): Merge branch 'pm-fixes' of git://git.kernel.org/.../rafael/suspend-2.6 are available in the git repository at: ssh://master.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus.git master Rusty Russell (2): lguest: workaround cmpxchg8b_emu by ignoring cli in the
2010 Apr 14
0
[PULL] lguest fixes: for lguest-under-kvm and older CPU configs
The following changes since commit 2ba3abd8186f24c7fb418927025b4e2120e3a362: Linus Torvalds (1): Merge branch 'pm-fixes' of git://git.kernel.org/.../rafael/suspend-2.6 are available in the git repository at: ssh://master.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus.git master Rusty Russell (2): lguest: workaround cmpxchg8b_emu by ignoring cli in the
2023 Feb 23
3
[V2V PATCH 0/5] Bring support for virtio-scsi back to Windows
...mission should extend to making the converted VM bootable on "Hetzner Cloud".) Rich has recently added tools for working with the virtio devices in windows guests; maybe those can be employed as extra (manual) steps before or after the conversion. Third, the last patch in the series is overreaching IMO; it switches the default. That causes a behavior change for such conversions that have been working well, and have been thoroughly tested. It doesn't just add a new use case, it throws away an existent use case for the new one's sake, IIUC. I don't like that. Again -- fully deferri...
2016 Jun 30
0
[cfe-dev] FYI: Landing the initial draft for an LLVM Code of Conduct
...“the committee reserves the right to kick you out for any behaviour that violates our standards which you exhibit anywhere, even if it is completely unrelated to the llvm community”. Personally, I’m just going to ignore it, and thus don’t really care whether it stays or goes — but I do find it overreaching and intrusive, and completely inappropriate in such a code of conduct. On Jun 30, 2016, at 5:11 PM, Daniel Berlin via llvm-dev <llvm-dev at lists.llvm.org> wrote: > That's just a residual clause. > It's not sanely possible to enumerate all the possibilities here (IE if you st...
2019 Oct 16
5
[Openmp-dev] [cfe-dev] RFC: End-to-end testing
Renato Golin via Openmp-dev <openmp-dev at lists.llvm.org> writes: > We already have tests in clang that check for diagnostics, IR and > other things. Expanding those can handle 99.9% of what Clang could > possibly do without descending into assembly. I agree that for a great many things this is sufficient. > Assembly errors are more complicated than just "not generating
2016 Jul 03
3
[lldb-dev] [cfe-dev] FYI: Landing the initial draft for an LLVM Code of Conduct
> -----Original Message----- > From: Renato Golin [mailto:renato.golin at linaro.org] > Sent: Friday, July 01, 2016 2:52 PM > To: Daniel Berlin > Cc: Robinson, Paul; llvm-dev; LLDB; cfe-dev at lists.llvm.org; openmp-dev > (openmp-dev at lists.llvm.org); Rafael Espíndola > Subject: Re: [lldb-dev] [cfe-dev] [llvm-dev] FYI: Landing the initial > draft for an LLVM Code of
2014 Dec 09
5
Application for write permissions to CentOS wiki
On 9 December 2014 at 20:50, Michael Beck <eliteknipser at gmail.com> wrote: > Hi, thanks for the fast response. > I know I do can edit de/Frontpage and my userpage. It's not new for me. > > But I can't create de/TipsAndTricks/NTFS > That's what I asked for in the first place and that's what I checked each time. A mistake. > Because...Well,... I tried other
2015 Oct 13
4
RFC: Introducing an LLVM Community Code of Conduct
On 13 October 2015 at 17:16, Kuperstein, Michael M via llvm-dev <llvm-dev at lists.llvm.org> wrote: > The FreeBSD CoC is, IMHO, much better in this respect ( https://www.freebsd.org/internal/code-of-conduct.html ). Nice! This is so succinct and beautiful! It doesn't need an overseeing foundation to take opaque decisions, and focus on what's really important: the code. I
2016 Jan 15
3
[cfe-dev] RFC: Enforcing pointer type alignment in Clang
...alue conversion (i.e. it is loaded), > - it is the LHS of an assignment operator (including the > compound assignments), > - it is the base of a member access (with .) and the resulting l-value > is accessed (recall that x->y is defined as ((*x).y), > > I think this is overreaching. The member access has undefined behavior if there isn't an object of the right type designated by the lvalue, which is a much stronger requirement than that the alignment holds (if the base is misaligned, you still get immediate UB, even with your proposed change, because there is no object pr...
2016 Jun 30
5
[cfe-dev] FYI: Landing the initial draft for an LLVM Code of Conduct
That's just a residual clause. It's not sanely possible to enumerate all the possibilities here (IE if you stalk and murder someone in the llvm community, you are going to get kicked out of the community, regardless of if you did it in a controlled space) I mean, i'm subject to legal ethics rules that are very similar, and those could get me kicked out of an entire profession :) I
2023 Feb 22
6
[V2V PATCH 0/5] Bring support for virtio-scsi back to Windows
Since commits b28cd1dc ("Remove requested_guestcaps / rcaps"), f0afc439 ("Remove guestcaps_block_type Virtio_SCSI") support for installing virtio-scsi driver is missing in virt-v2v. AFAIU plans and demands for bringing this feature back have been out there for a while. E.g. I've found a corresponding issue which is still open [1]. The code in b28cd1dc, f0afc439 was
2016 Jan 14
8
RFC: Enforcing pointer type alignment in Clang
C 6.3.2.3p7 (N1548) says: A pointer to an object type may be converted to a pointer to a different object type. If the resulting pointer is not correctly aligned) for the referenced type, the behavior is undefined. C++ [expr.reinterpret.cast]p7 (N4527) defines pointer conversions in terms of conversions from void*: An object pointer can be explicitly converted to an object pointer of a