search for: foreseeable

Displaying 20 results from an estimated 538 matches for "foreseeable".

2019 Jun 26
2
A libc in LLVM
I foresee problems with this on both Windows and non-Windows. A typical libc implementation has a lot of internal state that is shared across API boundaries in a way that is considered an implementation detail. So making assumptions about which state is shared and which isn't is going to be a problem. How do you guarantee that if you implement method A and forward method B, that B will
2003 Mar 31
4
New Job
I have been asked to assume the role of Architect for a large project here at HP and I have accepted. While this is an important step forward for my career, it is a step backward for Shorewall in as much as the time that I will be able to devote to Shorewall in the foreseeable future will be be very limited. So while I will attempt to keep on top of problems, Shorewall 2.0 will have to be put on indefinite hold and support for Shorewall 1.3 and 1.4 from me will be limited. There will be no support from me for Shorewall 1.2. -Tom -- Tom Eastep \ Shorewall - ipta...
2006 Mar 07
6
[PATCH] Allow Ajax.InPlaceCollectionEditor to load collection externally
Attached is a patch to allow Ajax.InPlaceCollectionEditor to load the collection using AJAX. It adds a new option, loadOptionsURL, which is the URL used to load the values over the interweb. It expects the server to return <option></option> values. If one of them has a selected="selected" attribute, it will probably be pre-selected. Not tested that though. Also only tested
2016 Aug 04
2
Mono-repo Git porposal?
Folks, How's the proposal going? The discussions seem to have died down, so now it seems the right time to summarise everything and get to a concrete and robust proposal. Do we have any phab review on the document? I'm sure questions will be raised on the review, so we need to put it up some weeks before our soft deadline (end of Aug). I also foresee discussions in this review needing
2008 Jul 18
2
[GIT] Lua running as a com32 syslinux module
...ion () while true do print "A" coroutine.yield() end end) > c2 = coroutine.create(function () while true do print "B" coroutine.yield() end end) > while true do coroutine.resume(c1) coroutine.resume(c2) end A B A B A .... I've got no plans working on this stuff in the foreseeable future, so, if you've got an idea how this might be useful,.. you know how git-clone works. ;)
2007 Dec 11
2
OT - Fax and anti-spam
Hi, One of Asterisk features is fax2mail. As a good share of incoming faxes can be considered as advertising spam, does it make sense to use email anti-spam features to filter them ? I can't foresee any practical way to do so but I would be very curious to discuss about it. Regards -------------- next part -------------- An HTML attachment was scrubbed... URL:
2004 May 18
2
IPv6 Support
Jerry, Read your slides from SambaXP 2004 but do not see any mention of IPv6 support. Do you have any plans to support IPv6 in the future ? Is there no push for it in the foreseeable future ? I attempted to send this question to samba@lists.samba.org <mailto:samba@lists.samba.org> but it kept kicking back to me from System Administrator [postmaster@Savola.COM] Thanks Chuck
2010 Dec 01
2
[LLVMdev] RFC: Exception Handling Proposal Revised
On 01.12.2010 09:25, John McCall wrote: > > One problem I foresee is that it's possible for a dispatch block to become unreachable from its landing pad. If that block is then deleted, we'd lose information about what's supposed to unwind there. This could happen if, e.g., someone had a noreturn destructor. In languages that usefully allow throws from EH destructors (i.e. Ada)
2013 Feb 06
2
[LLVMdev] [cfe-dev] Using CMake/Ninja on buildbots
...a part of the code that is not used often. That said, it is possible that some of the options we have with autoconf are not available on a CMake build (I'm guessing here), and thus deprecating autoconf entirely is not an option right now. If the reason is strong enough to keep autoconf for the foreseeable future, than we do need coverage. But coverage means running both CMake and autoconf, both warm and cold, on each variant that we care about. So, if that would be true, I'd have to have at least 4 buildbot configurations for every ARM platform I care about. For now, I care about A9 and A15, so...
2015 Aug 31
4
RFC: LTO should use -disable-llvm-verifier
...ode reader. > Sure, but it is not uncommon to LTO with old bitcode. We all know it's pretty easy to crash LLVM with bad bitcode or bad IR. These interfaces are not thoroughly tested. I think verifying the result of the bitcode reader by default during LTO is probably the right thing for the foreseeable future. It's the only thing that has any hope of telling the user something useful when things go wrong. I'd like it if we spent a little effort understanding why it's slow before flipping it off. Maybe the verifier is running multiple times, instead of after deserialization. We should...
2005 Jan 04
3
Kirk SIP-DECT gateway
Hi, I just got some interesting information from Kirk Telecom (www.kirktelecom.com). This company has been in the business of providing DECT solutions (IP gateway, base stations, repeaters and handsets) either to be used with Cisco CallManager (SCCP protocol) or with the Innovaphone IP PBX system (H.323). Two important elements: 1. It seems they foresee a SIP version of their product in Q1
2015 Jun 16
2
using rsync to sync desktop /home/user of to laptop /home/user
greetings, i want to sync my desktop home directory to my laptop home directory. i am using KDE for desktop. a problem that i foresee is the different screens between the 2. i synced using; rsync -a -u -v -e ssh /home/geo geo at 192.168.1.5:/home/geo.new with intent of in laptop's /home; mv geo geo.org mv geo.new geo what files and directories in 'org' directory need to be
2006 May 25
5
PCI Problems
OK... maybe I got a little anxious and ran out and bought a Tyan GX28 with dual Opteron (dual core) processors. (It is a nice server ;) ) I did neglect to find out that you can not manually set the IRQ's on this motherboard. I am now stuck sharing an IRQ with the ethernet controller and no foreseeable end to my dilemma. I have a Digium TE210P and zttest consistently runs at 99.97% which as you guessed, is giving rather unpleasing sound quality. My options as I see it are: 1. Buy a new server 2. Buy a sangoma A102U I am looking for practical suggestions from those of you out there who have...
2008 Apr 26
6
quasi-random sequences
Dear list useRs, I have to generate a random set of coordinates (x,y) in [-1 ; 1]^2 for say, N points. At each of these points is drawn a circle (later on, an ellipse) of random size, as in: > N <- 100 > > positions <- matrix(rnorm(2 * N, mean = 0 , sd= 0.5), nrow=N) > sizes<-rnorm(N, mean = 0 , sd= 1) > plot(positions,type="p",cex=sizes) My problem is to
2015 Aug 17
2
TSAN hack on AArch64 for Android
...patch will allow people to experiment with TSAN on their android devices" * "don't let the perfect be the enemy of "limping along for a bit" So, in order to let *some* people *experiment* with TSAN on *Android*, we're going to consciously make TSAN *limp along* for the foreseeable future? Is that a wise price to pay for such a far fetched goal? The "proper" solution seems to be to fix TLS support, which: * "Ideally, this should be supported with the __thread keyword, but that is not yet supported, and it is a much bigger chunk of work to get it integrated in...
2016 Dec 05
5
[Release-testers] [Openmp-dev] [4.0 Release] Schedule and call for testers
...logic, because it's similar to what some other projects > are doing. > > I can see as much confusion from 4.0.1 -> 5.0.0 than by having a 4.1 > that used to be weird before. > > After a few releases everything will be clear anyway... I really don't > want to make the foreseeable future weird again to avoid a potential > misunderstanding for one or two releases. > > Let's just be brutally clear in all release communications and > hopefully people will understand. > > >> The alternative would be: >> >> 3.9.0 >> 3.9.1 >> 4.0...
2019 Jun 27
2
A libc in LLVM
> On 6/25/19 7:22 PM, Zachary Turner via llvm-dev wrote: > > I foresee problems with this on both Windows and non-Windows. A > > typical libc implementation has a lot of internal state that is shared > > across API boundaries in a way that is considered an implementation > > detail. So making assumptions about which state is shared and which > > isn't is
2015 Oct 05
2
Re: [PATCH 3/6] v2v:test:win: actually check the eventual layout
On Monday 05 October 2015 16:05:54 Roman Kagan wrote: > On Mon, Oct 05, 2015 at 02:50:52PM +0200, Pino Toscano wrote: > > On Monday 05 October 2015 15:40:03 Roman Kagan wrote: > > > +{ > > > guestfish --ro -a $d/windows-sda -i <<EOF > > > + trace 1 > > > is-dir "/Program Files/Red Hat/Firstboot" > > > is-file
2007 May 22
3
Which exactly Linux kernel version was used to build the Xen 3.1 binary?
Hi, Which of the Mercurial repos contains Linux kernel sources that were used to build the Xen 3.1 binary distribution? I have this question because I am suspecting that the sata_via driver included in the distribution is not supporting my SATA controller VIA8237x (I get error messages when modprobe''ing it from an init ramdisk). This repo (http://xenbits.xensource.com/linux-2.6-xen.hg)
2016 Aug 10
2
Samba4 AD/DC and Virtual Machines?
Can Samba4 be used for AD/DC with virtual machines? For example, I have a Ubuntu domain member and it currently does AD authentication for users. I would like to run this computer as a VM also hosting Windows 7, which I would also like the Windows 7 user(s) to AD authenticate. One problem I foresee is joining the computer to the domain. I imagine there is only one IP address. If I join the WIN7