jump to:allmastodonblueskylemmylobstersdevstackwikirsshn
wwebbit
view: | | |

Knowledge / everything · hot matching “art”

9 shown · updated 55s ago · read only
  1. Flutter Android 11, 12, and 13 HandshakeException After SSL Certificate Update (stackoverflow.com)stack

    21 points by Ankit Yadav in stackoverflow.com · 2h ago · stack

    I am developing a Flutter Android application, and the app is showing a HandshakeException on devices running Android 11, Android 12, and Android 13 . The issue started after the SSL certificate was updated on the server . Before the SSL certificate update, the application was w…
  2. Fun with edu-fuckin-cation, am I doing it right? 😂 @ linguistics @ humor@fedigroups.social @ humor@lemmy.world @ aiop # Rules # LinguisticMemes # Meme # Linguistics # Language #… (mastodon.art)mastodon

    87 points by @NickEast_IndieWriter@mastodon.art in mastodon.social · 1h ago · 3 mastodon

    Fun with edu-fuckin-cation, am I doing it right? 😂 @ linguistics @ humor@fedigroups.social @ humor@lemmy.world @ aiop # Rules # LinguisticMemes # Meme # Linguistics # Language # Words # Humor # Humour # Funny # Reading # Readers # ReadingCommunity # Novel # Books # Fiction # Bo…
  3. Python print fails with OSError: [Errno 22] Invalid argument minutes into a detached Windows background process (stackoverflow.com)stack

    17 points by Ali in stackoverflow.com · 31h ago · stack

    I launch a long-running Python script detached on Windows and redirect its output from the shell: cmd /c start "" /b python train.py > run.log 2>&1 The script runs fine for several minutes and writes progress lines to run.log as expected. Then, partway through, it dies on an ord…
  4. SwiftUI HStack with Text and Picker alignment and spacing (stackoverflow.com)stack

    16 points by Tracy Hiltbrand in stackoverflow.com · 33h ago · stack

    I'm having trouble getting the spacing to look good on a SwiftUI view. Here's what I've got for variable definitions (there will obviously eventually be more countries and states, this is to just get started with layout of components), and below that a ways, I've got an HStack t…
  5. Does Postgres have a way to compare URLs with mixed case-sensitivity? (stackoverflow.com)stack

    15 points by Galaxor Nebulon in stackoverflow.com · 13d ago · stack

    Some parts of URLs are case-sensitive and some are not. Specifically, the hostname is case-insensitive and the rest of the url is not. (Actually, the protocol may be case-insensitive, I'm not sure). For example: https://ExampleUser@case.example/article/ This is the same thing as…
    filed under postgresql
  6. Is it possible to distinguish between a payload that was played back and a payload that was interrupted? (stackoverflow.com)stack

    9 points by Stoica Ovidiu in stackoverflow.com · 2y ago · stack

    Context I'm building an AI voice interface through Twilio. When the user speaks, it starts the pipeline of recognise speech -> generate answer -> turn to audio -> playback to user Twiml for websocket bidirectional MediaStream with <?xml version="1.0" encoding="UTF-8"?> <Response…
  7. The type 'xxx' is defined in an asembly that is not referenced (stackoverflow.com)stack

    8 points by Emerson Cartagena in stackoverflow.com · 3y ago · stack

    As I recently updated a custom DLL file to version 1.0.3483.0, when I included that DLL file in the project, it required version 1.0.3478. What are the steps I need to follow in order to update the DLL file in a project? Visual Studio 2015 Error DLL file version The DLL file was…