-
#### Problem description
`smart_open` is effectively crashing SeaweedFS/S3 and Ceph/S3 filesystems when doing many small reads over large files (ex: 32k read on a 4GB file).
On a SeaweedFS/S3 file…
-
In `glide.yaml` files the `package` needs to be compatible with names that `go get` can fetch. This is true even for cases where a `repo` is specified to get the package from. This helps us to maintai…
-
This library has been very resilient to my testing; however, I found a way to bug it out:
```python
import pydot
graph = pydot.Dot(graph_type="graph")
graph.add_node(pydot.Node(label="h")) # add…
-
```
(Adding issue for what we talked about already.)
Suppose you have a constructor:
@Inject
Foo(@A String a, @B String b, @C String c);
The caller wants to create a Foo and provide some of these a…
-
**Prettier 1.19.1**
[Playground link](https://prettier.io/playground/#N4Igxg9gdgLgprEAuEBnGAnOBDAtgRgBIA6ABwEtS4AKAHSgAIGB3cmACwBlt50AxDBFzV0WPACZCASgA09JgBNy6clDAwAqrHIAbAMLtsUAOZwF1WfIYK4AIwgBXNXAA…
-
### Description
`pl.read_csv(StringIO('a\n1'))` works
`pl.read_csv(BytesIO(b'a\n1'))` works
But:
1. `pl.scan_csv(StringIO('a\n1')).collect()` gives:
```
polars.exceptions.ComputeError: err…
-
# Introduction
For the most part, I like the simplicity of error handling in Go, but I would very much like a less verbose way to pass errors.
Passing errors should still be explicit and simple…
xbit updated
3 months ago
-
```
(Adding issue for what we talked about already.)
Suppose you have a constructor:
@Inject
Foo(@A String a, @B String b, @C String c);
The caller wants to create a Foo and provide some of these a…
-
### Version
[v3.0.0-beta.14](https://github.com/pwa-module/releases/tag/v3.0.0-beta.14)
### Reproduction link
[https://jsfiddle.net/](https://jsfiddle.net/)
### Steps to reproduce
workbox-strateg…
-
Your treatment of entropy per letter in the attributes (and as explained in your blogs) is interesting, but I think that to ensure a passphrase will not be too short, one must consider the number of w…