Results 105 issues of Mauricio Scheffer

http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-aggregations-bucket-reverse-nested-aggregation.html I'm new to ElasticSearch so I'm just starting to learn things by using the Bloodhound types for guidance. I got a use case where apparently I need to use...

I had a process running on one of my servers (Windows 2012 R2 Standard x64) which leaked sockets. Eventually the system ran out of ephemeral ports and dogstatsd started throwing...

dogstatsd
resilience
improvement

Just got an "unknown user" error, when I went to google it I landed on https://github.com/Netflix/metaflow/issues/45 I see in a comment there that there's a hierarchy of environment variables to...

good first issue

Roundtripping a `string option` doesn't work. Problem is, serializing `Some null` outputs `null` which then gets deserialized as `None`. This problem can be generalized to all reference types within an...

### Is your feature request related to a problem? `UseDataLoader` was added in https://github.com/ChilliCream/hotchocolate/issues/2505 but there doesn't seem to be any documentation around it. ### The solution you'd like Document...

📚 documentation
🌶️ hot chocolate
📌 pinned

# What does this PR do? Fixes a crash in Trainer using CPU. This parameter is expected to be of type `torch.device` not `str`. Otherwise this crashes with: ``` ../../.mamba/envs/score/lib/python3.7/site-packages/optimum/onnxruntime/trainer.py:1315:...

# What does this PR do? Fixes a small typo ## Before submitting - [x] This PR fixes a typo or improves the docs (you can dismiss the other checks...

Hi, I occasionally need a lightweight static Nix so when I google for it I land on this repo. Then I remember that there was some kind of official static...

I have this variant of Aggregate defined in one of my projects, using an async accumulator: ``` /// /// Applies an accumulator function over a sequence. The specified seed value...