Levi
Levi
Instrumentation for [fiber](https://github.com/gofiber/fiber), a very popular framework built on [fasthttp](https://github.com/valyala/fasthttp). By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
reqwest does not use the correct HTTP version when using a proxy. I'm unsure if this behaviour is from reqwest or another library (since I assume reqwest doesn't manage the...
Some types in ast/node.go were not implementing the Node type, and some implementations were missing Idx0 and Idx1 functions for their type, which results in errors when attempting to use/import...
I noticed the API is being hosted on Hetzner and I wanted to ask if this is being hosted on a single instance or if it's being load balanced. I'm...
When using a connection pool with tokio_postgres, the connection hangs until a TimedOut error is returned if the password is incorrect. This behaviour is undesirable and should just result in...
I'm new to muslrust, and I'm having to use it to compile a binary for the `x86_64-unknown-linux-musl` target -- one thing I noticed, compared to other containers like `rust`, is...
**Description:** This PR is a WIP that fixes all known issues in #8747. **Related issue:** - Closes #8747
### Describe the bug The minifier incorrectly renames identifiers if the variable name is the same as the value's identifier, eg `var btoa = btoa;` becomes `var l = l;`...
### Describe the feature `expr_simplifier` does not simplify computed `MemberExpr`s that have an expression as the index. These two examples are not simplified, but both resolve to `undefined`: ```js [][[]]...
### Describe the feature The problem right now with `test_transform` is that, because it uses `parse_module` to parse code internally, visitors that use `visit_script`/`visit_mut_script`/`fold_script` will not work because these functions...