hasezoey

Results 188 issues of hasezoey

I came here to find changes in the versions, saw `CHANGELOG.md`, but noticed it does not have any 18.x versions (unlike crates or github releases)

### Description when using `Transform` with mongoose 6.0 (`6.0.0-rc1`) and / or mongodb `4.x.x`, the `value` and `obj.key` are different values (Note: in this case `key` is for `_id` which...

type: fix
status: needs triage

I came across `tracing` and noticed that flexi_logger has *some* support for it, so i tried it out, and once it is working it is working "great", but the setup...

enhancement

it would be great if there would be some documentation about `MediaMetadata::cover_url`, like what format it should be in, or if there is anything platform specific (and if needed what...

documentation
help wanted
good first issue

is the new Options format already included in here or must it still be done with only the uri? (and is this Project still active?)

Currently `xml5ever/README.md` refers in > If you need docs checkout either API docs or run cargo docs to generate documentation. to `https://ygg01.github.io/docs/xml5ever/xml5ever/index.html`, which hosts a very outdated API documentation also,...

It would be good to have some comments in all examples in `html5ever/examples/` to show what the examples do and what each part does. This would be great for someone...

when using either `Input`, `Select` or `FuzzySelect` (or maybe others) and also having `ctrl-c` setup and pushing CTRL+C while a prompt is active results in a `IoError(Custom { kind: Interrupted,...

From what i can tell the keys `Home`, `End` and `Del` are currently not supported by the input prompt for text. There was a PR once (#207), but no follow-up...

i have noticed that dox does not support `async function`s, examples: when used as a static function: ```ts /** * test1 */ Class.test = async function() { // test }...