Juhan Oskar Hennoste

Results 112 issues of Juhan Oskar Hennoste

Is there a way to prevent navigating away from a page under certain condition, such as when the page contains a form with unsaved changes? (Something like beforeNavigate in SvelteKit)

The return value of $eval and $$eval should only be wrapped in an ElementHandle when they are of type Element. However, the TypeScript return types of these functions indicate that...

It would be nice to clarify the overall status of this project. Is it feature complete? Will there be future development or support? Does it / will it support TOML...

Why does this library not come with a bundled version of the SQLite3 dynamic library? Especially in a system like deno, where the versions and locations of all other dependencies...

help wanted

Currently the Standalone/Metaframework category includes both frameworks that support multiple existing UI libraries (Astro, Iles) and frameworks that provide their own custom UI rendering solution (Qwik, Marko, Slinkity). It feels...

It would be nice if this library could support Decoder.UseNumber and Decoder.DisallowUnknownFields on the Unmarshal method as well. Currently, as far as I can tell, using these options requires using...

feature request

The essential idea is the same as https://github.com/golang/go/issues/17163: It would be useful to add support for a struct tag indicating required fields, for example `json:",required"`, which if present would cause...

feature request

I have been trying to use the swf crate under ruffle to parse some swf files. Unfortunately swf::error::Error does not implement Send and Sync. This makes it incompatible with anyhow::Error....

enhancement
swf

Currently the `sql` query helpers have a very generic docstring and a very complex and confusing type signature: ![image](https://user-images.githubusercontent.com/5256211/190867191-21e493f2-7614-4a75-86e7-6fe827f60c80.png) This makes using the helpers fairly confusing and error prone (at...

Typescript

Looking at the tests and some old issues in this repo suggests that there is support for a `json:",required"` struct tag to make the parser check that a field is...