Carey Hoffman
Carey Hoffman
Hey @AlecAivazis, thanks for this awesome Library. We're making great use of it here at ActiveState. I recently ran into issues with our integration tests which we're running from Python...
Background: We're federating a multiple backend APIs into one through Morhpeus. Because of how we're reshaping internal API data into new formats so it makes more sense to the users...
> > > import urlparse > > > path = "C:\Users\careyh\VT-scanner\tmpavg8j8\batch-0-IDE-8.5.3-83203.zip" > > > urlparse.urlparse(path) > > > ParseResult(scheme='c', netloc='', path='\Users\careyh\VT-scanner\tmpavg8j8\x > > > 08atch-0-IDE-8.5.3-83203.zip', params='', query='', fragment='') > >...
### Short Summary We're getting SSL cert warnings in the logs and most, but not all (ie. you're still able to login to the platform apparently), HTTPS calls are failing....
### Short Summary When creating a new project from the Project Wizard, if you choose to generate a Platform Project, the project creation steps will fail after the project is...
### Short Summary Ref: https://community.komodoide.com/t/go-to-definition-in-komodo-ide-12/5527/14 ### Workaround Edit *[install dir]\lib\mozilla\extensions\[email protected]\content\sdk\process.js* and change `system.pathFor("ProfD")` to a custom path that is not within the non Ascii path.
### Short Summary It appears that code intel isn't picking up Wordpress definitions Ref: https://community.komodoide.com/t/ko-11-code-intelligence-for-wordpress-php/4036
### Short Summary Bookmarks (not Quick Bookmarks) should persist in a file even after you've closed it. This seems really familiar but I can't find a ticket (open or closed)...
### Short Summary You can't login to Collaboration any more. There's no error. It just response with nothing. Here's some gross, hacked together test code: ```javascript let email = "username";...
### Short Summary When you enable and try to login to collaboration in Komodo it is authenticating against account.activestate.com. It should use platform.activestate.com now.