misos1

Results 59 issues of misos1

Is this expected? If not then I will try to create some minimal test case. Because I read that bluebird should already support `AsyncResource` https://github.com/petkaantonov/bluebird/pull/1472. 1) What version of bluebird...

Here deserialisation is returning Syntax("invalid value: integer `10`, expected field index 0

## Description When calling Job#finished on job which is already removed by call to Job#remove or has removeOnComplete true in JobOpts then this function never resolves or rejects. ## Minimal,...

bug
enhancement
PRIO 1

## Description In `Queue.prototype.updateDelayTimer` in closure `.then(nextTimestamp => {` is missing check whether is queue closing so it creates `delayTimer` even when is queue already closing/closed which after 5 seconds...

bug

## Description It should be fired like "global:failed" only once after is job definitely failed. ## Minimal, Working Test code to reproduce the issue. ``` node js let Queue =...

bug
enhancement

Lopdf fails to notice updated objects for certain PDFs. Sample pdf file: [doc.pdf](https://github.com/J-F-Liu/lopdf/files/6124062/doc.pdf) ``` rust let doc = lopdf::Document::load("doc.pdf").unwrap(); println!("{}", doc.get_pages().len()); println!("{:?}", doc.catalog().unwrap()); ``` Output: ``` 4 ``` Expected output...

Example pdf file: [bi.pdf](https://github.com/J-F-Liu/lopdf/files/3592202/bi.pdf) Content stream contains: ``` 100 0 0 100 0 0 cm BI /W 4 /H 4 /CS /RGB /BPC 8 ID 00000z0z00zzz00z0zzz0zzzEI aazazaazzzaazazzzazzz EI ``` There...

bug
enhancement

When I compile with `--hipsycl-targets=hip:gfx900` I am getting warning: ``` [hipSYCL Warning] backend_loader: Could not load backend plugin: /opt/hipSYCL/bin/../lib/hipSYCL/librt-backend-cuda.so [hipSYCL Warning] libcuda.so.1: cannot open shared object file: No such file...

discussion

### Is your feature request related to a problem? Please describe. In case of error both [libjpeg](https://github.com/boostorg/gil/blob/develop/include/boost/gil/extension/io/jpeg/detail/writer_backend.hpp#L94) and [libpng](https://github.com/boostorg/gil/blob/develop/include/boost/gil/extension/io/png/detail/writer_backend.hpp#L59) will write message to stderr in contrast with [libtiff](https://github.com/boostorg/gil/blob/develop/include/boost/gil/extension/io/tiff/detail/log.hpp#L23) where can...

ext/io
cat/feature
status/need-help

https://github.com/serde-rs/bytes/commit/f8c4812d1e81f4bb7813fa25c37b52dc3e065741 https://github.com/serde-rs/bytes/commit/f810459d2af103184767050e6181846ed9e12138 https://github.com/serde-rs/bytes/issues/3 They could coexists with ByteBuf::from and ByteBuf::into_vec if you think these functions are clearer in documentation. I never had problems with looking for From trait implementations. Now...