home.social

Search

7 results for “krosylight”

  1. There was a ticket check in the bus, so I opened the Jelbi app and very conveniently the session went outdated 🙄

    The staff didn't want me to wait for the sign-in (what, it takes less than 30sec) and that's how I missed a bus.

  2. There was a ticket check in the bus, so I opened the Jelbi app and very conveniently the session went outdated 🙄

    The staff didn't want me to wait for the sign-in (what, it takes less than 30sec) and that's how I missed a bus.

    #bvg #jelbi

  3. TIL Elon Musk is in Isreal to get approval for Starlink, and there is a trending hashtag in Twitter to make him learn what's really happening there. Yes please.

  4. TIL Elon Musk is in Isreal to get approval for Starlink, and there is a trending hashtag #VisitGaza in Twitter to make him learn what's really happening there. Yes please.

  5. So, how can I write tests for each input file?

    Something like:

    ```
    // pseudocode!
    for filename in filenames {
    #[test]
    pub fn parse_##filename## {
    parse(filename);
    }
    }
    ```

    Hmm.

  6. So, how can I write #rust tests for each input file?

    Something like:

    ```
    // pseudocode!
    for filename in filenames {
    #[test]
    pub fn parse_##filename## {
    parse(filename);
    }
    }
    ```

    Hmm.