misos1

Results 60 comments of misos1

From where are these definitions? First problem is with "common.Attribute" where common is not defined so seems it will not parse this optional branch "this.key('timeStampToken').optional().use(TimeStampToken)" due to exception. When you...

It should be default behaviour to serialise Vec in way that serde_bytes does. Without it bytes above 0x7F like 0xFDFEFF are serialised into messagepack fixarray (0x9X) [81, A1, 61, 93,...

> While, when you're deserializing, the message you get back with the buffer should own the buffer via a Vec otherwise it's not clear who owns the buffer. It makes...

It is little annoying that it prints these things into stdout with no possibility to turn this off even in release mode. Custom { kind: InvalidData, error: StringError("Not a valid...

Btw it outputs errors with `--hipsycl-targets=spirv`: ``` clang-11: error: unknown argument: '-fsycl-device-only' clang-11: error: unknown argument: '-fsycl-unnamed-lambda' clang-11: error: unknown argument: '-fno-sycl-use-bitcode' ```

Did you consider using some reasonable default for `--hipsycl-targets` based on actually available hardware? For example if there is vega 10 and openmp is available then it could be set...

> It's worth some thought, however for many use cases in HPC the system on which compilation takes place is not the same one where the application is executed. Yes,...

> Can you provide some more background about your use case, and why this feature is important to you? No, this is not really important. (Btw seems cuda uses some...

In #401: "libpng error: Not enough image data" Error mentioned in this issue should be generated for example when using png data: ``` 0x89, 'P', 'N', 'G', 0x0D, 0x0A, 0x1A,...

Regarding warnings I found in sources for example this: https://github.com/glennrp/libpng/blob/301f7a14295a3bdfaf406dbb5004d0784dc137ea/png.c#L2546-L2559 But seems libpng must be compiled with PNG_WARNINGS_SUPPORTED. So maybe I would try with IHDR like this: ``` 0x00, 0x00,...