Code Monkey home page Code Monkey logo

Comments (3)

kocio-pl avatar kocio-pl commented on August 19, 2024 1

I understand the importance of being specific with issue tickets, but in the current state I find it hard to properly describe what kind of problem is it. Moreover when digging, I sometimes find more problems which I'm not sure should be reported separately or not.

from gtg.

nekohayo avatar nekohayo commented on August 19, 2024

As a general note: please be more specific with your issue titles in the future ;)

from gtg.

nekohayo avatar nekohayo commented on August 19, 2024

There seems to be a bit of a contradiction between the UI and the backend here, because in the backend's savedSearches.py we can see that the query seems to be a read-only "property", if the comment is to be believed:

    @GObject.Property(type=str)
    def query(self) -> str:
        """Read only property."""

        return self._query

… though it does have a setter method just below that…

    @query.setter
    def set_query(self, value: str) -> None:
        self._query = value

from gtg.

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.