Yesudeep Mangalapilly

Results 67 comments of Yesudeep Mangalapilly

Does this have a fix? I'm facing the same issue.

I ran into the same problem with size 2. It appears to work for sizes 3 and above.

``` const ( // The base58 alphabet used for generating random identifiers. BASE58_ALPHABET = "123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz" ) func TestGenerateRandomId(t *testing.T) { tests := []struct { name string length int }{ {...

Here are the versions of go and the OSes/architectures: ``` zsh❯ go version go version go1.22.3 linux/amd64 zsh❯ go version go version go1.22.3 darwin/arm64 ``` Error: ``` xyz_test TIMEOUT in...

Can we please remove inline styles entirely? What prevents us from using CSS modules or plain old classes? That would simplify CSPs and allow Web applications to be less lenient...

We've dropped MUI in favor of https://github.com/rmwc/rmwc

@saislam10 we extract all static inline styles known at build time. There doesn't appear to be a runtime component so far, so I'd be inclined to say yes.

This is blocking some of our development. Could the fork be examined for a review?

> We only added trusted types support to React 19. Are you sure this works for all the versions you added? @eps1lon we've been using a patched `@types/react` internally with...