spacecat

Results 29 issues of spacecat

There is a maxWidth but no minWidth configuration setting. If you for example have a rather narrow image, the description for that image will overlap with the string "Image 1...

I'm following the following tutorial: [https://swiperjs.com/get-started](https://swiperjs.com/get-started) I have a simple TypeScript application with the following files: - index.ts - tsconfig.json - package.json 1. I created a new package.json using: `npm...

Something is missing from this doc page. I'm getting the following error when I try to Sign Up/In: Error. An error occurred while processing your request. Request ID: 00-20069ea3b2c75ed9cff1ff0668d45940-f2f6457a8e70d472-00 Details...

active-directory/svc
triaged
cxp
product-question
B2C/subsvc
Pri2

Can you please provide us with a sample that demonstrates how to create an authentication provider using MSAL React & Create React App? I managed to find the following resources:...

When you create a new default .NET Core Razor Pages web app using `dotnet new webapp` a `launchSettings.json` file is created automatically. This file facilitates the use of `dotnet watch...

Hi, I'm on version `"@headlessui/react": "2.0.0-alpha.3"` of HeadlessUI. I have the following component structure: ``` ``` If I set `unmount={false}` on the root `` component do I have to set...

React

I believe that this feature would be of great value. It's a pretty common scenario/requirement and I think it would make the rate component even more awesome. https://rsuitejs.com/components/rate/ Example: https://codepen.io/colinlord/pen/bERrgJ...

type: Feature request
component: Rate

Add support for the following HSL syntax: hsl(360 50% 50%) hsl(360deg 50% 50%) hsl(360deg, 50%, 50%) Note: The legacy hsla() syntax is an alias for hsl(), accepting the same parameters...

The installation and configuration section in the docs is missing how to configure this plugin if you're using Next.js 14 and the new [App Router](https://nextjs.org/docs/app). I got it to work...

I have been Googling and trying to solve a problem with MailMessage.SubjectEncoding for days. Apparently System.Net.Mail is a bit broken and doesn't encode the subject line in email messages properly...