snippets
Here are 1,659 public repositories matching this topic...
Describe the bug
Github readme allows inserting svg images in readmes directly from repository. But it renders them wrong. It seems that carbon generates tons of overhead in svgs.
Consider this generated carbon image https://github.com/spectjs/spect/blob/master/timer.svg.
The original properly rendered svg via githack:
<img src="https://raw.githack.com/spectjs/spect/master/timer.sv
Credit goes to Javier Honduvilla Coto for find this: http://hondu.co/blog/open-and-python
I contacted him by email to clarify a few bits, and thought it'd be a nice addition here.
f = open('/tmp/a', 'w'); open(f.fileno()) # OK
open(open('/tmp/b', 'w').fileno()) # KOPopout menu caveats
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
-
Updated
May 23, 2019
-
Updated
Apr 4, 2020 - Shell
-
Updated
Mar 16, 2020 - JavaScript
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.
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
Mar 26, 2020 - Python
Ultisnips plays very good with for selection but w
-
Updated
Apr 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
Mar 30, 2020 - PHP
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.
-
Updated
Mar 2, 2018 - CSS
http://ok-b.org/t/tkk2iJLRg/xshould redirect tohttp://ok-b.org/t/tkk2iJLRg/nginx-dockerfile-most-minimalist-possiblehttp://ok-b.org/t/tkk2iJLRgdoes not load.
-
Updated
Jul 3, 2017 - Objective-C
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
Jun 24, 2019 - Python
-
Updated
Feb 28, 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](