Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
18 views

Getting duplicate page inside when submitting a form

When I submit the form (i.e) placing a order I am getting a new duplicate page rendering inside my ship_now.html page . Tried changing logic in views which are creating form in a new html file using ...
ABIMANYU M's user avatar
1 vote
1 answer
17 views

Some data is not displaying in an Angular project

<div *ngIf="activeItem.name == 'businessLoan'"> <div class="text-capitalize"> <p-table #leadsTable [value]="leads"...
Kalyonnii's user avatar
1 vote
0 answers
8 views

Harfbuzz hb_shape return the isolated glyph

I am using harfbuzz hb_shape() fubction to get the final glyph index but I am getting the isolated glyph without any gsub applied on it if I comment the .hb_buffer_set_direction function.And if I don'...
Prabhat Gaurav's user avatar
0 votes
0 answers
14 views

Is it possible to render a preview of HEIC images with ReactJS?

I added a functionality to a website for uploading HEIC images, so the images are uploaded and sent to the backend for conversion to JPEG and storage. The thing is, there's a preview of the images ...
Ayrton Coelho's user avatar
0 votes
0 answers
18 views

react-sigma client-rendering TypeError: Cannot read properties of undefined (reading '0')

I am developing an application for next js + neo4j + sigma js. Only 2 pages: A page with an input and a "Search" button. The page /search?query=123, which displays a graph of relationships (...
Данил 's user avatar
0 votes
0 answers
17 views

Is there a way for detailed tuning of shadowmap coverage in URP?

We’re experiencing an issue with the URP shadowmap. Our scene contains a number of 3D objects, all located within a small 30x30 unit area. The camera, however, is placed at a significant distance from ...
Nikolai's user avatar
  • 1,155
0 votes
0 answers
17 views

How to use `ScriptableRenderContext.Cull` without camera?

I'm trying to implement custom lightning system for my game. For this purpose, I want to render a shadowmap texture. I want to do this without using any camera, but only basing on light object ...
Nikolai's user avatar
  • 1,155
0 votes
0 answers
25 views

ASP.NET MVC partial view rendering so slow

I am working on an ASP.NET MVC web project on .NET 4.7.2. When I click on a dynamically generated menu in _Layout.cshtml, it navigates to the corresponding page. However, the first request sent for ...
김태군's user avatar
-1 votes
0 answers
56 views

glBufferData on GL_DRAW_INDIRECT_BUFFER causes rendering errors

I've been writing a renderer in c++ using OpenGL. Recently I wanted to implement indirect batch rendering using glMultiDrawElementsIndirect. When I try to test this implementation, an issue occurs. ...
LaElijah's user avatar
0 votes
0 answers
16 views

Getting runtime error while rendering SlateJS Descendent[] rich text content, NextJS14 and Typescript

react-dom.development.js:9439 Uncaught Error: Objects are not valid as a React child (found: object with keys {text}). If you meant to render a collection of children, use an array instead. Getting ...
Vansh Kalra's user avatar
0 votes
0 answers
17 views

Problem with Action Control in IRP Cloth Simulation Replay — Model Moves Only Up and Down

I am working on replaying a simulation using the IRP cloth manipulation project from this repository. I'm encountering an issue where the model, instead of moving in a dynamic way towards the table, ...
Василиса Микус's user avatar
0 votes
0 answers
68 views

Chrome suddenly rendering font darker

I restarted my computer and now Chrome is rendering font darker. How can I change the font back to how it was before? I was working in Fontforge and created an error there. Could that cause font to ...
Normajean's user avatar
  • 1,235
0 votes
0 answers
15 views

Unable to correctly render images in NextJS after exiting Full Screen Mode

Facing an issue in rendering images. When I enter in Full Screen Mode and move to the last image, and then cancels the full screen mode, image slide render breaks along with wrong pagination number, ...
Hannan Yusuf Khan's user avatar
1 vote
1 answer
81 views

three.js color changes don't revert on instanceColor set

I am currently working on a loaded ifc model that has some custom propeties. I have a search field and my goal is it that the user of my application can enter the custom designator into the field and ...
monamona's user avatar
  • 1,248
0 votes
0 answers
63 views

TrueType Font Parsing issue in plain C

I'm having an issue when parsing TrueType Fonts. Below is the function responsible for parsing a simple glyph, but it has a problem that I can't find. I have attached an image that visualises the ...
Michael's user avatar
  • 335
0 votes
0 answers
40 views

Rendering Texture from Unity Rendering Stream into a Sphere [duplicate]

I'm working on a Unity project where I'm using an edited version of the WebApp (Bidirectional sample) to stream a 360 video file to Unity via WebRTC. On the Unity side, I'm using the ReceiverSample.cs ...
Rick James's user avatar
-1 votes
0 answers
30 views

Div scrollbar visual distortion when parent is scaled

I'm creating a web app with React and React Flow. React Flow supports zooming using the mouse scrollwheel, by applying a scale() style property on the content div that encompasses the work area. I'm ...
DukeOf1Cat's user avatar
  • 1,115
0 votes
0 answers
28 views

Chart.Js Chart's layout is not updated in storybook

my goal I'm trying to make Chart preview with using StroyBook and Chart.Js. what I Did make Chart Component with using Chart.Js make Story Component with using Chart Component versions "chart....
jyc-coder's user avatar
0 votes
0 answers
77 views

Quarto document output

After spending several days troubleshooting, I managed to get my code working in R on my work computer. I now have to render in quarto . However, Quarto isn't functioning as expected; it fails to ...
Gaia Streparola's user avatar
0 votes
0 answers
31 views

How to convert Postfix email log mail to proper html content to show in web view

Below is the Postfix log for a received email. I want to render this content in my application, but I seem unable to do so. When I use the content with the header: Content-Type: text/plain; charset=&...
captainKasH's user avatar
0 votes
0 answers
19 views

How to disable infinity sky ray in ray tracing?

I am learning how to render voxels using Unity. I created a simple shader using the 3D DDA algorithm. When I look at the ground I have 80-200 fps depending on the landscape and distances. But when I ...
Yagir's user avatar
  • 1
-2 votes
1 answer
41 views

How do I control the double rendering caused by StrictMode in my React application?

I have a simple React application in which the index.js file looks like this: import React from 'react'; import ReactDOM from 'react-dom/client'; import './index.css'; import App from './App'; const ...
gib65's user avatar
  • 1,991
1 vote
1 answer
50 views

Issue with LaTeX rendering in the title of colorbar plots using Python's Matplotlib library

I am facing an issue with the title of the following colorbar plots using Python's Matplotlib library. There are two subplots. The title of the first one works well, i.e., LaTeX rendering is done ...
Pustam Raut's user avatar
0 votes
0 answers
14 views

How to use knit_child with tempdir in Quarto?

I am using multiple levels of quarto tabsets to display variants of a graph programmatically (actually calling a recursive function on a nested list). Somehow this does not work with simple print. I ...
Petr Hála's user avatar
1 vote
0 answers
37 views

MudTable Loading Property Ignored on Initial Render

I’m encountering an issue that I can’t quite understand. Here is a running TryMudBlazor example of the problem I’m trying to solve. The Export button should be disabled whenever the table is loading ...
Pete's user avatar
  • 335
1 vote
1 answer
75 views

Web Components custom parsedCallback method is not working

Important NOTE: almost all IDEs will defer the execution of javascript automatically which means you might not be able to replicate this issue using them When working with the Web Components API in a ...
Oscar R's user avatar
  • 550
0 votes
3 answers
95 views

Great Expectations status markers in data-docs are not visible

What could be the reason that I could not see "red" or "green" status success/fail markers in data-docs in Great Expectations? Even old ones, which previously were visible, now ...
unkind58's user avatar
  • 147
0 votes
0 answers
27 views

Mesh triangle colors being lost on rendering in Rhino7

I am working on a project using Rhino7. I need to color each triangle of a triangle mesh with a different color. I have managed to do so using Rhino Python Scripting, but only on the visualizer: once ...
juan zaragoza's user avatar
1 vote
3 answers
112 views

How does React update only the parts of the DOM that need updating? [closed]

How is React able to update only the parts of the DOM that require updating (because they've changed) as opposed to re-rendering the entire DOM? From what I understand, regular HTML/Javascript web ...
gib65's user avatar
  • 1,991
0 votes
0 answers
25 views

Java21: Illegal Rectangle is drawn while painting date time

Above image shows a rectangle which is in between time-value and am, In Java21.0.3, DateTime string has a character NNBSP which is converting to rectangle while painting it. Following code illustrates ...
Margub Khan's user avatar
1 vote
2 answers
151 views

How to render my web component before connectedCallback but after constructor?

I am making a custom web component using vanilla JavaScript and am having some issues with when the component should be rendered. At first I had my render() and hydrate() calls inside the constructor ...
Oscar R's user avatar
  • 550
0 votes
0 answers
20 views

Has defer attribute made JS non parser blocking?

I understand that both CSS and JS block DOM construction from this answer. However, since the defer attribute allows downloading script in background. Hasn't it made JS resources loaded with <...
Thalmis Faraj's user avatar
0 votes
0 answers
18 views

Safari Produce Artifacts With react-spring Animation

On Safari while animating elements with react-swpring it provides some graphical artifacts effects. I believe this is something related to fractional css units related to the way react-swpring works. ...
404's user avatar
  • 399
0 votes
0 answers
42 views

WebGL Support - Switch Option Control Not Switching Color

I am trying to get the menu box on this code to change color using webgl. For some reason I cannot get the color to change properly. The html, initShaders.js, and utility.js is already created. Please ...
user27360265's user avatar
0 votes
1 answer
78 views

Custom Shader with URP

I am using a custom shader for a mesh, which is basically a "sight-blocker" to other meshes. You cannot see the mesh itself and every other mesh behind it is occluded by it. Now I upgraded ...
FlyingPolska's user avatar
0 votes
0 answers
61 views

Bevy instance example causes instance position to be inherited when new pbr entity is introduced

I'm running the bevy webgpu shader-instancing example with only the following addition: commands.spawn(PbrBundle { mesh: meshes.add(Sphere::new(0.2727).mesh().uv(10, 10)), material: materials....
Krupip's user avatar
  • 4,841
0 votes
0 answers
71 views

Getting error message when trying to render in Quarto in RStudio

I am trying to render a Quarto file that uses both R and Python into a pdf but I keep getting this error message: Error in rbind(info, getNamespaceInfo(env, "S3methods")) : number of ...
user27258011's user avatar
-1 votes
1 answer
130 views

Implementing real-time bitmap scaling with SSE2 intrinsics [closed]

I have this code that blits a bitmap onto the frame buffer with SSE2 intrinsics: for (uint r = 0; r < height; r++) { uint32* bufPixels = (frameBuffer->pixels + xPos) + frameBuffer->pitch *...
Nasir's user avatar
  • 27
0 votes
0 answers
18 views

PBRT4: added radiance per unit distance in volume scattering

I'm reading section 11.1 Volume Scattering Processes of PBRT4 and feel confused about equation 11.3. It gives us total added radiance per unit distance by source function $L_s$ And $Ls$ is given by ...
ckf104's user avatar
  • 75
0 votes
1 answer
123 views

useFieldArray of react-hook-form not rendering when values are provided by api

I'm using a fieldArray to build a form using react-hook-form. This form is used for both create and update an user and i'm also using the "values" prop from react-hook-form. The field using ...
Ja1za1's user avatar
  • 1
0 votes
0 answers
8 views

How to customize Split window width from 100% in Android Studio

At the morning when I started my Android Studio and continue to work, by mistake I made Preview window width 100% (for Split Mode). I have searched for lot of answeres but no one is showing me the ...
Rakesh Parmar's user avatar
0 votes
0 answers
38 views

Rendering Problem from server to client and client to server

This is main.js where my landing page is render and this is here let posts = [ { title: "Hello World!", content: "Hello World!", date: "01klfljs&...
Mr. Nobody's user avatar
0 votes
0 answers
88 views

GitHub Loading Issue - Site Not Fully Rendering

I'm experiencing an issue with GitHub where the site is not fully loading. Specifically, some content is missing, and certain elements fail to render properly. It's taking an extremely long time to ...
SAURABH SINGH DHAMI's user avatar
0 votes
1 answer
83 views

Flutter: RenderViewport does not support returning intrinsic dimensions error in Dialog with GridView

I'm working on a Flutter application where I have a filter button that opens a dialog containing various sorting and filtering options. The dialog includes a GridView.builder to display filter options....
Muhammad Ali's user avatar
0 votes
1 answer
146 views

Issues with Winit and Pixels in Rust

I am having some issues with my rust project that uses Winit 0.30.5 and Pixels 0.13. The problem is I can't get the renderer to write to the window. The program compiles and runs without any errors, ...
Q.Reilly's user avatar
0 votes
1 answer
128 views

"Checkerboarding" effect when rotating sprite in software renderer?

I'm writing a 2D software renderer and when rotating in certain angles I will get a sort of "checkerboarding" effect with my sprite pixels: To try and get proper rotation, I tried rounding/...
Nasir's user avatar
  • 27
0 votes
0 answers
31 views

Clipping triangle normal direction

Trying to comprehend clipping algorithm given by ClipTriangle(triangle, plane) { d0 = SignedDistance(plane, triangle.v0) d1 = SignedDistance(plane, triangle.v1) d2 = SignedDistance(plane, ...
Pyrettt Pyrettt's user avatar
0 votes
0 answers
45 views

UnrealEngine is not rendering to the texture that I am creating on the device

To give you a brief . We are trying to hook on to the UnrealEngine render pipeline and fetch a frame and supply to our upstream clients . We are not using OpenXR as we have some customisation to make ....
sameer karjatkar's user avatar
2 votes
1 answer
80 views

DirectX distorted/stretched triangle render

I'm currently making a simple DirectX engine to brush up some of my graphics programming knowledge, but currently I've been frustratingly stuck for a while. I'm trying to render a simple triangle with ...
RenzoDP's user avatar
  • 23
0 votes
0 answers
34 views

Query regarding the rendering of $math$ in nested lists in CoLab

I am using CoLab to prepare some teaching materials. This is great because students do not have to have python (etc.) installed on their machines. (Thanks to google!) I want to embed some math code in ...
Christopher Thompson's user avatar

1
2 3 4 5
141