sinbino

Results 7 issues of sinbino

In sample source code in Usage section of README.md, if api_jsonrpc.php returns a response that cannot be interpreted as JSON, JSON.parse() in zabbix-promise/lib/wrapper.js:89 throws an exception, then the caller's catch...

### Describe the bug https://github.com/sinbino/issue-sveltekit-reactive See repository above. src/routes/test/[[date]]/+page.server.ts ```typescript import type { PageServerLoad } from './$types' export const load: PageServerLoad = async ({ params }) => { if (params.date...

**Describe the bug** "Remember my username" does not work in simplesamlphp2.0.2. **To Reproduce** Steps to reproduce the behavior: 1. go to the simplesamlphp login screen. 2. Enter your user name....

**Describe the bug** This is a similar problem to #4161. If a sort or filter is changed, the horizontal or vertical scroll position is lost and returned to the top...

Possible Bug

This is: ``` - [x] a bug report ``` I think the problem is similar to #564, but it happens under certain conditions, even in recent versions. This can be...

This is a slightly modified version of an example from the document. ```svelte import { offset, flip, shift } from "svelte-floating-ui/dom"; import { createFloatingActions } from "svelte-floating-ui"; const [ floatingRef,...

bug
help wanted

### Describe the bug In some cases, the reactive is not working properly. I have provided a link to the reproduced code for the svelte5 REPL, please check it out....