-
### Operating system
-
### Platform
-
### OpenSlide Python version
1.1.2
### OpenSlide version
3.4.1
### Slide format
SVS
### Issue details
I have SVS files stored on a Google Cloud Storage…
-
**Describe the bug**
https://docs.rs/arrow-buffer/53.2.0/arrow_buffer/buffer/struct.Buffer.html#method.from_bytes
```rust
/// Auxiliary method to create a new Buffer
pub fn from_bytes(bytes: B…
-
Hello!
First of all I want to thank you for the work you have done porting this library to Python for Raspberry Pi. You have done a great job.
I was already using your library for Arduino, whi…
-
I'm not sure if this is still being maintained, but I'd like to suggest adding a way to convert between the things like bytes/MB/GB/KB/TB
-
## Description
Sanitize song bytes uploaded by the user in `create_song` service method located at `serverless` and `blob` folders (supported architectures)
## Context
Uploaded songs by the u…
-
Hey @tpope,
first of all, thank you for this great plugin!
this could be a bug (?): printing blob which includes golang:[]bytes breaks the table:
> | 55 | 38 | af1a4ce0-38e2-475f-80…
-
Hi,
I configured MKTXP with Docker and the parameters below.
I have access to MIKROTIK API using ssh and API is enabled.
But I get the error below.
What is wrong?
Thanks
```
Connecting to rou…
-
When trying to test this example, I encountered:
```c
#include
typedef int VEC_ELEMENT;
struct Vector {
int size;
int capacity;
VEC_ELEMENT *data;
};
void *cn_malloc(size_t s…
-
Thank you for working on this parser and publishing it to crates.io!
I'd love to see a way to feed bytes to the parser until a valid frame(s) are encountered and returned.
This will greatly help w…
-
> Well, when we're representing a single character (like A), it takes 8 bits to represent that character in data.
ASCII is a 7-bit encoding ([source](https://www.w3schools.com/charsets/ref_html_ascii…