search
  • Sign In
  • Sign Up
Password reset successful

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

P粉166779363

P粉166779363

Follow
student

Follow 0
fans 0
integral 0
Download data URL file

I'm playing with the idea of making a completely JavaScript-based zip/unzip utility that anyone can access from a browser. They can just drag their zip directly into the browser and

2026-01-07 22:43:12Ask
JavaScript
Execute Python script via crontab

I'm trying to execute a Python script using the Linux crontab. I want to run this script every 10 minutes. I found a lot of solutions and none of them worked. For example: edit the a

2025-12-25 15:43:40Ask
Python
Go unmarshal json with a field that is an array of objects or strings

In go you unmarshal json into a struct. The problem is that I have an api that might change the type of the value of a key from request to request. For example objects that might be

2025-12-16 17:02:02Ask
Python
Is it possible to locate a component using its key?

Does Vuetest-utils support finding components in a list using their keys? If not, is there any other way to find components generated in list form in vue?

2024-03-27 10:29:18Ask
Vue.js
How to send markdown via REST API and render it on the frontend (React)

So I tried converting the Markdown file and sending it via RestAPI and then rendering it on the frontend. The problem is that newlines and other content are lost when trying to convert them back. How can I render it in a way that preserves the original markdown? Is there a standard way to do this? Tried converting markdown via json.stringify, sent via api, tried converting it back to markdown but no longer works like it did before.

2024-02-26 13:42:25Ask
React
In my "for..in..." code, sometimes TypeScript type errors don't appear

There is no problem when testing, but sometimes I get the error "Cannot read property of null (read 'nickname')". I posted part of the code. letseat=[null,null,{nickname:"user1",uuid:"d94e81f3-df66-45f6-a593-c7ee6ccfe261"},null,{nickname:"user2",

2023-09-09 13:47:13Ask
JavaScript
VSelect - Select does not work with custom 'project' slot in Vuetify 3

I'm using VSelect from Vuetify3 in my Vue3 application and I'm trying to use item slots. But my VSelect options become unselectable I have this VSelect element: <v-selectv-model="tag":items="tags"variant="solo" label="Tags"><template#

2023-08-26 12:35:37Ask
Vue.js