h1pp0
h1pp0
This is not technically a bug, the docker file assumes amd64 architecture instead of pulling it from the host OS. For raspberry pi you need to replace `amd64` with `arm64v8`...
@NoahCardoza I did some testing on my pi 4. The issue is targetplatform and buildplatform. These are not needed for running containers. I was able to get it to run...
Is there any update on this? Seems the --exclude only works on files however when backing up some python projects I want to exclude all the directories that are not...
I get the same error which unfortunately breaks this connector. I'm using Twitter API v2 with Elevated access since v1.1 has been depreciated as of May 2022 https://twittercommunity.com/t/deprecation-announcement-removing-compliance-messages-from-statuses-filter-and-retiring-statuses-sample-from-the-twitter-api-v1-1/170500 Issue is...
I can confirm this is not a implementation bug but more of a visual issue. When resuming a saved session there is no notification/output to let's the user know that...
Removing the quotes won't work because it's over 255 characters. Route53 returns InvalidChangeBatch 400: CharacterStringTooLong (Value is to long) error. Putting the quotes within the string works and is a...
I was able to resolve the issue, seems there is a specific quotation syntax that is required. In the above post from amazon, they used "" (no space between quotes)...
This project has as great RAG for youtube transcripts however the RAG implementation doesn't do a good job summarizing the transcripts. I would like to propose an option (via toggle)...
@sestinj will this fix be pushed to jetbrains plugin? I'm on 0.0.46 and I'm experiencing this issue as well
I'm also getting this issue, the chrome instance is showing a timeout after 10s ``` 2024-05-07T16:52:12.083280411Z [Nest] 84 - 05/07/2024, 4:52:12 PM ERROR Error: net::ERR_NAME_NOT_RESOLVED at http://host.docker.internal:3000/artboard/preview 2024-05-07T16:52:12.817361223Z [Nest] 84...