Ryusei
Ryusei
### Issue Type - [ ] Bug Report - [ ] Successfully reproduced against the latest version of NW.js? ### Current/Missing Behavior There is no animation at startup, window resizing,...
About the image format that can be read from the clipboard, which also supports ".webp" and ".gif".
We are currently developing an application using the latest "nw.js". I have a request to add ".webp" and ".gif" to the image formats that can be read by "clip.readAvailableTypes()" and...
Hello. I recently tried this boilerplate to start developing an app with Electron-Vite and React. However, it seems to be configured differently than the vanilla boilerplate, it does not use...
**Describe the bug** When I start downloading a space, ffmpeg gives me a decoding error when reading a file in "m3u8" format. **To Reproduce** The commands used are as follows....
Hello, I am new to the Rust language itself. I am a beginner in the Rust language itself. I am currently learning and developing an application in TAURI. https://prisma.brendonovich.dev/writing-data/create#create I...
### Describe the problem The following are window-wide event handlers available in Electron that are triggered when a URL is opened in a new window. ```javascript const electron = require("electron");...
I am using TAURI to develop my application. Suppose you have a table with the following schema ```prisma model Clipboard { id Int @id @default(autoincrement()) app_title String process_id Int text...
### What do you want to do with Hls.js? I am new to hls.js. I currently have a list of m3u8 files and ts files encrypted with AES-256bit. i would...