Issue This is what I’m trying to achieve, the current issues are: the background is currently affecting only the container, I want it to take the entire place there has to be space in between the cards and padding inside
Continue reading[SOLVED] Refused to connect to 'ws://localhost:3000/cpp' because it violates the following Content Security Policy directive:
Issue How do I solve this error? where/how do I set those settings? I’m new to electron/react Refused to connect to ‘ws://localhost:3000/cpp’ because it violates the following Content Security Policy directive: "default-src ‘self’ ‘unsafe-inline’ data:". Note that ‘connect-src’ was not
Continue reading[SOLVED] How change component state without resetting final-form values?
Issue I have a component that contains a form made with react-final-form; all the input fields work fine as in all my other forms, however, i have one custom input that i need for changing the state of the component,
Continue reading[SOLVED] How do I graph a vector with a variable on MATLAB
Issue How can I graph something that looks like this (3x^2+5,4x) , I usually use GeoGebra to graph this but I can’t put a domain it should look like this (GeoGebra) Solution From the graph, you seem to be taking
Continue reading[SOLVED] function for getting a value in a list
Issue I need to create a function that accepts 1 argument (goblet) and return an empty list or a representation of [x, y] of a goblet. def formate_a_goblet(goblet): GOBLET_REPRESENTATION = { 1: [“▫”, “◇”, “◯”, “□”], 2: [“▪”, “◆”, “●”,
Continue reading