jump to:allmastodonblueskylemmylobstersdevstackwikirsshn
wwebbit
view: | | |

Tech / everything · hot matching “art”

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

    23 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. Reddit’s AI is turning posts into podcasts and short videos (theverge.com)rss

    editorial feed by Jay Peters in The Verge · 9h ago · rss

    Reddit is trying out a new way for people to take in content on Reddit: by turning text posts into audio / video content. As part of an experiment, some posts are being adapted into videos that use AI voices to read the text of the main post and some comments. The video highligh…
  3. Python print fails with OSError: [Errno 22] Invalid argument minutes into a detached Windows background process (stackoverflow.com)stack

    19 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

    18 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. The type 'xxx' is defined in an asembly that is not referenced (stackoverflow.com)stack

    11 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…
  6. set the canvas size - Android (stackoverflow.com)stack

    3 points by jj-aa in stackoverflow.com · 14y ago · stack

    I want to keep the same size of the bitmap for the canvas, because when I add the custom view to the LinearLayout shows the canvas with different size and I want to set the size of the canvas like bitmap object. Part of the code: public class TESTActivity extends Activity { @Ove…