Displaying 20 results from an estimated 169 matches for "undone".
2011 Aug 15
1
Team Fortress 2 Bug Fix Undone by New Patch
Okay, so awhile back I had a problem with Steam. It wouldn't start and so I fixed that after installing a minimal version of winetricks (I removed a few things I knew I wouldn't need). Then Steam worked.
Unfortunately I then had a problem with Team Fortress 2. This time the game wouldn't load. So I read the AppDB for Team Fortress 2 again and it said to disable Steam Community
2000 Dec 20
0
closing the sink connection a) is possible and b) can't be undone (PR#782)
# Have no other connections opened yet
> showConnections()
class description mode text isopen can read can write
> sink("tempfile")
> close(getConnection(3))
> cat("send some output\n")
Error in stdout() : invalid connection
> sink()
Error in sink() : invalid connection
> cat("send some output\n")
Error in stdout() : invalid connection
>
2000 Dec 20
0
closing the sink connection a) is possible and b) can't be undone
# Have no other connections opened yet
> showConnections()
class description mode text isopen can read can write
> sink("tempfile")
> close(getConnection(3))
> cat("send some output\n")
Error in stdout() : invalid connection
> sink()
Error in sink() : invalid connection
> cat("send some output\n")
Error in stdout() : invalid connection
>
2011 Feb 16
3
stubbing gets undone?
I''m looking at an example where a stub seems to work sometimes, and
sometimes appears to become "unstubbed". I haven''t boiled it down to a
minimal example, but it goes something like this:
---- the model:
class Premise << ActiveRecord::Base
def lookup_stuff_on_the_web
$stderr.puts("entering lookup_stuff_on_the_web with #{self}")
...
end
end
2017 Jul 07
4
Extreme frustration with GIMP
...tructions at
https://docs.gimp.org/en/gimp-tutorial-quickie-separate.html
I use the "intelligent scissors" just like they say, spend quite a bit
of effort doing so.
Then click the foreground select tool - just like they say - and
suddenly everything I did with the intelligent tool is undone.
WTF?
Does anyone know of an actual GIMP tutorial for removing background that
doesn't cause me to throw a damn brick through my monitor?
Photoshop makes it easy, but clearly GIMP developers have a completely
different philosophy on how a graphics tool should work and I can't
figure o...
2018 Apr 05
2
[Bug 105916] New: "xset dpms force off" can't be undone on hp omen 17-an0xx laptop
https://bugs.freedesktop.org/show_bug.cgi?id=105916
Bug ID: 105916
Summary: "xset dpms force off" can't be undone on hp omen
17-an0xx laptop
Product: xorg
Version: git
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
Assignee: nou...
2002 Jun 10
1
Very strange problem with profiles
...indicating that Windows has indeed identified the local copy of the
user's profile as the authorative up-to-date one). BUT, Files that have
been MOVED have been magically replaced to their original location!
I have verified this multiple times personally. Moving file X from A
to B is magically undone. If I move X and Y from A to B, and then
modify Y in B, Y will stay in B after logging in in a connected state,
but X has been replaced in A.
What's going on? I was under the impression that Windows either used the
local copy OR synchronized with the server to use it's copy. How is it
pos...
2015 Jun 12
2
<vcpu placement='static' current='N'>M</vcpu>
Hello.
I seem to be to stupid to configure vcpu hotplugging on one of my
machines. Whenever i set:
<vcpu placement='static' current='4'>4</vcpu>
and save this setting, this setting is undone by libvirt. It jumps back to:
<vcpu placement='static'>4</vcpu>
I'm confused now. Someone has an idea what's going on here? Any hints
are really appreciated.
cheers
t.
2007 Apr 25
4
[LLVMdev] LLVM projects: Change framework
...ication process.
The application process than transforms the IR and marks the functions
as beeing dirty. After a detection period, the changes are detected and
the functions in question get recompiled and relinked, such that the
change is now applied within the application.
Every change can be undone. This is done by keeping an undo record of
changes (allthough other approaches would seem fit also).
The thesis can be found on http://www.prahersoft.com/~jp/da.pdf.
Part of the thesis is an extensive documentation of the LLVM framework
from a 10000 feet view. This might be interesting to new-co...
2018 Jun 13
4
RFC: Pass Execution Instrumentation interface
...en tries to
undo the first transformation, it's possible that -pass-max will result
in code that never would have been generated, because it could do the
first transformation but then not undo it because it hit the max number
of transforms. Sometimes it's difficult to find where things are undone
and update the transformation index (basically allow the undo and
decrement the index to reflect the undo).
In code:
if (not hit max)
do anlysis transform
++index
return
<some other function>
if (transform legal)
if (not hit max)
do big transform
++index
return
<some t...
2010 Jul 06
1
[LLVMdev] [PATCH] increase the max number of physical registers
Hello,
This patch was reverted and the revert was forgotten to be undone
after the performance regression it introduced was fixed.
Can someone please revert it back (i.e. increase the max physreg size
to 16K or even better to 32K) to enable us to experiment with large
register number machines again? :)
It was this trivial patch:
Index: include/llvm/Target/TargetRegis...
2017 Jul 07
0
Extreme frustration with GIMP
I saw Fred's later reply and am glad someone knew how to do it. I feel your pain, the gimp documentation isn't always the best. If you aren't already aware, when your work is suddenly undone, remember that Ctrl-Z (UnDo) is your friend. I found that I had to look for gimp tutorials on the web wherever I could and use the one that worked (as you discovered - not all do). And then there were cases where, like you did, posting on a forum produced far better results than hours of web sear...
2005 Mar 07
2
Login generator question
...login clicking on the "login" link. When he does that, and
logs in successfully, that previous destroy action will be triggered,
and the machine will be removed, although that was probably not the
intention.
Is there a way to "clean" the action information so that some previous
undone action won''t be triggered on a future login attempt?
Best regards,
Andre
2008 Mar 14
1
How to Disable Printers
...me from using certain parts of the program even though they don't relate to printing.
An alternative would be for some advice on how to shorten the printer names. the actual printer name is 'MFC-465' and 'PDF printer'.... but I'm guessing the absolute path is where it comes undone.
Any help would be appreciated....
2008 Mar 26
2
[LLVMdev] Checked arithmetic
...roblem" to consider. Even if there is, I agree that the shortest path
to solving my immediate problem is to do exactly as you suggest.
I guess my take is that when faced with an architectural question that
you eventually may have to address in full, quick fixes tend to accrete
that have to be undone when you get around to the general solution, and
these make implementing the general thing harder -- unless you have
thought it out in advance and the quick fixes are in line with the
eventual solution.
Now it may turn out that there isn't any "general thing" here at all.
It's ju...
2019 Feb 27
1
Win XP Client with Samba AD - Mapping Shares
...gt;
> https://support.symantec.com/en_US/article.HOWTO54187.html
>
> Rowland
>
However... I have another XP client that connects no problem.
The machine has moved from an NT Style domain to an Active
Directory domain. Are there Samba related registry tweaks
that need to be made or undone?
2007 Apr 27
0
[LLVMdev] LLVM projects: Change framework
...application process than transforms the IR and marks the functions
> as beeing dirty. After a detection period, the changes are detected and
> the functions in question get recompiled and relinked, such that the
> change is now applied within the application.
>
> Every change can be undone. This is done by keeping an undo record of
> changes (allthough other approaches would seem fit also).
>
> The thesis can be found on http://www.prahersoft.com/~jp/da.pdf.
> Part of the thesis is an extensive documentation of the LLVM framework
> from a 10000 feet view. This might be...
2020 Aug 19
2
[RFC] Switching to MemorySSA-backed Dead Store Elimination (aka cross-bb DSE)
...ay make sense to lower the threshold
somewhat to minimize impact at this time (we won't have benefits as large
at the time of the switch). I'm talking about getting the geomean closer to
1% in all configurations if possible.
I believe that the regressions introduced by this flag flip can be undone
by further using MemorySSA in the other passes currently using
MemDepAnalysis, and offsetting the cost of computing MemorySSA in the first
place. The threshold could be raised again to enable more stores eliminated
once the MemCpyOpt+MSSA and NewGVN become the default.
If reducing the thresholds i...
2010 Dec 21
4
How to get a working dovecot.conf?
Hi,
I installed openSUSE 11.3 server version, and followed the guidelines from:
http://www.howtoforge.com/perfect-server-opensuse-11.3-x86_64-ispconfig-3
Everything works, accept loggin into dovecot.
For many days i tried to get logged into dovecot, from localhost,
from other pc in the lan, from squirrelmail, not possible.
I read manuals on http://wiki.dovecot.org/ and tried to set the passwd db
2010 Sep 15
3
why does automounting removable media always have options nodev, noexec, nosuid?
i'm experimenting with some basic removable media mounting
exercises for an upcoming class, and i read that, while you can use
gconf-editor to change some of the mount options in cases like that,
there is no way to override the mount options of nodev, noexec and
nosuid. for example, that claim is made here (admittedly for fedora,
but it appears to be true for centos as well):