Displaying 4 results from an estimated 4 matches for "39430".
Did you mean:
39,30
2006 Sep 20
1
seq.Date not accepting NULL length.out (PR#9239)
...01" "2005-12-31"
> FUN(dt1, dt2, by =3D "month")
length.out is missing
Error in seq.Date(dt1, dt2, length.out =3D NULL, by =3D "day") :=20
'length.out' must be of length 1
I believe the patch to fix this error is as follows (on R2.4.0(alpha)
Revision 39430)
- } else if (!missing(length.out)) {
+ } else if (!missing(length.out) && !is.null(length.out)) {
Another (perhaps better) patch would be to not have NULL be the default
for length.out.
HTH,
Robert
Robert McGehee
Quantitative Analyst
Geode Capital Management, LLC
53 State Street,...
2019 Jan 15
2
Proposal for an alternative bugtracking workflow
...term, would be to resolve the most pressing issue in our bugzilla
installation: that users cannot file bugs, because they'll get discouraged
at step #1: creating an account.
The best thing there is to figure out how to support 'login with github' (
https://bugs.llvm.org/show_bug.cgi?id=39430)
A next-best-thing, since that seems a lot more difficult than it should be,
would be to figure out how to re-enable account creation.
Possibly the spam overload was a temporary thing, and we can just re-enable
it.
Or, if spam remains a serious issue, quite possibly it's untargeted, and we
ca...
2016 Dec 16
0
Wine release 2.0-rc2
...;s Edition Crash - 'Escape Menu' Freezes Application.
32632 Dragon Naturally Speaking 12 does not load with timeout error
34829 wintrust:softpub crashes on Windows 8
35495 sharing violation and prompt for copy /B file1+file2 file1
38357 Cannot install download-audiograbber.exe
39430 Ride : The motorcycle game does not start
40256 user32:input fails on non-qwerty keyboards
40344 shell32:assoc regression (privilege issue)
40386 wininet:url regression caused by new cross-compiler
40978 Wrong colors on i915 and similar GPUs in GTA Vice City
41083 Red Faction: Guerr...
2019 Jan 15
2
Proposal for an alternative bugtracking workflow
The script queries **all** issues with specified labels and "notifies" on
each of those.
While this approach works, I doubt it would scale well if everyone is doing
this by hand. OTOH, building a service that does this for everyone might be
feasible, albeit non-trivial and it's not clear who should own this.
So overall having this supported by GitHub would mean a much better UX...