jump to:allmastodonblueskylemmylobstersdevstackwikirsshn
wwebbit
view: | | |

Front page / Stack Overflow · hot matching “vi”

12 shown · updated 1s ago · read only
  1. AWS Cognito how to handle verification failure and signIn (stackoverflow.com)stack

    26 points by Vivek Khandekar in stackoverflow.com · 36m 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…
  2. post card accepted message on slack after card was declined (stackoverflow.com)stack

    23 points by Lisa Manobal in stackoverflow.com · 1h ago · stack

    I have a Zap that it's triggered by a new customer in stripe (new subscription), if the zap fails the payment hold step it posts a message of card declined but doesn't post a new message if the card is accepted. (It gets filtered out) it has a filter so all the payments are not…
  3. A NoClassDefError occurs when loading soft dependencies in an MC Bukkit plugin (stackoverflow.com)stack

    21 points by N501YHappy_OwO in stackoverflow.com · 1h ago · stack

    I'm having some trouble implementing soft dependencies with Worldguard. My plan is to create an interface that contains all the methods I need, with two classes implementing that interface: one that provides empty methods, and another that provides Worldguard methods. When World…
    filed under javabukkit
  4. a possible solution if 'hermes update' command fails [closed] (stackoverflow.com)stack

    19 points by ilya.chepurnoy in stackoverflow.com · 2h ago · stack

    I have Hermes agent (from NousResearch ) installed on Windwos 10, via uv in venv. yesterday when updating my Hermes agent via hermes update , i suddenly faced a bunch of errors, where this update would always succeed, countless times: error: failed to remove file `C:\Users\%User…
  5. can I make choosing a file count as a user gesture? (stackoverflow.com)stack

    17 points by Geoff Nunes in stackoverflow.com · 16h 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…
  6. How are Playwright features being used in test automation? [closed] (stackoverflow.com)stack

    16 points by Sri Ramya in stackoverflow.com · 25h 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…
  7. Event properties in ClickHouse — typed columns vs JSON type, for ~6M events/day with 29 event types (stackoverflow.com)stack

    15 points by Jay in stackoverflow.com · 31h ago · stack

    I'm building an event analytics pipeline (Kafka → ClickHouse) with ~6M events/day and 29 distinct event types. Each event has a fixed set of core fields, plus a properties object that varies per event type (e.g., search_submitted has city_id , result_count ; booking_created has…
  8. How to fix android SDK file not found (stackoverflow.com)stack

    10 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…
  9. Unix/Perl/Python: substitute list on big data set (stackoverflow.com)stack

    8 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,…
  10. How to place this Label and Image with Xamarin Forms? (stackoverflow.com)stack

    4 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
  11. Cannot add an event to the calendar in android (stackoverflow.com)stack

    2 points by AndroidGeek in stackoverflow.com · 14y ago · stack

    Whenever I am trying to add event to the android mobile calendar the following message is displayed: "Before you can add an event, you must add at least one Calendar account to the device and > make a calendar visible. Touch 'Add account' to add an account (if you just added an…