Displaying 20 results from an estimated 90 matches for "fixer".
Did you mean:
fixed
2006 Jul 21
0
Ajax page.replace_html model validation errors
...via the submit_tag in the
_form and which
in case it can''t save, it renders a rjs template, that replaces the
html in the view with the _form
so as to present it to the user again along with the associated error
messages from the failed validation.
The rjs template called ''fixer'' that does: page.replace_htm
The problem:
If the action ''create'' can''t save because of an error on the
validation process, say validates_presence
detects an empty field, then the ''create'' action will render the
''fixer'' rjs...
2006 Jul 24
0
Ajax page.replace_html model validation render partial errors
...ecuted via the submit_tag in the
_form and which
in case it can''t save, it renders a rjs template, that replaces the
html in the view with the _form
so as to present it to the user again along with the associated error
messages from the failed validation.
The rjs template called ''fixer'' that does: page.replace_htm
The problem:
If the action ''create'' can''t save because of an error on the
validation process, say validates_presence
detects an empty field, then the ''create'' action will render the
''fixer'' rjs whi...
2004 Sep 10
4
Streaming With Flac
We have FLAC support on our AudioReQuest products, and we allow
streaming from our built-in web server for MP3s, but can not get Flac
working. Does anyone know a Windows based player that will play FLAC
streams?
I have tried the Winamp plug-in for FLAC (even updated it to 1.1.0), but
streaming is not working. We use embedded id3 tags instead of Flac
comments if this means anything. Thanks
2018 Feb 09
0
[Release-testers] [6.0.0 Release] Release Candidate 2 tagged
...clangd/input-mirror.test
Clang Tools :: clangd/protocol.test
Clang Tools :: clangd/rename.test
Clang Tools :: clangd/signature-help.test
Clang Tools :: clangd/trace.test
Clang Tools :: clangd/unsupported-method.test
Clang Tools :: clangd/xrefs.test
Clang Tools :: include-fixer/commandline_options.cpp
Clang Tools :: include-fixer/exit_on_fatal.cpp
Clang Tools :: include-fixer/fixeddb.cpp
Clang Tools :: include-fixer/include_path.cpp
Clang Tools :: include-fixer/merge.test
Clang Tools :: include-fixer/multiple_fixes.cpp
Clang Tools :: include-fixer/...
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.
>>
>>
2004 Sep 10
0
Streaming With Flac
...ags instead of Flac
> comments if this means anything. Thanks ahead of time.
The current official Winamp FLAC plugin does not support streaming.
There are a couple of other options:
1. you could try the unofficial version, which is a little ahead
of the current source code, (improvements by X-fixer)
http://x-fixer.narod.ru/download/in_flac.zip
( read about it at http://x-fixer.narod.ru/progs/ )
2. I believe fb2k (a new player by one of the original winamp
guys) supports FLAC streaming:
http://www.foobar2000.org/
3. you could look into some other players; see
http://flac.so...
2004 Sep 24
6
dropping id3 support
after spending a lot of time integrating X-Fixer's winamp2
plugin code, I am on the verge of removing id3 v1/v2 support
from the plugins completely. it is really hard to get right
in a way that works intuitively for the user, and i18n is
also a nightmare. in id3v2 every field can have a different
encoding.
FLAC tag a.k.a. Vorbis comment su...
2016 Jun 12
2
clang-ppc64be-linux-lnt flakiness
...uses threads so I can't rule out
nondeterminism. It's strange that it only happens on ppc64le and only
on stage 2, so an actual miscompile wouldn't surprise me either.
On Sun, Jun 12, 2016 at 4:26 PM, Sean Silva <chisophugis at gmail.com> wrote:
> Also, `Clang Tools :: include-fixer/merge.test` seems to be a bit flaky:
>
> http://lab.llvm.org:8011/builders/clang-ppc64le-linux-multistage/builds/1304
> http://lab.llvm.org:8011/builders/clang-ppc64le-linux-multistage/builds/1315
>
> Ben, it looks like you're the one that added that test. Is there any chance
>...
2016 Aug 02
5
[3.9 Release] Please write release notes!
...MemorySSA?
- Nico, do you want to mention clang-cl's precompiled header support?
- James, do you want to mention the removal of the CppBackend?
- Chris Dewhurst, do you want to mention soft-float SPARC support (and
potentially other SPARC improvements)?
- Benjamin, should we mention include-fixer somewhere?
Many thanks,
Hans
[1] http://llvm.org/viewvc/llvm-project/llvm/branches/release_39/docs/ReleaseNotes.rst?view=markup
2016 Jun 12
2
clang-ppc64be-linux-lnt flakiness
Hi Bill, just a heads up but this bot seems to have spuriously failed on a
build that only pulled in my commit r272505 which is unrelated.
http://lab.llvm.org:8011/builders/clang-ppc64be-linux-lnt/builds/4883
-- Sean Silva
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160612/8b2c4493/attachment.html>
2003 May 21
2
[LLVMdev] Bug submission instructions
FYI: I just posted a short document with instructions on how to submit a
proper bug report. If you run into problems using LLVM, please let us
know. The instructions indicate steps to properly narrow down the bug,
which will make life easier for the bug-fixer. :)
http://llvm.cs.uiuc.edu/docs/HowToSubmitABug.html
-Chris
--
http://llvm.cs.uiuc.edu/
http://www.nondot.org/~sabre/Projects/
2005 Jun 10
1
source bug ? (PR#7929)
hello bug fixers
i think this bug is probably mentioned before but i couldn't find the
answer to it on google.
i have to build R from the source files ( on a mac os x system )
because i need the python R interface too work. for this too happen r
needs to be configured in the following way
./configure --enabl...
2016 Jun 29
2
clang-ppc64be-linux-lnt flakiness
...rminism. It's strange that it only happens on ppc64le and only
>> on stage 2, so an actual miscompile wouldn't surprise me either.
>>
>> On Sun, Jun 12, 2016 at 4:26 PM, Sean Silva <chisophugis at gmail.com>
>> wrote:
>> > Also, `Clang Tools :: include-fixer/merge.test` seems to be a bit flaky:
>> >
>> >
>> http://lab.llvm.org:8011/builders/clang-ppc64le-linux-multistage/builds/1304
>> >
>> http://lab.llvm.org:8011/builders/clang-ppc64le-linux-multistage/builds/1315
>> >
>> > Ben, it looks like y...
2013 May 05
2
unprivileged users rebooting at console
...ains on the console, they can reboot from any other/new tty.? Once they drop off the console, the ssh connections can no longer reboot.
If this is by design, why?
Thanks!
Regards,
Joseph Spenner
---
?
If life gives you lemons, keep them-- because hey.. free lemons.
"~heart~ Sticker"? fixer:? http://microflush.org/stuff/stickers/heartFix.html
2016 Jun 14
0
clang-ppc64be-linux-lnt flakiness
...9;t rule out
> nondeterminism. It's strange that it only happens on ppc64le and only
> on stage 2, so an actual miscompile wouldn't surprise me either.
>
> On Sun, Jun 12, 2016 at 4:26 PM, Sean Silva <chisophugis at gmail.com> wrote:
> > Also, `Clang Tools :: include-fixer/merge.test` seems to be a bit flaky:
> >
> >
> http://lab.llvm.org:8011/builders/clang-ppc64le-linux-multistage/builds/1304
> >
> http://lab.llvm.org:8011/builders/clang-ppc64le-linux-multistage/builds/1315
> >
> > Ben, it looks like you're the one that added...
2018 Apr 27
3
Size of produced binaries when compiling llvm & clang sources
...53M clang-import-test
512M clangd
493M arcmt-test
484M lli
480M clang-query
473M clang-refactor
469M clang-move
468M global-symbol-builder
467M clang-change-namespace
464M tool-template
464M clang-rename
462M clang-reorder-fields
460M find-all-symbols
456M clang-doc
452M clang-include-fixer
444M modularize
443M clang-func-mapping
442M clang-diff
441M libToolingExample00
438M pp-trace
434M diagtool
184M llvm-cfi-verify
170M llvm-objdump
168M sancov
158M llvm-rtdyld
149M llvm-ar
148M llvm-nm
145M llvm-extract
145M llvm-link
142M llvm-dwarfdump
141M llvm-split
131M llvm-...
2010 Mar 02
2
crash when using the cp command to copy files off a striped gluster dir but not when using rsync
Hi,
I've got this strange problem where a striped endpoint will crash when
I try to use cp to copy files off of it but not when I use rsync to
copy files off:
[user at gluster5 user]$ cp -r Python-2.6.4/ ~/tmp/
cp: reading `Python-2.6.4/Lib/lib2to3/tests/data/fixers/myfixes/__init__.py':
Software caused connection abort
cp: closing `Python-2.6.4/Lib/lib2to3/tests/data/fixers/myfixes/__init__.py':
Transport endpoint is not connected
pending frames:
frame : type(1) op(READ)
frame : type(1) op(READ)
patchset: 2.0.1-886-g8379edd
signal received: 11
tim...
2012 Dec 04
1
iptables port forwarding
...by foreign host.
boxB#
Nothing shows up in the logs.
Anyone have any ideas what I may be doing wrong?
Any help would be great.
Thanks!
______________________________________________________________________
If life gives you lemons, keep them-- because hey.. free lemons.
"? Sticker" fixer:? http://microflush.org/stuff/stickers/heartFix.html
2020 May 15
1
Testing before release (was: edit() doubles backslashes when keep.source=TRUE)
...e thread, but...
I wanted to say I'm extremely grateful to the people who go the
through the bug reports.
It's an extremely important job (in the long run, particularly), but
perhaps not quite as "sexy"-sounding as other roles, and probably
under-valued.
So, thank you to the bug-fixers...
:)
On Sat, May 16, 2020 at 2:54 AM Duncan Murdoch <murdoch.duncan at gmail.com> wrote:
>
> On 15/05/2020 9:41 a.m., Martin Maechler wrote:
> [ deletions ]
> > <whining>
> >
> > Why does nobody anymore help R development by working with
> >...
2007 Nov 02
1
Re: Welcome to the "Flac" mailing list
that's why i asked the original poster if the files were odd size, i
had that issue
before with a 24 bit mono file and wrote this script to fix it:
#!/bin/sh
#
# sfoddfix - Sound File ODD size FIXer
#
# NOTE: flac v1.1.2 pukes on files that have an odd byte count, this pads them
files=${*:-*.wav}
for file in $files
do
size=$(stat --printf='%s' $file)
if [ $(($size%2)) -ne 0 ]; then
echo "size=$size"
echo "echo -e \"\\0377\\c\" >> $file"...