utility
Here are 4,071 public repositories matching this topic...
I think the work you've done on this is amazing. Seems like a great project, but your README is a bit bloated and hard to decipher. Might I suggest you condense it down into a set of readable chunks and maybe link off to the wiki for the more detailed bits.
Its only my opinion, but I find that answering the following questions, in order, helps to simplify docs.
- who? - who wrote the p
I'm wondering why there isn't a page in the documentation with all the styles declared and every classes in a single page.
It's really easy to find the right class for beginners this way.
Are you planning to integrate something like this maybe?
-
Updated
Oct 27, 2019 - JavaScript
Some command outputs don't look great on a dark background:
Originally reported in donnemartin/saws#18 by @sesas
It would be great if the "Default Activation Duration" had more options, like:
- 8 hours
- 10 hours
Or, even better, the possibility to enter a desired number of hours manually.
-
Updated
Jun 8, 2020 - C#
Just like icons unhide when we click on the empty part of the menu bar, it would be great if they'd hide on clicking the empty space too.
The improuvment required.
All func must get not a strings, but a mixed argument: string, array of strings or object. Then fuc must check arg in typeof() and if the arg is array call _.each() for each element of array or object.
F.e.
var w = _.words(" a, b, c ", ",");
var trimmed = _.trim(w);
- Share good stories. Enhancement - share link by email
- Send to mobile. Enhacenement - use pushbullet api to push link to user's phone
- Send to Text-to-Speech reader on android - I use " @voice " on my android to have HN articles read to me while I drive. Can we push article links using pushbullet api to your phone and to your TTS app?
We need a /docs folder. I want to add documentation to all the use-cases and just give a detailed understanding on this npm pkg.
Hello,
I am working with the ZkAsyncSemaphore under zk-utils and I found that I need to pre-create the znodes in ZooKeeper or an exception will be thrown. Is there a defined utility function to do this? I found one in the commons library but it uses an older client.
EDIT:
Upon investigation, it seems that there is a function safeCreate within the semaphore that is meant to create the
Installation of Laravel Zero with the command below
laravel-zero new TestApp
Results in output
Writing lock file
Generating optimized autoload files
> @php application app:rename
Renaming the application...
What is your application name?:
>
Aborted.
Script @php application app:rename handling the post-create-project-cmd event returned with error code 1
Applicati
-
Updated
Oct 9, 2019 - Go
This is pretty self-explanatory - it'd be nice if I had something like spotify status player which returns either PLAYING, PAUSED or STOPPED. Think of it as mirroring the play button's status on a music player.
The motivation behind this is that I'm using shpotify to display the player status on my terminal prompt. I'm okay with taking a stab at implementing this if the maintainers ar
After a refactoring I found that react-sizeme was not working properly anymore; my size.width was 0.
This was my original call (I don't think the HOC version is important): sizeMe()(App)
The issue in the end was the composition of my App component: before the code change the main element was a div, while after that div is wrapped inside the the style-components's `StyleSheetManager
-
Updated
May 17, 2020 - C++
-
Updated
May 25, 2020 - TypeScript
-
Updated
Jun 8, 2020 - Go
The -h/--help flag is broken:
$ with -h
/usr/bin/with: line 46: print_help: command not found
error: "-h" is not a valid executable
Looking at the source, I believe that line 46 should be calling print_usage and/or print_options, not print_help (which doesn't exist).
Docs improvements
Follow up on comments left here:
Hey Dave, First off, let me say great work on this plugin. It is truly awesome, and I am very grateful to have found it instead of attempting to build one myself. Also, I in no way meant offense about the state of the documentation. Now that I understand how
Currently roll up is guessing the module id for rxjs/operator as rxjs_operators, while the rxjs exposes it as rxjs.operators. Is it possible to update the roll up config as below:
`
external: [
'@angular/core',
'@angular/common',
'rxjs',
'rxjs/Observable',
'rxjs/Observer',
'rxjs/operators'
],
globals: {
'@angular/core': 'ng.core',
'@A
-
Updated
May 27, 2020 - Swift
$ git repo --help
No manual entry for git-repo
$ git-repo --help
....
-
Updated
Jan 3, 2020 - Objective-C
-
Updated
Jun 10, 2020 - Python
-
Updated
Jun 2, 2020 - Objective-C
Improve this page
Add a description, image, and links to the utility topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the utility topic, visit your repo's landing page and select "manage topics."



Github Pages is configured to source files from the root folder of the master branch. It should source from /docs instead, not to pollute the root folder.