Giulio Zanchetta
Giulio Zanchetta
iOS bugs
- [ ] Missing `GoogleService-Info.plist ` (when calling `Firebase.Core.App.Configure();`) - [x] Custom renderer for search bar ( I alread have a solution for this ) ---   --- -...
- closes #23
What about computing the animation duration dinamically based on the time to load the previous page?
```html .astro-loading-indicator { --progress: 0; --animation-duration: 300ms; --opacity-animation-duration: 150ms; pointer-events: none; background-color: hsl(192, 41%, 84%); position: fixed; z-index: 1031; top: 0; left: 0; width: 100%; height: 3px; transition: transform var(--animation-duration)...
I open this issue and pull request if it's not a problem for you to localize everything in italian
When i set [`branchPrefix`](https://github.com/Thinkmill/keystatic/blob/aa13ea917ce2611266c0008197cfea4c1427724c/docs/src/content/pages/configuration.mdoc#L59) with `kind: "cloud"` I can still see all the branches. In my case I setted `branchPrefix` on the branch and I would like to be able...
### Astro Info ```block Astro v4.8.2 Node v20.12.2 System Windows (x64) Package Manager unknown Output hybrid Adapter @astrojs/cloudflare Integrations @astrojs/alpinejs @astrojs/tailwind @astrojs/sitemap astro-icon @astrojs/react @astrojs/markdoc @vite-pwa/astro-integration ``` ### Describe the...
### Describe the Bug System: windows vscode: 1.89.1 (latest) Some version of the extension have problems with the go to Extension version recap: 2.8.6: Go to works correctly 2.9.0 to...
I think `"type": "module"` is missing on package.json 
The entries does not respect the height and width request given to the control example: ```xaml ``` 
Hi, is there a way to personalize the autocomplete on ios like removing the line in the bottom of the autocomplete entry or remove the unnecessary padding at the end...