jump to:allmastodonblueskylemmylobstersdevstackwikirsshn
wwebbit
view: | | |

Tech / everything · hot matching “set”

10 shown · updated 30s ago · read only
  1. Zabbix 7.4 trapper rejects historical data older than 1 hour despite HistoryStoragePeriod set to 730 days [closed] (stackoverflow.com)stack

    26 points by TA1989 in stackoverflow.com · 2h ago · stack

    I'm trying to backfill historical nginx logs into Zabbix using zabbix_sender with timestamps. The data is from May–June 2026, but Zabbix server logs show: value timestamp "2026.06.01 12:00:00" is outside history storage period Environment: Zabbix server 7.4 running in Docker (of…
    filed under zabbix
  2. How to default a date range slicer in Power BI to start from the beginning of the current month to today's date? (stackoverflow.com)stack

    20 points by Muhammed Mafawalla in stackoverflow.com · 20mo ago · stack

    I'm working with a date range slicer in Power BI that is set to "Between" mode to allow users to select both a start and end date. The slicer is connected to my dim_date entity. I would like the slicer to default to display the date range from the start of the current month up t…
  3. Why do I suddenly get "Execution failed for task :app:configureCMakeDebug[arm64-v8a]" while building? (stackoverflow.com)stack

    19 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…
  4. Using HTML and CSS to build a resume website. Can't get div element within body to span height of site (stackoverflow.com)stack

    17 points by gem's_dad in stackoverflow.com · 3y ago · stack

    I've inserted both my HTML and CSS below. I tried to make the element span the entire page using height: 100vh; and also adding that to my HTML element. It isn't working. I set the class 'left' to float: left; and then added a background color. I want the background color to spa…
    filed under htmlcss
  5. Camera causing flutter application to crash (stackoverflow.com)stack

    16 points by Saad Bashir in stackoverflow.com · 3y ago · stack

    I am using camera package for Flutter. Every time the app is running, if I try to change the camera permission from the settings of iOS device the app crashes. So I created a new application and used the example code available on their website. The app still crashes. I am only u…
  6. Send Mail from Windows Machine using Shell ( from Git bash) (stackoverflow.com)stack

    14 points by Ashu in stackoverflow.com · 5y ago · stack

    I have migrated code from Unix OS to Windows. But was stuck in Mail Service from Windows to Users Mail ID. This Service " /usr/sbin/sendmail " was available in Linux OS BUT Dont know how it works in Windows. Please help to setup sendmail in WIndows. and I am using Git bash to ru…
  7. Why does the Content-Security-Policy settings in web.config have no effect? (stackoverflow.com)stack

    8 points by Edward Tanguay in stackoverflow.com · 8y ago · stack

    In a small ASP.NET MVC test application, I added the appropriate httpProtocol code to the web.config file, as described in this article : <system.webServer> <handlers> <remove name="BlockViewHandler"/> <add name="BlockViewHandler" path="*" verb="*" preCondition="integratedMode"…
  8. json expand in powershell (stackoverflow.com)stack

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

    Any suggestion how to pull from this JSON file to powershell the results mention below thanks in advance JSON FILE { "meta": { "effective_params": { "data_set": "Website", "base_currencies": [ "USD" ] }, "endpoint": "spot", "request_time": "2018-06-20T18:06:59+00:00", "skipped_c…
    filed under jsonpowershell