Miraculous Owonubi

Results 43 issues of Miraculous Owonubi

This is a tricky one.. Provided a workspace, with the members `foo`, `bar` and `syn`. - `foo` depends on the local `syn` at path `../syn` - `bar` depends on the...

bug

It's hard to distinguish between a version of freyr installed from the package registries or one run from github. Would be useful to have the git revision in the freyr...

enhancement
good first issue

As mentioned in https://github.com/miraclx/freyr-js/pull/350#issuecomment-1250316825 > An unintended side effect here is with playlist generation, if a file exists in a check dir, but not the output directory and downloading was...

enhancement
help wanted
good first issue

### Discussed in https://github.com/miraclx/freyr-js/discussions/427 Originally posted by **@bpfaust** February 3, 2023 Hi - not sure if I just can't find the parameter/configuration for this but is there an ability to...

enhancement

Add CI check for minimum supported node version

good first issue

Fixes #177. Instead of using a 1-1 representation of type name to type schema, this patch uses a better discriminant. By casting a generic function pointer to a `usize`, we...

While using Axum, I noticed `If-Match` & `If-None-Match` would always default to `Some("")` making it difficult to know if the user passed the headers as `If-Match:` or not at all....

`typed_insert` doesn't need owned values, makes sense to extend that liberty to the caller. We can save on unnecessary allocations.

Certain classes of errors return non-JSON responses, leading to errors like these: ```console WebapiError: [object Object] at _toError (/node_modules/spotify-web-api-node/src/http-manager.js:48:10) at /node_modules/spotify-web-api-node/src/http-manager.js:72:25 at Request.callback (/node_modules/superagent/lib/node/index.js:905:3) at IncomingMessage. (/node_modules/superagent/lib/node/index.js:1127:20) at Stream.emit (node:events:513:28)...

Linked: https://github.com/ferristseng/rust-ipfs-api/pull/140 I noticed a weird trait restriction in https://github.com/ferristseng/rust-ipfs-api that made it so only streams implementing `Sync` are permitted to the upload API. Even though the download API doesn't...