Search results for

“translate scheme”

6,671 results found

Post

Replies

Boosts

Views

Activity

Reply to MacOS(Apple Silicon) IOKit driver for FPGA DMA transmission, kernel panic.
Using gen32IOVMSegments() will return kIOReturnMessageTooLarge. If I don't set the maximum value of 8M, the result will still be the same, so I think it may not be related to the maximum value. If you haven't already, take a look at my post here. I haven't checked the code to confirm, but I strongly suspect that calling gen32IOVMSegments with a mask of the wrong size (like 0xFFFFF000) will cause kIOReturnMessageTooLarge, as the true mask range you've specified (0x00000000FFFFF000) is too large to fit in 32 bits. Does Apple M silicon not allocate <=32-bit bus addresses to third-party PCIe devices (FPGA)? Quite the opposite. We've actually gone to considerable trouble to ensure that we COULD provide 32-bit addresses to the PCI bus. Quoting Address Translation on 64-Bit System Architectures: Apple solved the problem with address translation which “maps” blocks of memory into the 32-bit address space of a PCI device. In this scheme, the PCI device still sees a 4-gigabyte space, but t
Topic: App & System Services SubTopic: Drivers Tags:
Feb ’26
Reply to XLIFF not importing to .stringsdict correctly for some languages?
For me, the XLIFF import for Localizable.stringsdict is totally broken for both French and German. It ends up stripping all the XML headers from the target .stringsdict files, doesn't correctly apply the translated strings, and converts all of the accented characters to escape sequences. It's as if internally the XLIFF importer is treating the .stringsdict file as if its a property list rather than an XML document.It looks like I'm going to have to apply all of the translations manually, which is quite a pain. Better to just give the .stringsdict file itself to the translators, rather than using the XLIFF until Apple fixes this.
Sep ’17
Reply to SceneKit SCNVector math Crippled on M1
Yes, the following code crashes on M1, but runs fine on Intel // rotate the diffuse contents let translation = SCNMatrix4MakeTranslation(0, -1, 0) let rotation = SCNMatrix4MakeRotation(CGFloat.pi / 2, 0, 0, -1) let transform = SCNMatrix4Mult(translation, rotation) self.materials.screen.diffuse.contentsTransform = transform
Topic: Graphics & Games SubTopic: SceneKit Tags:
Nov ’20
Reply to Did Apple removed Translate SF Symbol in SF Symbol 2?
There is a translate symbol in my version (5.1). It is a pair of cartoon speech bubbles with a capital letter A in one and a (possibly Kanji) character in the other. It has a note that it is reserved for the Apple translate service, so I presume it is copyrighted. I am personally going to use the globe symbol to offer other languages. Don't know if there are any HID guidelines on that.
Topic: Design SubTopic: General Tags:
Dec ’24
How to set destination flag when in edit scheme Xcode?
I am trying to set up a bot to run a test scheme in Xcode Server. I get the following error:Bot Issue for Tapestry Bot-Test (error) No destinations were specified with the -destination flag which were valid for the specified scheme 'TapestryTests'.In reading other posts and doing searches I have seen to set the destination flag in the edit scheme option in Xcode. I have tried several places and don't know where to put this option-destination 'platform=iOS,id=SomeDeviceID' testI tried to enter screenshot but dont see an option. I am under the edit scheme screen where you set your build and run option
0
0
424
Oct ’16
Reply to Render CIIMage to CVPixelBuffer in arbitrary position
I too have no idea how this works. I had to translate the image after cropping.
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Nov ’20
Reply to Iphone lock screen does not ask for password in any way
My knowledge of English is limited, I wrote this article with translation, sorry for the typos.
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
Oct ’23
Reply to Translation framework error.
Hello @DaveOlsen1 , I am facing the same issue with Translation. How did you fix this issue?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jan ’26
Reply to AppleScript. How do I convert screen pixels to points?
I have a Macbook. The pixels are given by some program, which I need to translate into points.
Replies
Boosts
Views
Activity
Nov ’25
Reply to MacOS(Apple Silicon) IOKit driver for FPGA DMA transmission, kernel panic.
Using gen32IOVMSegments() will return kIOReturnMessageTooLarge. If I don't set the maximum value of 8M, the result will still be the same, so I think it may not be related to the maximum value. If you haven't already, take a look at my post here. I haven't checked the code to confirm, but I strongly suspect that calling gen32IOVMSegments with a mask of the wrong size (like 0xFFFFF000) will cause kIOReturnMessageTooLarge, as the true mask range you've specified (0x00000000FFFFF000) is too large to fit in 32 bits. Does Apple M silicon not allocate <=32-bit bus addresses to third-party PCIe devices (FPGA)? Quite the opposite. We've actually gone to considerable trouble to ensure that we COULD provide 32-bit addresses to the PCI bus. Quoting Address Translation on 64-Bit System Architectures: Apple solved the problem with address translation which “maps” blocks of memory into the 32-bit address space of a PCI device. In this scheme, the PCI device still sees a 4-gigabyte space, but t
Topic: App & System Services SubTopic: Drivers Tags:
Replies
Boosts
Views
Activity
Feb ’26
Reply to please create a voice translator,that help to all over the world
With all due respect Ian, your post proves to be false. You failed to convey your message clearlyin english which I assume is not your native tongue. Expecting an audible device to translatewhen even written words cannot be translated reliably is madness at best. This is not Star Trek.There is no universal translator.
Replies
Boosts
Views
Activity
Jan ’16
Reply to XLIFF not importing to .stringsdict correctly for some languages?
For me, the XLIFF import for Localizable.stringsdict is totally broken for both French and German. It ends up stripping all the XML headers from the target .stringsdict files, doesn't correctly apply the translated strings, and converts all of the accented characters to escape sequences. It's as if internally the XLIFF importer is treating the .stringsdict file as if its a property list rather than an XML document.It looks like I'm going to have to apply all of the translations manually, which is quite a pain. Better to just give the .stringsdict file itself to the translators, rather than using the XLIFF until Apple fixes this.
Replies
Boosts
Views
Activity
Sep ’17
Reply to SceneKit SCNVector math Crippled on M1
Yes, the following code crashes on M1, but runs fine on Intel // rotate the diffuse contents let translation = SCNMatrix4MakeTranslation(0, -1, 0) let rotation = SCNMatrix4MakeRotation(CGFloat.pi / 2, 0, 0, -1) let transform = SCNMatrix4Mult(translation, rotation) self.materials.screen.diffuse.contentsTransform = transform
Topic: Graphics & Games SubTopic: SceneKit Tags:
Replies
Boosts
Views
Activity
Nov ’20
Reply to Did Apple removed Translate SF Symbol in SF Symbol 2?
There is a translate symbol in my version (5.1). It is a pair of cartoon speech bubbles with a capital letter A in one and a (possibly Kanji) character in the other. It has a note that it is reserved for the Apple translate service, so I presume it is copyrighted. I am personally going to use the globe symbol to offer other languages. Don't know if there are any HID guidelines on that.
Topic: Design SubTopic: General Tags:
Replies
Boosts
Views
Activity
Dec ’24
Reply to Change language on in app purchase alert popups
Devs are responsible for translating their own alert strings, app name etc.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Feb ’18
Reply to WidgetKit configurationDisplayName localization
In which files are we supposed to put the translations? Tried a few without success
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’23
How to set destination flag when in edit scheme Xcode?
I am trying to set up a bot to run a test scheme in Xcode Server. I get the following error:Bot Issue for Tapestry Bot-Test (error) No destinations were specified with the -destination flag which were valid for the specified scheme 'TapestryTests'.In reading other posts and doing searches I have seen to set the destination flag in the edit scheme option in Xcode. I have tried several places and don't know where to put this option-destination 'platform=iOS,id=SomeDeviceID' testI tried to enter screenshot but dont see an option. I am under the edit scheme screen where you set your build and run option
Replies
0
Boosts
0
Views
424
Activity
Oct ’16
Reply to Run UI and Unit tests remotely
attack target payload my iphone translation text wikipedia gethup.com
Replies
Boosts
Views
Activity
Dec ’20
Reply to clang: error: linker command failed with exit code 1 (use -v to see invocation)
What did preferredStyle: UIAlertControllerStyle.Alert and style: UIAlertActionStyle.Default translate to in Swift 3.0? This is a mess.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Oct ’16
Reply to How do you acquire an approval number from China for a mobile game?
can You please write, where did You find english translation? I was not able to find it.
Replies
Boosts
Views
Activity
Mar ’17