search for: futures

Displaying 20 results from an estimated 24408 matches for "futures".

Did you mean: future
2019 Dec 10
2
[Release-testers] LLVM 9.0.1-rc2 has been tagged
...5924 of 61786) > FAIL: libc++ :: > std/language.support/support.exception/propagation/make_exception_ptr.pass.cpp > (55933 of 61786) > FAIL: libc++ :: > std/language.support/support.exception/propagation/rethrow_exception.pass.cpp > (55934 of 61786) > FAIL: libc++ :: std/thread/futures/futures.promise/dtor.pass.cpp > (57862 of 61786) > FAIL: libc++ :: > std/thread/futures/futures.promise/set_exception.pass.cpp (57866 of > 61786) > FAIL: libc++ :: > std/thread/futures/futures.promise/set_exception_at_thread_exit.pass.cpp > (57867 of 61786) > FAIL: libc++ ::...
2017 Dec 10
0
Problems with packages being dropped between nodes in the vpn
Hi I have some problems with my vpn. Im running version 1.1pre15 on all nodes. I have four nodes in my network. Node1 -> connects to Node2 Node2 -> connects to Node1 Node3 -> connects to Node1 and Node2 Node4 -> connects to Node1 and Node2 The problem is the connection between Node3 and Node4. The traffic is going via Node1 and Node2. Its unstable. package drops almost all the time
2018 Aug 11
3
[cfe-dev] Filesystem has Landed in Libc++
On Aug 10, 2018, at 9:35 PM, Eric Fiselier <eric at efcs.ca> wrote: > > Part of me is still concerned with the future, and the filesystems which are yet to exist. > Me too. But it is best to target modern systems when targeting future systems adds an unnecessary cost. When future systems come into being, it is likely because future hardware is making those future systems
2009 Apr 02
4
Maildir files with mtime in the future
If Maildir storage is used, the mtime of a given Maildir file is set to the message's INTERNALDATE. Now, when a client APPENDs a message to an IMAP mailbox, the client may optionally specify the INTERNALDATE: | If a date-time is specified, the internal date SHOULD be set in the | resulting message; otherwise, the internal date of the resulting | message is set to the current date and time by
2018 Feb 09
0
[Release-testers] [6.0.0 Release] Release Candidate 2 tagged
...x86_64 :: TestCases/TypeCheck/Function/function.cpp UBSan-ThreadSanitizer-x86_64 :: TestCases/TypeCheck/Function/function.cpp libc++ :: libcxx/depr/exception.unexpected/get_unexpected.pass.cpp libc++ :: libcxx/depr/exception.unexpected/set_unexpected.pass.cpp libc++ :: libcxx/thread/futures/futures.promise/set_exception.pass.cpp libc++ :: libcxx/thread/futures/futures.promise/set_exception_at_thread_exit.pass.cpp libc++ :: std/input.output/iostream.format/output.streams/ostream_sentry/destruct.pass.cpp libc++ :: std/language.support/support.exception/except.nested/assign.p...
2018 Feb 09
2
[Release-testers] [6.0.0 Release] Release Candidate 2 tagged
On Thu, Feb 8, 2018 at 10:43 PM, Dimitry Andric <dimitry at andric.com> wrote: > On 7 Feb 2018, at 21:51, Hans Wennborg via Release-testers <release-testers at lists.llvm.org> wrote: >> >> There's been a lot of merges since rc1, and hopefully the tests are in >> a better state now. >> >> 6.0.0-rc2 was just tagged, after r324506. >> >>
2018 Nov 21
2
Promises Future en shiny no me funciona
Buenas, Estoy intentando que al ejectuar un boton en shiny me cargue de manera asincrona dos consultas. Una es a una consulta sql pesada (tarda 10 segundos) y la otra es una sql ligera (tarda 0 segundos). Intento que el resultado de la consulta ligera se muestre mientras se espera al resulatdo de la consulta pesada, pero no lo consigo. Estoy usando promises con future, en linux, pero no me
2024 Apr 26
0
[Bug 3684] New: regress/key-options.sh: update future key expiry date to far in the future
https://bugzilla.mindrot.org/show_bug.cgi?id=3684 Bug ID: 3684 Summary: regress/key-options.sh: update future key expiry date to far in the future Product: Portable OpenSSH Version: -current Hardware: All OS: Linux Status: NEW Severity: enhancement Priority: P5
2010 Oct 04
3
Upgrade to 2.6.1 appears to break puppetmaster
Hello. While trying to get to the bottom of a puppetmaster+unicorn+nginx rig that''s serving empty files, it seemed to be a relatively sensible idea to upgrade the puppetmaster to 2.6.1 This broke in a manner that seems to be the multiple-& bug. Running the puppetmaster standalone gives the following: [ ... ] info: mount[files]: allowing *.mysparedomain.com access info:
2009 May 20
3
Can expire-tool skip folders with "expire time in future" errors?
Hi folks, when I run expire-tool, I often see messages like the following: # dovecot --exec-mail ext /usr/libexec/dovecot/expire-tool Info: user/Trash: stop, expire time in future: Fri May 22 17:42:23 2009 the server's dovecot.conf contains the following line: expire = Trash 2 Junk 7 */News 30 */Reports 7 >From what I observe, an error of "expire time in future" in one
2007 Apr 01
2
FLAC: decoding to WAV in the future
Hi, I'm a FLAC beginner and I had a question. Suppose I encode my whole CD collection now in the FLAC format, using the FLAC encoder version 1.1.4 (the most recent one at this time). Will I still be able to decode all FLAC files to WAV files in the future using the latest FLAC decoder, when for example version 2.0 of FLAC (or a later version) is released or is it possible that at some point
2013 Feb 04
1
[LLVMdev] The future of class2llvm tool
Hello! Recently I found an interesting tool within java front end of llvm project. It is "class2llvm". My future researchs showed that this tool is much out of date and needs a lot of things to do for its completion. As far as I understood, It doesn't support even such elementary things as exceptions handling and garbage collection. Am I right in my conclusions? Could you answer
2013 Aug 28
1
can you please give guidance for generating future prediction values from existing heart disease data
Hi can you please give guidance for generating future prediction values from existing heart disease data and we want to know the which type of models are using for generating the future prediction. can you please tell me how can i write the formula for future predictive values. can you see the following attachment and send me solution for that problem..... -- Thanks and Regards, Bala Chand
2010 Jan 12
2
[LLVMdev] [LLVMDev] Does our own developed module and functions can go along with the future improved version of LLVM?
Hello. I am a compiler developer of our team. We try to build our own compiler for our own processor. We want to build our compiler based on LLVM by adding our own modules and functions which are specific to the features of our processor hardware. In case of our developed modules, is it guaranteed that the modules can work in the future version of LLVM? In order to do so, what guideline is
2007 Apr 01
3
FLAC: decoding to WAV in the future
What Brian Willoughby means is that even though the future is uncertain, you may trust FLAC. The format is mature enough so that you won't see major changes preventing playback of files encoded by older encoders, but even if that comes to happen, the playback libraries on most software will be backwards-compatible, and FLAC is lossless meaning that you may convert FLAC 1.1.4 to a possible
2008 May 07
2
design question
Hi, I''m developing a budget planner for myself and do have a table for recurring expenses, as well as a transaction table for my bank account CSV file uploads. Questions: For the projections forward in time I''m wonder whether to: (a) keep it simple and just calculate future balance projections on the fly, then feed to gruff graphs (b) each time a recurring item changes, or
2010 Jun 01
1
data frame manipulation ddply
Dear group, Here is my data frame: futures <- structure(list(DESCRIPTION = c("CORN Jul/10", "CORN Jul/10", "CORN Jul/10", "CORN Jul/10", "CORN Jul/10", "LIVE CATTLE Aug/10", "LIVE CATTLE Aug/10", "SUGAR NO.11 Jul/10", "SUGAR NO.11 Jul/10", "...
2009 Jan 17
2
Call file in the future
Hello, I read a thread on the asterisk dev list (call file handling suggestion) May i have some comment/opinion on these two ways below to place a call file in the future ? (from the wiki and the asterisk book but added typos and stupidity come from me) The best is ? (and should work ?) tmsp = the delay in future.. say 100 seconds exten=> ra,n,System(NOW='date %S') exten=>
2012 Oct 26
1
the future of markdown, according to jeff atwood (and/or david greenspan)
like history, the future is decided by the people who write it... > http://www.codinghorror.com/blog/2012/10/the-future-of-markdown.html by the way, if you want a form of light-markup which is still flexible enough to be molded, but will be _totally_ free of ambiguities and "edge-cases", and governed by a well-written specification and thorough documentation, along with an
2020 Dec 08
15
https://blog.centos.org/2020/12/future-is-centos-stream/
The future of the CentOS Project is CentOS Stream, and over the next year we?ll be shifting focus from CentOS Linux, the rebuild of Red Hat Enterprise Linux (RHEL), to CentOS Stream, which tracks just ahead of a current RHEL release. CentOS Linux 8, as a rebuild of RHEL 8, will end at the end of 2021. CentOS Stream continues after that date, serving as the upstream (development) branch of Red