Fabian Geiger

Results 11 issues of Fabian Geiger

When a property has been set up with Google Analytics 4, there is no ViewId for this property as Google Analytics 4 has no views. The answer [here](https://stackoverflow.com/a/71819027/7520544) suggests to...

💪 improvement
wontfix

I have set up the upptime repository following the Getting started guide, using the template mechanism inside a GitHub Organization. Everything works as expected, except the `Generate site` step. In...

bug

I am generating a page via the [gallery](https://github.com/getpelican/pelican-plugins/tree/master/gallery) plugin. The generated page contains dozens of photos, which is why i want to split them into pages. I tried using the...

I am trying to set up an automated token refresh flow. The documentation for [tweepy.OAuth2UserHandler](https://docs.tweepy.org/en/stable/authentication.html?highlight=refresh#tweepy.OAuth2UserHandler) shows the following 3 entries: ```text Auto_refresh_url Refresh token endpoint URL, must be HTTPS. Supply...

I would like to set the ORPort with the IPv4Only flag like so: `- OPPort = 9001 IPv4Only` Unfortunately currently the environment variable ORPort is split by whitespace, which then...

I am trying to deploy a site using AWS CloudFront with an AWS Lambda FunctionUrl as Custom Origin. The deployment works fine, with one big problem: When I visit the...

When using the `mkdocs-autolinks-plugin` and the built-in blog plugin there is a small bug: Whenclicking on a blog post - the links on the blog post site itself work perfectly....

use the AzureOpenAI class for the azure api, because since openai>1.0…0 the openai python package uses a different class when using the azure openai api this is just a preliminary...

Since openai version `1.x`, the azure endpoint annoyingly uses a different class than the regular `OpenAI` class, namely `AzureOpenAI` (see [here for the Microsoft Documentation](https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/switching-endpoints)). With the current release, it...