search for: reselecting

Displaying 20 results from an estimated 27 matches for "reselecting".

2019 Aug 23
2
Using [GlobalISel] to provide peephole optimizations
Hi, GlobalISel is fantastic, but obviously lacks a lot of the transforms that makes SelectionDAG so good. Whilst it's plenty usable, you'll find yourself wanting/needing to add a lot of manual little transforms to clean things up. I know of the RFC for a new Combiner with its own syntax (https://reviews.llvm.org/D54286 is the latest I can find of it), but after manually adding my Nth
2011 Nov 20
3
Use Ransack with radio buttons for boolean values
Hello I''m trying to search for active and non active users. These radio buttons work just fine except that it didn''t reselect itself after the form has been submitted. So, what should I do to ensure it will be selected just like how my text field populated automatically after the form has been submitted? = search_form_for @q do |f| = f.radio_button :is_active_false, 1 =
2005 Dec 19
1
re-selecting a select list on create
I have a select list tht is built from a "collection_select" and I want to reselect the value the user submitted if any part of the form errors. could someone point me in the right direction for doing this? my select looks like this collection_select(:company, :id, @companies, :id, :name) I tried setting the variable @company to param[:company] but that didnt work. thanks --
2006 Jan 20
1
Resync dovecot index after manual moving mails in maildir
..."spam learn". Every hour spamassassin scans this folder and learn from the mails or files at this folder. After this learn i move the files to trash. If at this moment a client is connected via imap to this account, the mua (in my case thunderbird) doesnt update its folder view after reselecting the folder. Is this a mua problem or is this a index "problem" in dovecot (i know, it isnt a real problem or bug). If the second is the truth, is there any possibility to tell dovecot to rescan the maildir? Thanks in advance. Bye from Germay Danilo -------------- next part ----------...
2007 Jul 09
1
question on kernel compile
...e oldconfig, did make menuconfig, did my compile and everything is working fine in that regard. My question now is how do I take that kernel configuration and use it for another machine that also needs the 2.6.21.5 kernel. Basically I am trying to save the step of going back into menuconfig and reselecting what I wanted. Thanks, Jerry
2005 Apr 14
2
Display execution in a function
Dear all, Here is a simplified version of a function I made: ############ plotfunc<-function(x){ #x a vector cat("please select two points","\n") plot(x) points<-locator(2) return(points) } ############ Using R version 1.01 for mac os x (aqua GUI) I would like to know what should I do to make sure that my text line will be printed prior to the drawing of the plot.
2006 Apr 01
12
Repost: Why is rails generating bad SQL?
It looks like I am missing something obvious. ActiveRecord is generating _really_ bad SQL for this configuration, and I can''t quite figure it out. I''ve instrumented ActiveRecord enough to localize the problem somewhat, and generally by this time I would have a good idea of what I was missing because it''s all in the source. It appears that something in
2012 Oct 24
3
SYSVOL ACLs and GPOs
Hi, I have installed a virtual testing network consisting of one samba4 PDC (latest git master) and one Windows XP Pro SP3 (fully updated)machine. I have successfully provisioned an AD Domain and joined the XP machine to it. When I run the gpmc on the XP Pro machine and select: Forest: <domain name> -> Domains -> <domain name> -> Group Policy Objects -> Default Domain
2012 Jun 28
0
[LLVMdev] One problem to discuss
Hello, all: I have a problem want to discus with you, Chris someone should be the right person. In llvm-3.1.src/lib/support/unix/Signals.inc, in SignalHandler, we have: static RETSIGTYPE SignalHandler(int Sig) { ... SignalsMutex.acquire(); RemoveFilesToRemove(); ... } We can also find following code snippet in the same file: void llvm::sys::RunInterruptHandlers() {
2006 Sep 05
0
My 4.4 upgrades
My update method on two critical systems has been to use yumex. I select all, unselect major apps that I recognize (bind, openssh, etc), update and reboot. The yumex to get those apps and another reboot (most likely not needed). I have updated my notebook. The only detected problems are: madwifi drivers and lost Thunderbird icons in drawers (just had to go through the properties and
2009 Sep 09
3
Bugzilla keep logging me out
Hi, I need to log in everytime I want to do something on bugzilla. E.g. When I want to attach a file I need to login, after submitting it, I need to log again and reselect the file. Cookies are enabled, "Remember my Login" is checked, "Restrict this session to this IP address (using this option improves security)" is not checked (ISP has transparent proxies) (And changing
1999 Aug 31
0
Can't locate point and print (printer) driver files
We have recently implemented printing via SAMBA for our site. In most cases clients are able to double click on printers from a browse window and have the driver files automatically install. However in alot of other cases, the client computer 'decides' that it can't locate the files. In these instances we are advising users to manually type in \\SMBSERVER\PRINTER$\PRINTERNAME which
2004 Jun 23
4
1.0-test22 - maildir fixed?
http://dovecot.org/test/ Well, remember when I said: > Here you go, maildir syncing problems finally fixed (I hope). Well, > except there's this "new-dir-only syncing" optimization which I'm not > really sure if it works as it should. Just before I found the expunge bug in index, I was trying to fix the new-dir-only syncing because the code looked wrong. Then I
2018 Jun 15
2
RFC: Atomic LL/SC loops in LLVM revisited
On Thu, 14 Jun 2018 at 13:45, Alex Bradbury <asb at lowrisc.org> wrote: > Oh I see what you're saying, it's the fact that by bypassing > instruction selection we're missing cases where an ADDI could be > selected rather than an ADD, which would potentially free up a > register and save the instruction generated for materialising the > constant. Yes. > I
2004 Sep 18
2
Random source ports in FreeBSD?
Hello, all! In the beginning I want to say, that this question seems to be a security one, isn't it so?.. Recently I was googling for the subject and coulnd't find anything... Even in the opennet.ru forum nobody answered me about this. So, as far as I got to know, randomizing source ports in FreeBSD is impossible now? (to be exact - is not implemented?) It's very interesting to me
2006 Dec 03
0
[776] trunk/wxruby2: Added Bitmap#draw method, updated sample
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!-- #msg dl { border: 1px #006 solid; background: #369; padding:
2010 May 28
8
form helpers don't seem to work with RJS files...
I’ve been spending a great deal of time chasing this problem. Hopefully someone sees something obvious I’m doing wrong. Basically anytime I try to call fields_for from an RJS file or within a partial in the RJS file, I get the following error. My goal is simply to load a partial into a div. The fields in this partial require fields_for though. And that’s where the problem lies.
2012 Aug 31
0
Wine release 1.5.12
The Wine development release 1.5.12 is now available. What's new in this release (see below for details): - Support for disabling individual joysticks. - Better support for D3DX9 constant tables. - Some XRandR improvements. - Various bug fixes. The source is available from the following locations: http://prdownloads.sourceforge.net/wine/wine-1.5.12.tar.bz2
2008 May 02
0
Wine release 0.9.61
This is release 0.9.61 of Wine, a free implementation of Windows on Unix. This release marks the beginning of the code freeze for the 1.0 release. What's new in this release (see below for details): - Automatic updating of the WINEPREFIX directory. - Winhelp now uses Richedit as display engine. - Many RichEdit fixes. - More improvements to IME support. - More quartz fixes. -
2016 May 27
0
Wine release 1.9.11
The Wine development release 1.9.11 is now available. What's new in this release (see below for details): - Better support for long URLs in WinInet. - Various Direct3D 11 improvements. - Down-mixing support in DirectSound. - Some cosmetic improvements in desktop mode. - Various bug fixes. The source is available from the following locations: