Skip to content
#

snippets

Here are 1,719 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](

amirmishani
amirmishani commented May 1, 2020

I have a feature request for dark mode. In dark mode inline code blends too much into the regular text. I'm used to seeing a bit more styling on inline codes in light mode, however in dark mode only the font changes and there's a barely noticeable border around it and it's not enough to make the code pop out.

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

kslstn
kslstn commented Feb 18, 2020

I use the default MacOS keyboard shortcut CMD+Backspace (clear text until start of line) to clear the search field. Problem: this also summons a dialog asking me to confirm if I want to delete the currently shown note.

When an input field has keyboard focus, I don't want such a dialog and I expect the OS's default behavior as described above.

As desired, this dialog is not shown when the no

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.