-
## Enhancement
### Prefer strconv over fmt
When converting primitives to/from strings, `strconv` is faster than `fmt`.
BadGood
```go
for i := 0; i < b.N; i++ {
s := fmt.Sprint(ra…
-
### Feature request type
Enhance component
### Component name
MudTable
### Is your feature request related to a problem?
Yes. MudTable and MudBlazor framework is currently not a long-term solutio…
-
Hi again,
I've noticed a performance problem and I haven't figured out what is causing it yet. I tried attaching the profile but github doesn't allow .cpuprofiles. You can easily reproduce it by prof…
-
I am the original author of `umm_malloc`, and for fun I did a search on where it was being used and came upon your site. Thanks for the kind words and support of the library, I have not really touched…
-
**Motivation**
Quote from https://github.com/falcosecurity/libs/pull/595
> Another kernel side signal that would like to look into and possibly add to this PR would be:
>
> `"Interpreter scri…
-
Hi, thank you for the plugin.
When using the frameworks' [suite](https://github.com/stretchr/testify#suite-package) feature, this plugin fails to run individual tests. Since the usage of the [Testi…
-
[Person schema](https://github.com/zookeepr/zookeepr/blob/3040eec8df44e6b4aba5d3312c8d1bcb6bb34fbb/zkpylons/lib/validators.py#L253) requires both first name and last name be non-empty. This causes iss…
-
Drupal Views can be complex and critical features of a site, good candidates surely for some BDD testing.
Testing Views currently is hard, no ready-made steps offer much to help with testing views.…
-
# Introduction
This is an RFC for adding Foreign Key Support in Vitess.
# Use Case
- The use case is to support cross-shard foreign key constraints for a keyspace to establish relations betwe…
-
### Most appropriate sections of the p5.js website?
Home
### What is your operating system?
Windows
### Web browser and version
Firefox v130.0, though would affect all.
### Actual Behavior
When…