Skip to content
#

browser

Here are 4,857 public repositories matching this topic...

next.js
smeubank
smeubank commented Jun 21, 2022

Describe the feature you'd like to request

Want to be able to create NextJs v12.x application, instrumented with sentry-javascript v7.x on Vercel. With all the new features of both respectively. Including new features and fixes, listed in both release notes respectively.

Describe the solution you'd like

The with-sentry example application should be default latest version of NextJs

good first issue area: examples
vadimkantorov
vadimkantorov commented May 7, 2021

I'm making a client-side code editor with rudimentary Git support, and syntax highlighting for diff/patch files would be really nice - a way to view the whole diff in a single window (alternative to existing diffeditor - with similar colors to git diff console coloring), maybe would be useful for others too.

https://github.com/microsoft/monaco-languages/ asks to create issues in this repo...

naiyerasif
naiyerasif commented May 28, 2022

Would it be possible to let folks pass their own slugify function to generate slugs for markdown headings? Some usecases for this are

  • backward compatibility (if I'm migrating from some other framework)
  • customization of slugs (one off custom transformations)
  • handling special usecases for non-latin languages (like Urdu)

Possible alternative

If it is too much, [@sindresorhus/sl

good first issue markdown p2-nice-to-have
xDivisionByZerox
xDivisionByZerox commented Mar 27, 2022

Clear and concise description of the problem

Function name is repeating the module name.

Suggested solution

Create a new function number in the phone module that is a copy of the current phoneNumber function. Call this new function in the current function and add a deprecation warning.

Alternative

No response

Additional context

Marked as todo in #541

good first issue p: 1-normal s: accepted

Improve this page

Add a description, image, and links to the browser 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 browser topic, visit your repo's landing page and select "manage topics."

Learn more