search for: formatting

Displaying 20 results from an estimated 45255 matches for "formatting".

2008 Jun 27
2
Age of Empires 3
Hello everyone :) I'm trying to get age of empires 3 to work, but I'm having some trouble with it. First of all: Installation went 100% smooth. No error message or anything, looked really good. Now I can start the age3.exe (replaced with a no-cd version) and the game starts up. There are 2 or 3 video trailers and after that the game just exists with an error message ("Age 3 has
2009 Jul 20
3
need for speed undercover
hello, sorry i don't speak english just french so if you speak french is better for me i have install need for speed undercover with play on linux my config is: ubuntu 8.10 P4 2GHz nvidia Gforce Fx 5500 256MB 1.5G ram when i play on nfs i have a black windows my terminal report this probleme Code: flo at zigzag:~/.PlayOnLinux/wineprefix/NeedForSpeedUndercover/drive_c/Program Files/EA
2010 Feb 16
0
Strange routing(?) Issue
I have a Model event and the following two lines in routes.rb 1 - map.connect "events/:action", :controller => ''events'', :action => / [a-z_]+/i 2 - map.resources :events, :has_many => :comments, :has_one => :address #, :collection => {:mapit => :get} I have #1 so that I can call custom actions from a link_to_remote link from my index page t0 update a
2013 Dec 20
3
[LLVMdev] running clang format on the Mips target
...ings like "remove > all trailing spaces" were not common in the past > >> Is there any good argument against doing this even if there is no rule >> against it? > > It think the argument was that it makes history harder to follow. A > git blame lands you on the reformatting patch and you have to manually > skip them. > > I don't personally consider that a strong argument and I think polly > did just that (run clang-format on everything), so it might be OK > these days. Unfortunately for Polly it was not as clean as we started using clang-format ea...
2020 Nov 19
3
[PATCH 0/2] [clang-format] Add new configurations
From: Anastasiia Lukianenko <anastasiia_lukianenko at epam.com> We are trying to use the clang-format approach as a base for Xen [1] style formatting. During the state of testing clang-format with different configurations, we found that some points regarding the Xen coding style are not configurable. Therefore, we decided to add them to be able to make a choice in different cases. Regards, Anastasiia [1] - https://xenproject.org/ Anastasiia L...
2011 Jul 27
0
Left 4 dead 2(STEAM) installation errors
Hi. i'm pretty new to wine and while i seem to be getting the hang of it, i can't understand why my installation of Left 4 dead 2 (steam) isn't working? i would seriously love some help if someone has the patience to walk me through it! im using wine 1.2.3_1 and using steam V011!SOMEONE PLEASE HELP! left4dead2.exe Can't find steam.dll relative to executable path:
2007 Sep 07
0
Backporting Xen 3.1 to Etch
Hi, this morining I was trying to compile xen 3.1 on my Debian Etch (AMD64). I have a little problem with gcc-multilib. It depends on many packages that don't exist in Etch. So I brutally remove it from debian/control and then dpkg-buildpackage. There was some warning on compilation: dpkg-shlibdeps: warning: format of `NEEDED libxenstore.so' not recognized dpkg-shlibdeps: warning: format
2011 Jun 21
0
Attempting to boot Unity3D
Unity3D.com I'm getting tired of having to switch to Windows (I dual boot windows and ubuntu) everytime I want to code in Unity so I tried installing it under Wine 1.3.22. I got it to build my project from dropbox and open it, but as soon as the editor opens up the window freezes. Here is what the terminal put out as I ran it: Code: fixme:mountmgr:harddisk_ioctl unsupported ioctl 2d1400
2012 Oct 23
0
route problem
Hello I have this routes.rb Tamara::Application.routes.draw do ActiveAdmin.routes(self) devise_for :admin_users, ActiveAdmin::Devise.config resources :users resources :category do resources :berichten end end So I thought that localhost:3000/<category>/bericht/new I could write a new bericht which is stored in the <categoryname> But when I look at rake routes
2017 Apr 03
2
[PATCH 1/2] drm: virtio: add virtio_gpu_translate_format
Factors out code, no functional change. Signed-off-by: Gerd Hoffmann <kraxel at redhat.com> --- drivers/gpu/drm/virtio/virtgpu_drv.h | 1 + drivers/gpu/drm/virtio/virtgpu_fb.c | 58 +---------------------------- drivers/gpu/drm/virtio/virtgpu_plane.c | 68 ++++++++++++++++++++++++++++++++++ 3 files changed, 71 insertions(+), 56 deletions(-) diff --git
2017 Apr 03
2
[PATCH 1/2] drm: virtio: add virtio_gpu_translate_format
Factors out code, no functional change. Signed-off-by: Gerd Hoffmann <kraxel at redhat.com> --- drivers/gpu/drm/virtio/virtgpu_drv.h | 1 + drivers/gpu/drm/virtio/virtgpu_fb.c | 58 +---------------------------- drivers/gpu/drm/virtio/virtgpu_plane.c | 68 ++++++++++++++++++++++++++++++++++ 3 files changed, 71 insertions(+), 56 deletions(-) diff --git
2016 Aug 02
0
[PATCH] launch: libvirt: Autodetect backing format for drive overlays (RHBZ#1354335).
If the user doesn't specify a format (ie. they want autodetection) then we must do the file format detection ourselves since libvirt disabled this and now doesn't work at all on qcow2 overlays that have no backing_fmt field set. --- src/launch-libvirt.c | 90 ++++++++++++++++++++++++++++++++-------------------- 1 file changed, 56 insertions(+), 34 deletions(-) diff --git
2015 Oct 20
1
[PATCH v3 03/13] v2v: factor out populating targets list
Besides, it doesn't need guestfs handle open so move this step earlier in the process. Signed-off-by: Roman Kagan <rkagan@virtuozzo.com> --- v2v/v2v.ml | 77 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 40 insertions(+), 37 deletions(-) diff --git a/v2v/v2v.ml b/v2v/v2v.ml index 155eb83..4257b8d 100644 --- a/v2v/v2v.ml +++ b/v2v/v2v.ml @@ -58,6 +58,7
2019 Jun 20
2
base::format adds extraneous whitespace for some inputs
Dear R Core Team, First of all, thank you for your amazing work on developing and maintaining this wonderful language. I just stumbled upon the following behavior in R version 3.6.0: format(9.91, digits = 2, nsmall = 2) format(9.99, digits = 2, nsmall = 2) yield "9.91" and " 9.99" with an extraneous whitespace. My expected output for the second command is
2014 Jan 09
2
[LLVMdev] running clang format on the Mips target
FYI, our usual recommendation is to use clang-format only on changed code, unless there's strong evidence that the cost of the initial reformatting is basically zero (which usually means a team / community is pretty unanimous about the decision). On Thu, Jan 9, 2014 at 11:53 AM, Tobias Grosser <tobias at grosser.es> wrote: > Manuel, Daniel, > > I forgot to CC you in this mail. The thread here may be interesting to > you, a...
2011 Jan 23
3
phase-6 program crashes with ubuntu 10.10 and wine 1.3.12
? ? Hello ? I need urgent help : ? In my previous system configuration with ubuntu 10.04 the program phase-6 ( a learning program for vocabulary) ran without problems under wine. ? Today a did an upgrade to ubuntu 10.10 with wine 1.3.12. ? Since the upgrade the program phase-6 can't open his window and nothing happens (only the registration of the license is working). I tried some
2010 Jul 14
1
Steam games do not work
openSUSE 11.2, KDE 4.3, wine-1.2-rc7, kwin compositing effects disabled, games ran in different windows versions from 95 to 7 Steam games do not launch in fullscreen mode, only in windowed mode. And when pressing any key on the keyboard, the game crashes (be it in the game menu or in-game). Mouse movements and clicking work fine. this is what shows up in windowed mode after pressing a key on the
2013 Dec 04
1
endian problems with AIFF and WAV
I have a test program that loads an AIFF or WAV file with libsndfile and plays then using libao. After running around in circles for a while, I found and fixed the problem, but I'm still confused as to why the solution works. Would someone please explain this to me so I don't trip over this again later in my project? I used sf_open_fd() to get a SNDFILE* pointer and an AF_INFO
2014 Feb 21
2
[LLVMdev] [lldb-dev] How is variable info retrieved in debugging for executables generated by llvm backend?
Thank you, Clayton. It works now! Our debugger server responds "name:J28;generic:fp;bitsize:32;encoding:uint;format:hex;gcc:60;dwarf:60". And I also set other "generic" attributes like sp, pc, ra, arg1~arg8 to related registers. I dig a little and find llvm dwarf generator uses TargetRegisterInfo::getFrameRegister() to obtain frame base, and uses
2006 Oct 13
0
Wine release 0.9.23
This is release 0.9.23 of Wine, a free implementation of Windows on Unix. What's new in this release: - Massive update of printf formats for Win64 compatibility. - Dynamic drive support on MacOSX. - Still more MSI fixes and improvements. - Lots of bug fixes. Because of lags created by using mirrors, this message may reach you before the release is available at the public sites. The