Petros Kyriakou

Results 8 issues of Petros Kyriakou

Hey came across this but the app says its down for maintenance. Was wondering if its actually under maintenance and got unlucky or its just offline?

**Intended outcome:** Refetch query and update state **Actual outcome:** Network request completes but the hook does not initiate a re-render. Only with a hard reload i could see the new...

Hi all, Today I have started evaluating your product for use in our company. In doing so, I noticed that in the session listings for Cyprus (country) the flag displayed...

frontend

### Description: ![Screenshot 2022-08-13 at 11 09 10 AM](https://user-images.githubusercontent.com/9624361/184475172-b59c4766-7ed9-41db-8a73-e7f48304fe3c.png) ### Details: |macOS|Fig|Shell| |-|-|-| |12.4.0|Version 1.0.59 (B489)|/bin/zsh| fig diagnostic Version 1.0.59 (B489) [ABC] UserShell: /bin/zsh Bundle path: /Applications/Fig.app Autocomplete: true Settings.json:...

**Describe the bug** Guppy thinks i do not have Node installed but using `node -v` in terminal, I have v10.12.0 installed. Guppy opens up the dialog where it requires for...

### Describe the bug Think a screenshot is enough ![Screenshot 2024-03-20 at 10 58 30 AM](https://github.com/shadcn-ui/ui/assets/9624361/f16fe220-f2a6-4690-be1a-b59ebcf57d01) ### Affected component/components Calendar ### How to reproduce Just check the source code for...

bug

Using Apollo Client with gql Consider the following query ```graphql mutation SET_FILTERS_MUTATION($fromDate: String!, $toDate: String!) { setFilters(fromDate: $fromDate, toDate: $toDate) @client } ``` The @client is not recognised by the...

**Describe the bug** Adding a className to said package is not doing any styling but it does for SafeAreaView built in react-native. **To Reproduce** Just add a className to SafeAreaView...