snippets
Here are 1,719 public repositories matching this topic...
-
Updated
May 20, 2020 - JavaScript
Describe the bug
Github readme allows inserting svg images in readmes directly from repository. But it renders them wrong. It seems that carbon generates lots of overhead in svgs, also github doesn't display it correct, eg:
The source part:
<svg xmlns=
Definitely not a Python-related wtf, but nice to know anyways
>>> round(1.25, 1)
1.2
>>> round(1.35, 1)
1.4
Explanation idea:
>>> round(1.45) + round(1.55) == 3
True
-
Updated
May 2, 2020 - CSS
-
Updated
May 23, 2019
-
Updated
May 20, 2020 - Shell
-
Updated
Mar 16, 2020 - JavaScript
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.
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
-
Updated
May 2, 2020 - Python
-
Updated
May 2, 2020 - JavaScript
If gist id is empty then every time a new gist is being created, we could improve this by adding new gist id to config file once new gist is created.
I am working it, will rise PR soon.
-
Updated
May 2, 2020 - PHP
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
-
Updated
Mar 2, 2018 - CSS
http://ok-b.org/t/tkk2iJLRg/x
should redirect tohttp://ok-b.org/t/tkk2iJLRg/nginx-dockerfile-most-minimalist-possible
http://ok-b.org/t/tkk2iJLRg
does not load.
In case Imgur ever closes down their hosted service, it will be a sad day.
The script should simply go through all markdown files, go to all Imgur linked images and download them to a folder.
I would be glad if someone could help me improve massCode documentation. My English is very bad.
Repo - https://github.com/massCodeIO/massCode-documentaion
-
Updated
Jul 3, 2017 - Objective-C
-
Updated
Jun 24, 2019 - Python
-
Updated
May 11, 2020 - JavaScript
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.
Add this topic to your repo
To associate your repository with the snippets topic, visit your repo's landing page and select "manage topics."
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](