snippets
Here are 1,570 public repositories matching this topic...
Description
So our function arrayToHtmlList is in a pretty bad space and could use an update. We already had some discussion over at #675 but I wanted to move the update discussion over to an issue for more visibility.
Current problem:
It uses an awkward query selector instead of the `document.prototype.getElementBy
I'd like to be able to specify a fixed width for the image. This is particularly important when creating a series of image for an article; aesthetically, I'd like them to all be the same width.
Expected Behavior
When auto-adjust width is not enabled, I expect a settings control to change the width of the image.
Actual Behavior
There is no option to manually control the width of
Short CSS code snippets for all your development needs
-
Updated
Jan 8, 2020
How to improve NGINX performance, security, and other important things; @ssllabs A+ 100%, @mozilla A+ 120/100.
-
Updated
Jan 9, 2020 - Shell
A curated collection of common interview questions to help you prepare for your next interview.
-
Updated
Jan 9, 2020 - JavaScript
Environment info
- OS: Ubuntu 18.04.2 LTS
- App Version (
Command/Ctrl + ,): v1.8.0
Description of the problem / feature request / question:
I think that snippets be displayed as a collection of index cards may sometimes be more intuitive and productive, for example, to glance snippets with the same tag. Thanks for this wonderful tool.
Short Python code snippets for all your development needs
-
Updated
Jan 9, 2020 - Python
An interactive cheatsheet tool for the command-line
-
Updated
Jan 9, 2020 - Shell
Check if jumpable
This is not an issue, but a feature request.
I have tried to somehow get a simple function to return true or false whether a jump is present
or not, but I couldn't get a reliable solution, that worked in every situation. Would it be possible
to implement a function "isJumpable" to do just that?
coc-snippets for example provides coc#jumpable() but I don't want to use coc-snippets with ultisni
Hi,
Is there a way to see the signature and description for each item appearing in an autocomplete dropdown suggestion box? This is as opposed to having to manually type each function out to see the description. If not, is there a similar plugin I can be pointed to?
When I need to modify the pet store command I use search instead of exec.
In this case, I need copy paste pet search result.
We can improve search command which put after current terminal pointer. like fzf command do when we use Ctrl + R for search history.
This improvement need in the search command.
Short PHP code snippets for all your development needs
-
Updated
Jan 9, 2020 - PHP
Setup:
- Windows desktop app (3.0.16); issue fully reproducible in the web app also;
Error path:
- created backup;
- deleted all notes via Batch Manager;
- imported previously created backup (issue occurs regardless of encrypted/decrypted);
Misbehavior:
- imported notes show up, then syncing starts and the imported notes are all automatically deleted one by one, without even showing up
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.
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.
Fuzzy abbreviations, support for preprocessors (Sass, Less, Stylus) and a lot of other features in easily configurable set of tools for writing CSS faster
-
Updated
Dec 17, 2019 - Python
These snippets were built to supercharge my workflow in the most seamless manner possible.
-
Updated
Jan 8, 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
Curated collection of useful little Java functions that you can understand quickly
-
Updated
Dec 31, 2019 - Java
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."



As statet in the referenced tutorial Template-method Pattern Tutorial
I would add a note in the pattern description that the template method should be declared
final.And I would change the code accordingly.