jump to:allmastodonblueskylemmylobstersdevstackwikirsshn
wwebbit
view: | | |

Knowledge / everything · hot matching “config”

4 shown · updated 2m ago · read only
  1. Why do I suddenly get "Execution failed for task :app:configureCMakeDebug[arm64-v8a]" while building? (stackoverflow.com)stack

    15 points by Wiem Ben yahia in stackoverflow.com · 2y ago · stack

    My app was working yesterday, but now gives me: Execution failed for task ':app:configureCMakeDebug[arm64-v8a]'. > [CXX1429] error when building with cmake using C:\{my path}\node_modules\react-native\ReactAndroid\cmake-utils\default-app-setup\CMakeLists.txt: -- The C compiler i…
  2. gRPC connection: use keepAlive or idleTimeout? (stackoverflow.com)stack

    8 points by xialin in stackoverflow.com · 7y ago · stack

    Looking at gRPC Java doc - ManagedChannelBuilder, there're two options to manage the connections. It seems idleTimeout() is the default/preferred configuration. But when I tried to search for a comparison, most of the posts are talking about keepAlive option. I'm curious about w…
  3. Vuetify v-data-table - how to make it fill the available height? (stackoverflow.com)stack

    7 points by Sascha Herrmann in stackoverflow.com · 7y ago · stack

    I am using Vue.js and Vuetify. I have a page with various sections that contain configurable items for the user. The layout is a 2x2, so there are two items per row, and 2 rows. One of the items should contain a table showing alarms. The problem is the pagination. If I use the "…
    filed under vue.jsvuetify.js
  4. Loading an SQLite database from a byte stream in .NET (stackoverflow.com)stack

    1 points by Ethan in stackoverflow.com · 15y ago · stack

    I'm trying to load an SQLite database that will be embedded in my executable as a resource. For those who are curious, it is because I use a small SQLite database to store configuration data, and I'd like to ship the default configuration embedded inside the executable (I hate h…