Quantcast
Channel: Recent Questions - Stack Overflow
Browsing all 12111 articles
Browse latest View live
↧

Alerting when container goes down

I've run into an issue during a setup of a monitoring stack with prometheus and cadvisor exporter. I need to receive alerts from alertmanager when container goes down unexpectedly (I mean, this could...

View Article


How to get distinct results using GORM

In Go, I write a query that gives me all data but I just want to data where products.id and clients.id are distinct.What is the simile query I can write?res := find.Model(&domain.Clients{}). Select...

View Article


Why is numpy native on M1 Max greatly slower than on old Intel i5?

I just got my new MacBook Pro with M1 Max chip and am setting up Python. I've tried several combinational settings to test speed - now I'm quite confused. First put my questions here:Why python run...

View Article

Printing arbitrary number of columns with tabulated-list-print

I have the following function that displays a table in a buffer.But this handles only two columns. How can I extend this to handlean arbitrary number of columns?(defun tlprint-alist (alist...

View Article

How to use Open source LLM with self query in langchain

I am trying to replicate the Self Query search example as below:from langchain_chroma import Chromafrom langchain_core.documents import Documentfrom langchain_openai import OpenAIEmbeddingsdocs = [...

View Article


Why does this operator overload compile in MSVC and GCC but not Clang?

The following code compiles with MSVC (/std:c++latest) and GCC (-std=c++2c), but not Clang (-std=c++2c). Compiler Explorer demo here.#include <type_traits>struct A{ A(int set_value) :...

View Article

The application disappear/crash when screen rotated after save and restore...

When i run application on mobile it run without problem and works good but after save instance state and restore instance state bundles added to save values in activity life cycle in java file on...

View Article

solr upgraded from 8.11.1 to solr 9.5.0 and having one core issue

we have upgraded solr 8.11.1 to solr 9.5.0 and all core copied and working as excpected nut one collection its not working giving "Stream Body is disabled." error.for this i have added this snip in...

View Article


Accelerometer as an external Interrupt with MSP430

I am trying to put MSP430FR6889 in sleep mode and wake it up using an external Accelerometer (BMI160). Whenever someone moves the Accel, MSP430 should wake up and read the accel to process the data.BMI...

View Article


How to Integrate .net core application to see logs in Azure Kubernates...

How can we integrate to see logs of our .net core API application in deployed Azure kubernates cluster container insights. what are all the code changes to be done to see errors and exceptions in...

View Article

Create a runnable JAR manually by creating a zip file

I'm trying to create a runnable JavaFX JAR.I have compiled all files (using Java 8, major version 52), creates a Manifest file and created a zip that contains these directories and...

View Article

C program to sum up total mem usage of any proc

I'm trying to get the most accurate number I can for the total amount of memory being utilized by any process. My approach is to print all of the lines of /proc/PID/maps, find the difference of the two...

View Article

How to make 2d map?

Your taskYou will create a computerised design system that will generate the city topological design that follows the rule. Your system should be able to generate as many as possible design.Image 1....

View Article


Pygame Zero detect Color At Position

ok, is there any way to get the color of a specific pixel using pygame zero? I can't find a way to get the color in the pixel at the position of an actor, so if there is a way to detect this I would be...

View Article

In C++, what is the standard behaviour of static_cast(some_double_variable)?

Besides a loss of precision, there must also be some kind of special conversion behaviour that takes place when a double is cast as a float (e.g. clamping, etc). I have tried to find the C++ standard...

View Article


Nothing renders on my google extension when using routes in a react app, just...

I have this Global file:import {Route} from 'react-router-dom'import { Login } from '@/App';import { SignUp } from '@/Sign-up';const Global = () => { return (<><Route path='/'...

View Article

dbt source table name group issue

Running dbt core version 1.6.10 and SnowflakeI have a source table named group.When I execute dbt run... command I get "...unexpected group." error.In the source yml file I was setting the following.-...

View Article


Components re-rendering making the app crash - Expo

I'm learning react-native/expo and I'm stuck on this problem for hours.So when I type anything, the whole page re-renders. I know that because in the code I upload an image and in console I see the...

View Article

How can I use the user logged in the browser to login to React Application?

The msal documentation provides information for how to do a login from scratch. However, Edge already is authenticated and has the username and the email. I would like to retrieve this information so...

View Article

How to parse params with [] in url to create a GET request endpoint SpringBoot3?

I am working on a decommission project which need to create an exactly identical endpoint matches with a legacy endpoint. The legacy endpoint is written by PHP which is like...

View Article
Browsing all 12111 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>