home.social

Search

149 results for “WLBORg”

  1. #spiegel audio KI ersetzt plötzlich Dezember durch “12. Monat” und März durch “3. Monat”. WTF.

  2. audio KI ersetzt plötzlich Dezember durch “12. Monat” und März durch “3. Monat”. WTF.

  3. #spiegel audio KI ersetzt plötzlich Dezember durch “12. Monat” und März durch “3. Monat”. WTF.

  4. #spiegel audio KI ersetzt plötzlich Dezember durch “12. Monat” und März durch “3. Monat”. WTF.

  5. uh, thats nice:

    “Today, the Swift Testing and XCTest libraries stand mostly independently, which means an XCTAssert failure in a Swift Testing test or an #expect failure in an XCTest test is silently ignored. To address this, we formally declare a set of interoperability principles and propose changes to the handling of specific APIs that will enable users to migrate with confidence.”

    github.com/swiftlang/swift-evo

    CC @dimsumthinking

  6. Does anyone know a #fastlane plugin or functionality that works like the archived multiscan (i.e. only retry the failed tests)? (github.com/lyndsey-ferguson/fa) CC @joshdholtz

  7. This is the most #computergame like place that I’ve ever been to. No endboss spawned when reaching the top, though.

    en.m.wikipedia.org/wiki/Isola_

  8. Quite happy with my current setup of getting up to date on things with @ivory and Readkit #fediverse #feediverse

  9. I’m sadly running into more and more #fastlane issues at the moment which have already been fixed, but the fixes have not yet been merged after months, e.g. github.com/fastlane/fastlane/p

  10. If you scroll far enough into the past in the #apple #calender app on #iphone, weird stuff happens.

  11. Thüringer Bratwurst wird 620!
    Hamburger sind stabiler!

    Foto via Senat #Hamburg #hh1901

  12. Der Fluss vor der Tür hieß früher Master #Macoun

  13. @polpielladev
    Yeah, thats what I meant. As I have very simple Packages and the only difference between them is the name, I now use this trick to dynamically generate the name of the package from its foldername:

    let name = String(#filePath.split(separator: "/").reversed()[1])

    This way, all the package.swift files are identical.

  14. @polpielladev
    Yeah, thats what I meant. As I have very simple Packages and the only difference between them is the name, I now use this trick to dynamically generate the name of the package from its foldername:

    let name = String(#filePath.split(separator: "/").reversed()[1])

    This way, all the package.swift files are identical.

  15. @polpielladev
    Yeah, thats what I meant. As I have very simple Packages and the only difference between them is the name, I now use this trick to dynamically generate the name of the package from its foldername:

    let name = String(.split(separator: "/").reversed()[1])

    This way, all the package.swift files are identical.

  16. @polpielladev
    Yeah, thats what I meant. As I have very simple Packages and the only difference between them is the name, I now use this trick to dynamically generate the name of the package from its foldername:

    let name = String(#filePath.split(separator: "/").reversed()[1])

    This way, all the package.swift files are identical.

  17. @polpielladev
    Yeah, thats what I meant. As I have very simple Packages and the only difference between them is the name, I now use this trick to dynamically generate the name of the package from its foldername:

    let name = String(#filePath.split(separator: "/").reversed()[1])

    This way, all the package.swift files are identical.