Bookmarks (1345)

  • screenshot

    sdk.vercel.ai streamText with tool does not return correct result

    according to this documentation, I set up a chatbot. But the messages result on the client...

  • screenshot

    Uneresponsive github.copilot

    In vscode Output => Window I get errors and warnings: 2025-04-17 10:25:47.110 [error] [Window] A context...

  • screenshot

    TTK - Don't apply current style for single widget (in own dialog window)

    I have the following problem. In my application I use 'black' theme from ttkthemes, with some...

  • screenshot

    How to change this html/css so it doesn't need the has() selector

    I have this html: <style> : div#stacking { display: flex; flex-direction: row; justify-content: flex-start; background-size: 0;...

  • screenshot

    Measuring similarity between two images with large difference in ranges

    I'm working on a project to compare different filament detection algorithms that take an astronomical grayscale...

  • screenshot

    Conditional virtual override in c++

    Let's say I have two classes B, C with pure virtual f,g functions respectively. I want...

  • screenshot

    How to combine multiple chatbot pipelines into 1 big pipeline using Haystack 2.X?

    So in the past couple of months, I have created several chatbot pipelines using haystack 2.X....

  • screenshot

    Unable to use installed mysql in ubuntu?

    I am new to mysql and trying to install it on ubuntu 24.04. After a successful...

  • screenshot

    FluentFTP Local File Not Found

    I am trying to upload a file using FluentFTP. No matter what I try I get...

  • screenshot

    Linux UIO IRQ related periodic CPU usage

    I have an Intel Arria 10 SoC FPGA system with 5.4.104-lts Linux built with Yocto 3.3.1...

  • screenshot

    Compile time error while updating the logback version to 1.5.18

    I am trying to update the logback to version 1.5.18 to resolve the vulnerabilities. I did...

  • screenshot

    Hybrid Vue/Capacitor Android app prints Brother label at wrong size (50 × 29 mm instead of 62 × 29 mm)

    I have a hybrid Android application built with Vue.js and Capacitor that needs to print small...

  • screenshot

    Python for xml parsing, how to track correct tree

    I try to parse XML file to get NeedThisValue!!! for one of the element tagged <Value>....

  • screenshot

    Getting ok button to close jquery-confirm window using Selenium

    I am completely new to Selenium as of today and i am having trouble getting a...

  • screenshot

    Web Scraper Saving some of the data in different Language

    I wrote a python script for scrapping data from WHO website, i wanted to retrieve Title,...

  • screenshot

    When using wordpress ACF, how can we programatically add new options to a choice field?

    I'm importing some data, and generating posts with ACF information, which works well for text fields,...

  • screenshot

    How to gracefully shutdown a Rust TCP server without introducing latency

    I just finished reading TRPL. The webserver they have you implement at the end has graceful...

  • screenshot

    Have lowercase value from Enum field when sending request with Spring

    What I am trying to achieve: I would like to send http requests with a lowercase...

  • screenshot

    Why is my custom XUnit TraitAttribute not working

    I am working within a multiproject repository and would like to specify project specific Unit tests....

  • screenshot

    Shell command not functioning properly in Lotusscript

    I have the code below, which reads a directory contents for any *.BAT files. It then...

  • screenshot

    I want to capture the permissions on a file in "bash", and then use "chmod" to re-apply them

    On one of the systems I use, I'm finding that "sed -i" is stripping the execute-bit...

  • screenshot

    ATtiny841 slave SPDR register

    Version 1: I am using a Raspberry Pi Pico as SPI master and an ATtiny841 as...

  • screenshot

    mat-datepicker rendering issue after migrating to Angular 18 and Material M3

    I recently migrated my Angular application to version 18 and updated Angular Material to version M3....

  • screenshot

    How to add --install-option key and value in uv like in pip

    I'm using uv as my Python package manager, and I have the following command to install...

  • screenshot

    Display column names in export file bteq command

    I have SQL queries with bteq that sometimes return no data and it's normal. I want...

  • screenshot

    odoo 16 community version. website restriction

    I am using odoo16 community version and i have a lots of websites and users. I...

  • screenshot

    Grouping the legend in ggplot into multiple parts

    I want to group the legend in ggplot in multiple parts. Let consider below example (taken...

  • screenshot

    serving pre-compressed files in .NET

    I have an application that serves some static files (ex .js, and .css files) app.UseStaticFiles(new StaticFileOptions...

  • screenshot

    how to render a 2d text in react native with threejs

    I need help rendering 100+ 2D text labels in a Three.js modal in React Native. I've...

  • screenshot

    Add-AppxPackage : Deployment failed with HRESULT: 0x80073CF3, Package failed updates, dependency or conflict

    How come I did: PS C:\Windows\system32> Invoke-WebRequest -Uri https://github.com/microsoft/microsoft-ui-xaml/releases/download/v2.8.6/Microsoft.UI.Xaml.2.8.x64.appx -OutFile $env:TEMP\Microsoft.UI.Xaml.2.8.x64.appx PS C:\Windows\system32> Add-AppxPackage $env:TEMP\Microsoft.UI.Xaml.2.8.x64.appx and...

  • screenshot

    Mail server using dovecot and postfix and mariadb

    I have problem shows in a project for a server mail in thunderbird where i have...

  • screenshot

    C++ Detect Graphics Card Vendor for Connected Monitors without Crowd Strike going mad

    For a Windows 7/8/10/11 software I'm currently creating, I need to scan all connected monitors and...

  • screenshot

    Error when running ecospat.boyce() for maxent model

    I'm trying to run ecospat.boyce() to evaluate my maxent model but keep getting an error (see...

  • screenshot

    Delayed ingestion of logs in ElasticSearch for Java application

    We have a Java application which emmits the logs. These logs are stored in .log file....

  • screenshot

    Odoo not reservin lots

    In my Odoo 13 instance, when I perform an internal transfer and click the Check Availability...

  • screenshot

    How to convert date and time using google sheets

    I'm trying to get current uk date and time with NOW()= for my Excel project, but...

  • screenshot

    Running xp_cmdshell via impersonation not working without sysadmin rights

    I have SQL Login "A" and Windows Login "B", which is sysadmin. "A" has impersonation enabled...

  • screenshot

    Boost lib does not compile in VS 2019 C++ project

    I am trying to set up a mongodb c++ driver (a cloud storage solution) in my...

  • screenshot

    How to order a string containing

    Certain columns in the table are strings and contain. Example: 202cm2/h 303cm2/h 404cm2/h <= These are...

  • screenshot

    Cannot read properties of undefined (reading 'mode')

    I am using these packages "@mui/material": "^7.0.2", "jest": "^29.4.1", "react": "^18.2.0", "react-dom": "^18.2.0", "typescript": "^5.8.3", "@types/react":...

  • screenshot

    Why does my git command output blank to a text file when I try to use variables as inputs instead of hardcoded values?

    I am in the process of writing a windows batch file to simplify the generation of...

  • screenshot

    Why not work procedure of resize of image for Joomla 5?

    I download image from over site. If I simply save this file - it's OK. But...

  • screenshot

    How to get attachment URL without having public URLs

    I have ActiveStorage installed and set up. There is a model invoice which can have a...

  • screenshot

    azure logicapps dynamic expression

    I need help , I need to extract values from below event out put and form...

  • screenshot

    Logging system does not work (Nlog) in C# Windows Forms app

    I am developing a Windows Forms app with C# and I want to add logging to...

  • screenshot

    Flutter_ffmpeg is discontinued. Is there a way still to use it in a flutter project?

    I have been using the flutter_ffmpeg package in a Flutter project. But now, when I run...

  • screenshot

    How can I access the active tab in a Shiny Quarto dashboard?

    I am building a Quarto dashboard with Shiny and would like to display the name or...

  • screenshot

    Jira Ticket stagnancy

    I'm looking for a report to know how long tickets are pending in a particular status...

  • screenshot

    How to make SignalR server for a Unity shooter?

    I want to create an online top-down 2D Shooter in Unity3D with SignalR. I really don't...

  • screenshot

    What's the differences betweent io.TeeReader and io.MultiWriter in golang?

    I want to build an llm app and add a middleware to monitor token usage. The...