Code Monkey home page Code Monkey logo

Comments (6)

facelessuser avatar facelessuser commented on June 2, 2024

I am not experiencing this issue.

from colorhelper.

facelessuser avatar facelessuser commented on June 2, 2024

I may need more info. Is this occurring in a particular file type?

from colorhelper.

facelessuser avatar facelessuser commented on June 2, 2024
  File "/Users/errollloyd/Library/Application Support/Sublime Text/Installed Packages/ColorHelper.sublime-package/ch_mixin.py", line 23, in setup_gamut_style
AttributeError: 'NoneType' object has no attribute 'load_settings'

This seems like something went wrong with Sublime, not ColorHelper. If we look at the line in question, this is Sublime's plugin API:

    def setup_gamut_style(self):
        """Setup the gamut style."""

        ch_settings = sublime.load_settings('color_helper.sublime-settings')

If sublime is None, then something big went wrong with the whole plugin system. I'd try and restart Sublime. Worst case, uninstall ColorHelper, and try to reinstall it.

from colorhelper.

facelessuser avatar facelessuser commented on June 2, 2024

I did push an update this evening to fix a small issue with custom Color objects. Maybe after Sublime updated your plugin, the plugin state went bad. I imagine a restart is all that is needed. I ran this in a clean, portable Sublime, and everything is working as expected.

from colorhelper.

maegul avatar maegul commented on June 2, 2024

Yep ... I didn't see that an update had come through. Works just fine! Sorry for the hassle!!

from colorhelper.

facelessuser avatar facelessuser commented on June 2, 2024

Yeah, to not annoy people, I don't post messages on bug fix releases as all those package control messages can get annoying, especially in times when numerous releases are getting pushed (like recently).

Unfortunately, even bug fix releases can sometimes cause certain parts of the plugin not to reload properly after an update, especially ones with deeply nested source. It's the downside of plugins getting patched on the fly. Simple plugins with a single source file usually update with little to no issues, but ColorHelper is far more complex than that.

from colorhelper.

Related Issues (20)

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.