learncodingforweb

Results 30 issues of learncodingforweb

Hi, I do not know how to create timer, which will gives me time in ms elapsed. so that i can use timer value to get usart data received through...

just download template as zip file and perform followings steps ``` npm i npm run dist ``` **Operating system**: Linux notebook 5.19.0-41-generic #42~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Apr 18 17:40:00 UTC...

``` ComboBox { model: [ 10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 110, 120, 130, 140, 150, 160, 170, 180, 190, 200, 210, 220, 230, 240, 250,...

bug
a:widgets

[data URI](https://en.wikipedia.org/wiki/Data_URI_scheme) should be supported in `@image-url` ```slint Image { source: @image-url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg=="); } Image { source: @image-url("data:image/svg+xml;utf8, "); } ``` ### Original description **How to show base64 image in slint...

enhancement
good first issue
a:language-slint

slint desktop app run using rCargo run on raspberry pi 4 with 2GB RAM taking more than 1.8GB. which causes complete hang out raspberry pi 4. unable to do any...

unable to know how to use package to do serialize and deserialize. provide example code or mention in docs. how to use it.

Typescript support is not available as @types/react-native-progress-steps

not able to view any urls even tried example provided. Here is the code ``` package main import ( "log" "github.com/gofiber/fiber/v2" fiberSwagger "github.com/swaggo/fiber-swagger" _ "github.com/swaggo/fiber-swagger/example/docs" // docs is generated by...

**Is your feature request related to a problem? Please describe.** unable to use socketio with rocket server.How to use socketio with rocket server? **Describe the solution you'd like** provide example...

S-Blocked
T-Docs
E-Easy
A-examples

1. Operating system - raspberry pi Bookworm 64 bit 2. The way you installed OpenCV: [Install](https://github.com/twistedfall/opencv-rust/blob/master/INSTALL.md) 3. OpenCV version: 4.6.0 4. rustc version (`rustc --version`): rustc 1.78.0 (9b00956e5 2024-04-29) 5....