Edoardo Zerbo

Results 5 issues of Edoardo Zerbo

`$ Traceback (most recent call last):` ` File "/usr/bin/nctelegram", line 93, in ` `Exception in thread Receiver (pytg):` `Traceback (most recent call last):` ` File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner`...

Hello, I have created a custom component to show a marker then when pressed opens a Modal; [here's the code](https://gist.github.com/nautilor/43b8289ffde520a47b7a99b58d26d352) ```js ``` the modal works fine but the marker is...

I have a dual monitor setup with bspwm I have configured a bspwm rule like this ```bash bspc rule -a GLava state=floating layer=below sticky=true locked=true border=off focus=off center=true follow=off rectangle=1920x1080+0+0...

Hello, I am trying to achieve something like this @Builder @NoArgsConstructor @AllArgsConstructor @EqualsAndHashCode @Data public class User { private String username; private String firstName; private String lastName; @GraphQLQuery(name = "emailAddress",...

**version:** _2.2.0 (stable)_ **react:** _18.3.1_ ## Code to reproduce ## Page.tsx ```tsx const Page = () => { const numbers = new Array(100).fill(0).map((_, index) => index); return ( {numbers.map((el) =>...