jump to:allmastodonblueskylemmylobstersdevstackwikirsshn
wwebbit
view: | | |

Tech / everything · hot matching “cli”

11 shown · updated 1s ago · read only
  1. PAClient Error in trying to deploy Android Application from Delphi 13 IDE (stackoverflow.com)stack

    28 points by BennieC in stackoverflow.com · 27m ago · stack

    I have been trying to move Delphi FMX application to Android after switching from Delphi 11 to Delphi 13. It did work fine on Delphi 11 but I keep on getting errors during deployment from Delphi 13. It is a long list of error but probably caused by a single problem. [PAClient Er…
  2. Can't open an Excel file shared on SharePoint because of error '-2147417848 (80010108)' [closed] (stackoverflow.com)stack

    25 points by Line in stackoverflow.com · 1h ago · stack

    We are sharing an Excel file with a lot of Visual Basic programming. Since this morning, I keep having the same issue when opening the file: error '-2147417848 (80010108)' with the mention (free translation) 'Automation Error: Invoked object is disconnected from its clients'. My…
  3. Some desktop on cli (lemmy.zip)lemmy

    5 points by u/MonkderVierte in c/linux · 55m ago · 1 lemmy

    cross-posted from: https://lemmy.zip/post/69895885 > Is there a CLI/TUI start menu like tool, with favorites/categories? > > Or even better, a whole status bar at the top/bottom (also without X/wayland/framebuffer), with time, battery, maybe even launched background processes…
    filed under linux
  4. IntelliJ Test Code Coverage not displayed in code (stackoverflow.com)stack

    11 points by Kira Resari in stackoverflow.com · 6y ago · stack

    I'm coming from Eclipse, where code coverage is very conveniently displayed in the code as well as a table when running JUnit tests. In IntelliJ, I thus far have no idea how to get this working, and some of the things that I have tried seem to differ from the manual. I have a su…
  5. Fixing deprecated SimpleMongoDbFactory to SimpleMongoClientDbFactory break Embedded Mongo tests (stackoverflow.com)stack

    10 points by Zejuho in stackoverflow.com · 6y ago · stack

    I work on a project which was extending SimpleMongoFactory to enable multi tenancy public class MultiTenantMongoFactory extends SimpleMongoDbFactory { After migrating from Spring boot 2.1.10 to 2.2.1 , we tried to fix deprecation warning by using recommended class SimpleMongoCli…
  6. Retrieve data from database using ajax (stackoverflow.com)stack

    6 points by aan in stackoverflow.com · 8y ago · stack

    I want to get data from database by using ajax. The data will be fetched by choosing the drop down option and click the search button and data will show up in the table. I've written the proper query and it runs very well. All I want is just show the data from database to the ta…
    filed under javascriptphpajax
  7. How can I detect back navigation on the client? (stackoverflow.com)stack

    3 points by Jordan in stackoverflow.com · 11y ago · stack

    Please Note: I am not trying to detect that the back button was clicked. I don't care about that. I just want to know that they page was loaded on a back navigation. I want to display a warning to my user in one place of my application if they click the back button advising them…
    filed under javascriptjquery