5,256 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
-1
votes
0
answers
128
views
How to render many line segments? [closed]
Imagine we are given a large list of world coordinates, around 10k, represented as 3D points. From this list, we want to render a set of connected line segments between consecutive points, creating a ...
0
votes
1
answer
55
views
C# Stubble API for processing json-based data with a mustache-based logic-less template fails to render output data properly
Here is some information about the technologies used in my application:
Microsoft Visual Studio Enterprise 2022 (64-bit) - Current
Stubble.Core version 1.10.8 ( library used to apply Mustache &...
Advice
0
votes
0
replies
34
views
The explanation of manim rendering
I want to make the mobjects in manim be interactive, and I thought about using manim's OpenGL rendering machine to connect to HTML to form an interactive animation effect. But I'm confused about Manim'...
0
votes
0
answers
26
views
Why is <c:if test="#{MyBean.myFunction()}"> rendering multiple times in my xhtml file?
I have a large xhtml file, below the imports there is a component that should only render when a test from a Bean returns true.
<c:if test="#{MyBean.myFunction()}">
<div id=&...
-1
votes
1
answer
58
views
In Next js project Error: <Html> should not be imported outside of pages/_document
I have having issues in vercel and render deployment, but i have checked all instances but not happening i have check other answers also but it is not working. Are there any things which I can do for ...
3
votes
2
answers
168
views
How to add a "Copy to Clipboard" button for a Dash DataTable in Python?
I'm building a Dash app in Python and trying to add a button that lets the user copy the table content to the clipboard so they can paste it into Excel.
The table displays correctly, but when I click ...
-1
votes
1
answer
82
views
How to manage Python 'websockets package' conflict for Kotak Neo API(V2) and Uvicorn(0.37.0)
I am building an application using Kotak Neo API (git+https://github.com/Kotak-Neo/Kotak-neo-api-v2.git#egg=neo_api_client) using Python Fast API.
Kotak Neo API uses websockets==8.1.
Python version - ...
-1
votes
1
answer
157
views
Grid rendering problems
I am trying to simply render a grid with some test colors to a 1920x1080 screen to see if it works. However, it's looking terrible and it's laden with graphical errors. The grid should just look sort ...
0
votes
1
answer
161
views
Problem finding index.html for Medusa v2 Admin during deployment on Render
I’m trying to deploy a Medusa v2 project on Render, but I’m running into an issue where Render cannot find the index.html file for the admin panel.
I’ve already set the folder from the medusa2 admin ...
1
vote
1
answer
112
views
Render Issues within animated PNG inside a SVG
I saw this tutorial that teaches how to do complex multilayer parallax scrolls and implemented on my website. While prototyping I found some weird lines that would appear while manipulating the PNG's (...
2
votes
1
answer
213
views
Displaying multiple Lottie animations on screen cause memory spike
I am facing challenge in displaying multiple lottie animations on screen without causing memory spikes and performance issue.
Basically, I load and display multiple Lotties (json) in a grid as ...
0
votes
0
answers
95
views
DrawText inside a foreach cycle with SkiaSharp
I'm working with SkiaSharp library and I write this main code for the text's rendering:
private void SendText(OggettoLayout oggetto, SKCanvas canvas, float dpi, bool antialiasingOff)
{
...
-1
votes
0
answers
64
views
WKHTMLTOPDF doesnt see my custom fonts when i use it by font face
i use wkhtmltopdf in my project to generate pdf files from html, but when i put some custom fonts to html , wkhtmltopdf outputs file where doesnt use my fonts instead uses some default font
i put html ...
0
votes
0
answers
781
views
BrowserType.launch: Executable doesn't exist — how to fix?
I’m building a Python Telegram bot (using paid version of Chat GPT), deployed as a background service on Render. The bot runs every 5 minutes and performs:
Symbol screening via Bybit API (aiohttp)
...
-2
votes
1
answer
76
views
Focused state of a button is not rendered on button.focus() called from a click handler
Demonstration of the problem
const elementSet = {
input: document.querySelector("input"),
buttonToFocusOn: document.querySelector("button:first-of-type"),
buttonFocusOnInput: document....