José Javier Rodríguez Zas (JJ)

Results 19 issues of José Javier Rodríguez Zas (JJ)

# 🐞 bug report ### ✍️ Description Responsively closes when navigates to twitter.com. (maybe it happens with other URLs) ### 🕵🏼‍♂️ Is this a regression? idk ### 🔬 Minimal Reproduction...

bug
help wanted

# 🐞 bug report I don't know exactly how I get to this scenario, but it is reproducible (at least in my env) Changing zoom and layout leads to incorrect...

bug

### Discussed in https://github.com/responsively-org/responsively-app/discussions/606

enhancement

### Feature Description ## Context I tried to add `Newtonsoft.Json` nuget package using `#r "nuget: Newtonsoft.Json"` on `csharprepl` and I got this error: ![image](https://user-images.githubusercontent.com/13673443/180200946-909b4188-934f-497a-8e6c-30029ba6cb43.png) ## Description You can have many...

enhancement

### Feature Description Since it came out, I have loved Visual Studio's CSharp Interactive tool and since I discovered that I could run it outside of it I always had...

enhancement

Hi, thanks for this repo, it is awesome 😂 Could you adjust the images to match the content? right now there is unwanted empty / transparent space at the bottom:...

triaging

**Describe the bug** Is there a way to specify the first day of week? just like `firstDayOfWeek` in [mdehoog/Semantic-UI-Calendar](https://github.com/mdehoog/Semantic-UI-Calendar#settings)

**Describe the bug** I can't see a way to customize the popup, specifically its `pointing arrow`. **Screenshot** ![image](https://user-images.githubusercontent.com/13673443/70448217-54eb0780-1aa0-11ea-848d-a13f88e18714.png) **Expected behavior** A way to change the popup's pointing arrow by `styles`...

I have the following scenario: ```ts class User { id: string; [...] teams: Member[]; } class Member { userId: string; user: User; teamId: string; team: Team; } class Team {...

First, thanks for this package! I just want to display a map, centered in a location but I am getting ``"Component must have `Marker`, `Path` or `Direction` child"`` error [Google...