Skip to content
#

snippets

Here are 1,659 public repositories matching this topic...

iluwatar
iluwatar commented Oct 15, 2019

The project is using SonarCloud static code analysis. The latest results are showing that it has found several blocker and critical severity code smells. In this task those are fixed or marked as false positives. To mark false positives, SuppressWarnings annotation should be used in code as explained in the linked documentation.

Links:
[Blocker and critical severity code smells in SonarCloud](

carbon
30-seconds-of-css
boyum
boyum commented Feb 27, 2018

What a wonderful site! I really like the easy to understand tips and tricks.

For the popout menu, I think accessibility should be added as a possible caveat. A popout menu isn't necessarily inaccessible, but one should be careful adding crucial information behind a non-focusable element. I think either adding a bit of information on the topic or simply making the example component more accessib

Nemecsek
Nemecsek commented Jan 24, 2020

Environment info

  • OS: Windows 10
  • App Version: 1.8.2

Description of the problem / feature request / question:

The scrollbar in EDIT is completely missing.
It is possible to scroll using the mouse wheel, but the standard scrollbar should show the relative position in the text.

mrVanDalo
mrVanDalo commented Mar 13, 2020

Is your feature request related to a problem? Please describe.

# build default.nix
nix-build -E 'with import <nixpkgs> {} ; callPackage ./default.nix {}'

this line things of nixpkgs> as a variable, but it actually should stay `.

Describe the solution you'd like

Best we to escapt <nixpkgs> some how.

Describe alternatives you've considered

currentl

mheidinger
mheidinger commented Mar 11, 2020

When trying to delete a placeholder note you get the following alert: "This note is a placeholder and cannot be deleted. To remove from your list, simply navigate to a different note."

In my opinion instead of showing this note, the app should simply move to the next note in the list and pretend it got deleted.

agarcialeon
agarcialeon commented May 7, 2019

Althougt code can be commented in the scripts, could be great to generate automatic documentation for the scripts and host it in the gh-pages branch of this repository.

In this way we can have a presentation web for the library and also the related documentation on how the API works.

I have checked DocFX and it seems it's possible to implement the pipeline for hosting the documentation as st

Improve this page

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

Learn more

You can’t perform that action at this time.