This repository was archived by the owner on Nov 18, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 32
Cross platform #25
Open
CrandellWS
wants to merge
45
commits into
mbostock:master
Choose a base branch
from
CrandellWS:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Cross platform #25
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Optionally create repo; allow creation simply from file specification
idea from nodejs/node-v0.x-archive#8204 (comment) Without this if statement received error on windows system c:\npm\node_modules\gistup\lib\gistup\get-settings.js:37 process.stdin.setRawMode(true); ^ TypeError: process.stdin.setRawMode is not a function at ReadFileContext.callback (c:\npm\node_modules\gistup\lib\gistup\get-settings.js:37:21) at FSReqWrap.readFileAfterOpen [as oncomplete] (fs.js:303:13)
Author
|
next error received with this setup is |
Author
Author
|
seems #25 (comment) is related to #22 |
Author
|
oops meant to comment not close sorry |
this is a partial fix for windows systems.
Thanks mbostock.
providing more direct information for the end user.
converting quoted to environment calls
best way I can think of at the moment. If you have a better way please pull request
Author
|
sorry about the mess of commits |
Author
|
Not sure what else I can do... I do not have any access to Mac OS X to check or verify compatibility which is assumed based on Linux compatibility. Confirmation would be nice. There is a branch |
`GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed` shows when the Gist is opened adding redirect to /dev/null to hide warning.
Add gistup-rename. Fix crash on open. (See mbostock#3.) Fix mbostock#17 typo. emit created url add bin/gistup-open utility Minor improvements. Update README. Bump version. Optionally create repo; allow creation simply from file specification updating package Updating README with instructions if (process.stdin.isTTY) idea from nodejs/node-v0.x-archive#8204 (comment) Without this if statement received error on windows system c:\npm\node_modules\gistup\lib\gistup\get-settings.js:37 process.stdin.setRawMode(true); ^ TypeError: process.stdin.setRawMode is not a function at ReadFileContext.callback (c:\npm\node_modules\gistup\lib\gistup\get-settings.js:37:21) at FSReqWrap.readFileAfterOpen [as oncomplete] (fs.js:303:13) adding underscores to gitCommit this is a partial fix for windows systems. Remind users to read the README.md Thanks mbostock. Catching fixable ssh errors providing more direct information for the end user. adding cross-platform environment exports wip (work in progress) converting quoted to environment calls correct opps merge to deploy make package fix repo setting default npm --tag beta added gitWin configuring for win32 best way I can think of at the moment. If you have a better way please pull request beta version bump merge->bugfix->now bug no comment if files is function void version bump bug fix version release Aimed to be a milestone version Bump Update README.md +rx typo fix
Fixing Master Branch to be pulled adjusting for Linux changing default to create gist from file list, norepo option bug fix for windows GLib-CRITICAL bug `GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed` shows when the Gist is opened adding redirect to /dev/null to hide warning. Update README.md Update README.md Update README.md Update get-settings.js
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.



idea from
nodejs/node-v0.x-archive#8204 (comment)
Without this if statement received error on windows system