Sadaf

Results 18 issues of Sadaf

I have been trying to bundle a hono app which uses jsx using esbuild. Can someone tell me the way to do this. I'm able to bundle but when i...

This PR adds the newly added options for `filesystem.copy()` in the documentation

after running `neu build` in the `neutralinojs-minimal` I faced the following error ![resources neu-error](https://github.com/neutralinojs/neutralinojs-minimal/assets/119438857/c0b8a8ad-5526-422f-8e7c-9289f878d409) to fix this I simply changed the file name from `main.js` to `neutralino.js` ![minimal-fix](https://github.com/neutralinojs/neutralinojs-minimal/assets/119438857/6c6f5ef6-124b-4d9d-b70b-33ffa9794f39)

**Description** Consider using named `string constants` to represent error messages and other static text in the codebase. This practice offers advantages in terms of maintainability and consistency. **Motivation** - Centralized...

feat

**Description** Presently, `configu` extends its support to developers using `Python`, `TypeScript`, and `Go`. However, we're excited to introduce a new addition: a `Java SDK`. **Motivation** Adding support for a `Java...

feat

## Description This PR adds additional testcases for app API and computer API for better coverage ## Changes proposed Following testcases have been added ### app API exit() - [x]...

## Description This PR adds additional testcases for debug API for a better test coverage ## Changes proposed Following testcases have been added ### debug API log() - [x] logs...

**Describe the bug** the testcase for `writeImage()` of the clipboard API is failing for windows **Expected behavior** `writeImage()` should write an image to the clipboard for windows just how it...

bug

## Description This PR adds test cases to clipboard API for better coverage ## Changes proposed - writeText() - [x] successfully writes an empty string to the clipboard - [x]...

**Describe the bug** The `getFormat()` function should return 'image' when the clipboard contains an image but it returns an empty string returns empty string for windows and 'unknown' for macOS...

bug