Giter VIP home page Giter VIP logo

servicenow-sync's Introduction

Hi!

If you are here it means you found one of my projects and want to know more about me...

I have been programming for 25 years. I taught myself BASIC by reading the help file bundled with it and have not stopped since. I have a degree in Computer Science and I have worked just about every job in tech starting as a manual QA tester and working up to an engineering director.

Mostly I work in the world of automation and web development but I have been known to work on mobile apps, small games, other desktop applications - really anything that looks adventurous.

I have no fear when it comes to programming which is another way to say I fail a lot and I am fine with it.

You can find me on Twitter as anerrantprogrammr or at http://www.anerrantprogrammer.com/ whenever I am able to fix it!

servicenow-sync's People

Contributors

grgisme avatar salcosta avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

servicenow-sync's Issues

What does this plugin do?

What does this plugin do? The README file doesn't tell much. Could you improve it? I'm interested in using ServiceNow in Sublime. Thanks.

Connection to SN with network that has SSO

Not sure how I'm to connect/auth using SSO. This is the console when trying to test the connection.

File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 797, in run_ return self.run() File "ServiceNow_Sync in /Users/cookie/Library/Application Support/Sublime Text 3/Installed Packages/ServiceNow Sync.sublime-package", line 126, in run File "ServiceNow_Sync in /Users/cookie/Library/Application Support/Sublime Text 3/Installed Packages/ServiceNow Sync.sublime-package", line 692, in get_tables File "ServiceNow_Sync in /Users/cookie/Library/Application Support/Sublime Text 3/Installed Packages/ServiceNow Sync.sublime-package", line 687, in get_list File "./python3.3/json/__init__.py", line 316, in loads File "./python3.3/json/decoder.py", line 351, in decode TypeError: expected string or buffer

Sync Record Does Not Create Local File

Right clicking on the directory -> "Sync Record" and selecting a file to bring in locally, doesn't create the file locally as stated.

"This will retrieve a list of files, once you select the file from the list it will be created locally."

FileNotFoundError: [Errno 2] No such file or directory: '/Users/Machine/Sites/servicenow.com/xxxx/client_scripts.catalog/Show/Hide User Fields - onChange.js'

It would seem that the script expects the file to be already created?

How does one update the package in Sublime with this repo's latest code?

How does one update the package in Sublime with this repo's latest code?

Originally I used the code on your website...

import urllib.request,os,hashlib; pf = 'ServiceNow Sync.sublime-package'; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); by = urllib.request.urlopen( 'http://snaug.com/snowsync/' + pf.replace(' ', '%20')).read(); open(os.path.join( ipp, pf), 'wb' ).write(by)

However, I'm unsure how to update the existing package from above to update to latest code.

Cheers

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.