Skip to content
#

static

Here are 19,986 public repositories matching this topic...

next.js
swalker326
swalker326 commented Mar 10, 2022

Describe the feature you'd like to request

Currently uses AmplifyAuthenticator which is legacy. Also using an older verison of @aws-amplify/ui-react & aws-amplify

Describe the solution you'd like

Should be using the new Authenticator componet

Describe alternatives you've considered

Keep using the old one until is deprecated

good first issue area: examples
michael-proulx
michael-proulx commented Mar 28, 2022

Describe the bug
I have setup i18n in a single_file, need to test some feature, but I'll need a specific setup, but I encounter an issue while testing that.
Folder collection does work very good, but when I'm trying to save a single_file, I got the following error.

Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'get')

Screenshots
ht

good first issue area: i18n type: bug
bramp
bramp commented Dec 27, 2020

This is a feature request, to display the valid SSL name (from the certificate) when starting up the server.

Steps to reproduce the issue, if applicable. Include the actual command and output and/or stack trace.

$ http-server -S

Starting up http-server, serving ./ through https
Available on:
  https://127.0.0.1:8080
  https://192.168.77.123:8080

**What did you exp

good first issue Hacktoberfest
phpinsights
BraisGabin
BraisGabin commented Apr 30, 2022

Expected Behavior

When I read a html report I can get the maximum context to fix the issues that detekt found. For example, links to the documentation of each rule that has at least one issue.

Current Behavior

If you want to know a bit more about one rule and what it does you need to copy the name of the rule, paste it on a web search engine add "detekt" and find that documentation th

help wanted feature good first issue
website
siriak
siriak commented Nov 24, 2021

Description of the bug

Description
Code implementation links of algorithms when opened are giving 404 errors. I observed such behavior for Bubble sort.

Actual behavior

  1. Go to https://the-algorithms.com/algorithm/bubble-sort
  2. Scroll down to Code Implementation links
  3. Click on Java

Actual behavior
4. See Github 404 page (the link is https://github.com/TheAlgorithms/Java/blob/ma

bug good first issue

Improve this page

Add a description, image, and links to the static topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the static topic, visit your repo's landing page and select "manage topics."

Learn more