Skip to main content
Ask questions and share your thoughts on the future of Stack Overflow. Join our first live community AMA this Wednesday, February 26th, at 3 PM ET. Learn more
-2 votes
0 answers
29 views

Stable Front-End TypeScript Framework? [closed]

Over the long years I have developed a contempt for ECMAScript based front-end frameworks. My contempt is driven by two experiences: I have started coding a lot of Go applications. Using it has been ...
ZARKONES's user avatar
4 votes
0 answers
56 views

Use CSS to create a 3D cube whose faces cannot be clicked when rotated to certain angles

I'm trying to use CSS to create a simple 3D cube that can be rotated by dragging, or select its each faces by clicking them. Here is the code. const DEFAULT_ROTATION = [-27, -36]; let position = [...
Cmo Sekil's user avatar
  • 137
0 votes
0 answers
20 views

Angular Swiper Only Shows One Slide Initially Before Loading Others

import { Component } from '@angular/core'; import { MatButtonToggleModule } from '@angular/material/button-toggle'; import { TmdbService } from '../../services/tmdb.service'; import { OnInit, ...
Francisco Soares's user avatar
0 votes
0 answers
17 views

using syncfusion-vue-uploader with vue-3

I am using Vue Syncfusion Uploader (ejs-uploader) to upload files. The upload functionality works fine, and Syncfusion provides a function to handle the selected file. <template> <ejs-...
moazzam's user avatar
  • 11
0 votes
0 answers
44 views

How do I fix a child replacing its parent background when trying to add glowing border? [closed]

I am currently creating my portfolio and running into an annoying issue. I am attempting to add an animated border to my card within my container. The way the html is structured is I have a card ...
RobertCamb's user avatar
0 votes
0 answers
16 views

Error message: Property 'onCommentCreate' does not exist on type 'IFrame'.ts(2339)

I'm trying to create a trigger when a new comment is posted in Wix Comments widget. This is the code in the wix comments widget page (Frontend): $w("#wixComments1").onCommentCreate((...
Miguel's user avatar
  • 45
0 votes
0 answers
13 views

Angular jhiTranslate - How to Implement Dynamic Translations with jhiTranslate JHipster in Angular?

I'm working on an Angular project and I want to implement a dynamic translation using jhiTranslate and JHipster. I have a text that contains two dynamic values that need to be displayed. Here's what I'...
laim_72's user avatar
-1 votes
0 answers
9 views

Problem In Gridstack About PlaceHolder (load layout)

Hi I want to ask about gridstack placeholder, my problem: why is the size of the placeholder that I load when loading the layout not the same size as the widget size?? below is the data for the ...
Dennnqtt's user avatar
0 votes
0 answers
24 views

NextJS triggers the parent fetching when not needed

Project structure as shown in the image this is my project structure, I have a person page and a Friday-prayers page nested inside it, in the person page there is a data fetching that happens to get ...
Muhammed's user avatar
-2 votes
1 answer
63 views

How to add watermark to every pages in react-pdf

const Template1 = ({ data }) => { const styles = StyleSheet.create({ page: { position: "relative", }, watermarkContainer: { position: "absolute", ...
Dhamodharan B's user avatar
1 vote
1 answer
63 views

HTML elements moving when I add frames and containers

I've searched around and I don't find nothing, for a title of context, in the past few days I have been building my portfolio, I am a backend dev so I am not used to any of these things. I added a ...
Gustavo Da Costa Pereira's user avatar
0 votes
0 answers
18 views

Displaying display names for values from backend [closed]

I have following question There are 2 apps - backend (asp.net core) and frontend (react) . Frontend app gets some data via REST API (for example currency rates) values from backend (as collection) and ...
lm.'s user avatar
  • 4,311
0 votes
0 answers
6 views

Why can't I enter more than 1 word? Reactflow

const CustomNode: React.FC<CustomNodeProps> = memo(({ data }) => { const [text, setText] = useState(''); const updateNodeColor = useStore((state) => state.setNodeText); const [edit, ...
Nazar's user avatar
  • 1
1 vote
1 answer
31 views

CSS Flexbox: Make .frame take up remaining space after .square

Hello and good afternoon to anyone reading this. For a little of context, I am making my portfolio and I prefer backend rather than frontend, so I am not very good at CSS and HTML. I know that we ...
Gustavo Da Costa Pereira's user avatar
-1 votes
1 answer
32 views

react- Check the render method of `ModalHeader`. Error: Element type is invalid

I'm following this tutorial which is as old as 2021: https://www.digitalocean.com/community/tutorials/build-a-to-do-application-using-django-and-react But I got this error: ERROR Element type is ...
Mohammed Baashar's user avatar

15 30 50 per page
1
2 3 4 5
975