search
  • Sign In
  • Sign Up
Password reset successful

Follow the proiects vou are interested in andi aet the latestnews about them taster

P粉021708275

P粉021708275

Follow
student

Follow 0
fans 0
integral 0
Select on a go send and receive channel at the same time

Suppose I have a buffered send and unbuffered receive channel: s := make(chan

2026-01-14 20:01:19Ask
Python
MySQL Insert query doesn't work with WHERE clause

What's wrong with this query: INSERT INTO Users( weight, desiredWeight ) VALUES ( 160, 145 ) WHERE id = 1; It works without the WHERE clause. I've seemed to have forgot my SQL.

2026-01-13 08:01:15Ask
MySQL
Flask view return error "View function did not return a response"

I have a view that calls a function to get the response. However, it gives the error View function did not return a response. How do I fix this? from flask import Flask app = Flas

2025-12-10 09:01:14Ask
Python
Control CodeMirror: Modify the style of text area placeholders

I'm using version 5.65.7 of the CodeMirror plugin in a textarea in a Vuejs based web application and everything is working fine without any issues. I want to add a placeholder to my textarea so I have added the corresponding placeholder file to my application and I can see the placeholder in my textarea. I wanted to change the font color of the placeholder and center align it so I tried making some modifications to the codemirror style but for some reason it didn't work at all. Can you tell me how to change the CodeMirror control

2024-03-28 19:22:27Ask
CSS3
How to correctly use v-if and v-else in v-for in Vuejs?

<template><div><divv-for="boxinboxes":key="box.id"><BaseAccordian><templatev-slot:title>{{box.name}}</template><templatev-slot:content><

2024-03-26 12:50:05Ask
Vue.js
Is there another way to display export button in Yajra datatable using laravel 5.8?

I'm using YajraDatatables to query a list of users on the server side. I added all dependencies but the button is not showing. Buttons are Copy, PDF, CSV, and even display custom buttons. I've tried using different versions of JQuery but still no results. When I just initialize the datatable with the data array from the view, the buttons show up and work fine, but when I add the datasource from the route and server side, the buttons don't show up. Is something missing? Below is my server side processing code, the button is not shown. I didn’t collect it when debugging.

2024-03-26 11:06:25Ask
PHP
Why am I getting an "Invalid session token" error in my Shopify app when making a request?

I'm trying to make a request from my shopify app, post a method to my backend which is laravel and my frontend vue.js, I'm using Inertia, I get it.

2023-12-29 17:55:41Ask
Vue.js
CSS Color Variables - Rules or selectors are required when defining CSS colors

Hello, I'm having the following problem: "At-rule or selector is required when defining CSS colors." I'm using VS Code and I have the following problem: https://jigsaw.w3.org/css-validator/validator#css Checked the CSS and I don't know where the problem is! /*ColorVariables*/$red:red;$green:green;$orange:orange;$blue:blue;$purple:purple;$wh

2023-09-13 11:02:07Ask
CSS3
Corrected title: Explaining the "Truncated incorrect DOUBLE value" error in MySQL Connector with Python and providing ways to fix it

The first error message: mysql.connector.errors.DataError:1292(22007): Truncated wrong DOUBLE value: \------------------------ -------------------------------------------------- --------------------I have tried several times to find a solution online and have seen other users encountering the same problem. Unfortunately,

2023-09-12 14:51:28Ask
MySQL
Shows a submenu when the mouse is hovered over the button

I'm looking for a solution where when I hover over a button a submenu pops up. Currently the menu is only shown when clicked. Does anyone know what I need to change so that when hovering over a button the menu shows up and when clicked the menu stays there. Solution: Change hover to mouseover. Does anyone know how to make all sections (sect1...) not show on mouseover? <script>vardivsvarbtn1=document.getElementById("

2023-08-31 11:22:01Ask
CSS3