jump to:allmastodonblueskylemmylobstersdevstackwikirsshn
wwebbit
view: | | |

Tech / Stack Overflow · hot matching “vi”

12 shown · updated 16s ago · read only
  1. Error to make sdl window icon, what to do? (stackoverflow.com)stack

    29 points by Etotheili 25 in stackoverflow.com · 6m ago · stack

    I've made some code in c to make a game prototype in sdl, but then I added an SDL_Surface to become an icon at the top-left of the screen with the SDL_SetWindowIcon() command, but my p rogram crashed at runtime giving this message. Error making icon: wayland: cannot set icon; re…
    filed under cubuntusdl-3
  2. AWS Cognito how to handle verification failure and signIn (stackoverflow.com)stack

    24 points by Vivek Khandekar in stackoverflow.com · 1h ago · stack

    I have a query for signup flow in my app Signup flow is like this: User enters info in form info is submitted via aws amplify SignIn methode A aws cognito record is created with status "Unconfirmed" User navigate to verify email screen. User gets OTP on his provided email. Confi…
  3. can I make choosing a file count as a user gesture? (stackoverflow.com)stack

    19 points by Geoff Nunes in stackoverflow.com · 17h ago · stack

    I am making a very simple video player. I want the video to display in full screen mode. I give the user two ways to choose a file to play. One works and one does not. The way that works listens to a div for a 'drop' event. The even triggers a routine that enters full screen and…
  4. How are Playwright features being used in test automation? [closed] (stackoverflow.com)stack

    18 points by Sri Ramya in stackoverflow.com · 26h ago · stack

    I’ve been exploring Playwright for test automation and one thing I’ve been thinking about is how efficiently teams are actually using it beyond simply automating test cases. Playwright provides features such as auto-waiting, web-first assertions, parallel execution, browser cont…
  5. How to implement Google reCAPTCHA v3 in an Android app? (stackoverflow.com)stack

    14 points by Ravi Ghadiya in stackoverflow.com · 3y ago · stack

    I'm building an Android app and I want to implement Google reCAPTCHA v3 to prevent bots from submitting forms. I've already implemented reCAPTCHA on my website for web and server side, but I'm not sure how to do it in my Android app. Can someone help me with the steps to impleme…
  6. How to fix android SDK file not found (stackoverflow.com)stack

    12 points by naer in stackoverflow.com · 4y ago · stack

    can someone please help me cause i've been trying to fix this problem for hours now flutter doctor picture SDK tools picture [✓] Flutter (Channel stable, 2.5.3, on Microsoft Windows [Version 10.0.22000.318], locale en-US) [!] Android toolchain - develop for Android devices (Andr…
  7. Unix/Perl/Python: substitute list on big data set (stackoverflow.com)stack

    10 points by Subbeh in stackoverflow.com · 7y ago · stack

    I've got a mapping file of about 13491 key/value pairs which I need to use to replace the key with the value in a data set of about 500000 lines divided over 25 different files. Example mapping: value1,value2 Example input: field1,field2,**value1**,field4 Example output: field1,…
  8. How to place this Label and Image with Xamarin Forms? (stackoverflow.com)stack

    5 points by Pure.Krome in stackoverflow.com · 11y ago · stack

    I'm trying to learn Xamarin forms and wish to try to do the following: I'm thinking that I need to use a RelativeLayout but I'm struggling to understand how to use the provided tools. All the examples I'm reading say to use things like LayoutFlags and LayoutBounds (like this nic…
    filed under xamarin.forms
  9. Illegal access to loading collection (hibernate.LazyInitializationException) (stackoverflow.com)stack

    2 points by Satish Kumar in stackoverflow.com · 15y ago · stack

    I am using JPA with Hibernate persistence provider. I have one to many mapping, I used @OneToMany(mappedBy = "mSearchPreference", cascade = CascadeType.ALL, fetch=FetchType.EAGER) I can see the one to many SQL statements on the console, eventhough i am getting the exception ille…
    filed under jpa