André Mello

Results 18 issues of André Mello

Currently the [details](https://github.com/palantir/policy-bot/blob/f7969f9a9415b1ddd1665d01bd25411bf4a6f2ea/server/handler/details.go) page can be used by a human to verify which rules are blocking a PR from merging, but would be nice to have a version of that...

enhancement

In [respectful_requester.py#L189](https://github.com/SerpentAI/requests-respectful/blob/master/requests_respectful/respectful_requester.py#L189), the pattern `len(redis.scan())` is used. According [to the redis-py library documentation](https://redis-py.readthedocs.io/en/latest/#redis.Redis.scan), `scan()` does no iteration itself, you are expected to use the returned cursor to fetch the remaining...

Hi, as reported in [here](https://community.platformio.org/t/debugging-lpc4088-with-vscode-and-cmsis-dap/19423/7), pyOCD no longer supports debugging LPC1768 boards and there is no known workaround that works with PlatformIO. The [board documentation](https://docs.platformio.org/en/stable/boards/nxplpc/lpc1768.html) should be updated to indicate...

The [OpenMetrics spec](https://github.com/OpenObservability/OpenMetrics/blob/main/specification/OpenMetrics.md) allows for an optional timestamp field to be included along with metrics. This is generally discouraged, as Prometheus effectively determines the real measurement time when it scrapes...

I've found that the current template does not work with Node 17+, due to [this](https://github.com/webpack/webpack/issues/14532) break. A fix for that is available in more recent versions of Webpack, so bumping...

# Proposal ## Problem statement A common pattern that comes up when writing iterative logic over sequences is to special-case the first or last iterations. There are some existing APIs...

T-libs-api
api-change-proposal

Taking a page out of the `std::path` book, I figured it'd be nice to have most operations using `Pointer`s operate on string slices instead of owned strings. This significantly helps...

When used as an operator, the term `union` conventionally alludes to the set theoretical definition. From Wikipedia: > In [set theory](https://en.wikipedia.org/wiki/Set_theory), the union (denoted by ∪) of a collection of...

these are still bad error messages. It would be neat to do something meaningful here like `failed to remove `{package}` from `Proto.toml`` - smth like this should be the toplevel...

component::cli
complexity::medium
type::refactoring
priority::medium

i would impl also `into_inner`, its common for wrappers _Originally posted by @mara-schulke in https://github.com/helsing-ai/buffrs/pull/103#discussion_r1358079907_ Maybe we should replace `From for reqwest::Response` with an `.into_inner()` function?

complexity::low
type::style
priority::low