home.social

Search

9 results for “gurneyalex”

  1. I'm looking for good resources to learn do you have any suggestions?

  2. I'm looking for good resources to learn #helm do you have any suggestions?

    #kubernetes

  3. Using Odoo 17.0 and account_peppol and your users are not configured to speak english? Then there are chances you are suffering from performance degradation because of cache invalidation.

    These are caused by fields_get overloads on account.move and res.partner that are there to comply with the stable policy of odoo (I guess) but degrade the performance.

    Try this patch github.com/odoo/odoo/pull/2632 (and update module in your instance).

  4. TIL

    pip install pip_system_certs

    Helps solving issues with requests and other Python libraries when you are installing custom CA certificates on the operating system and these are not recognized.

  5. TIL that if you add the X-Disable-Tracking header to your http requests, will comply and not track your visit.

    github.com/odoo/odoo/blob/040c

    Now updating the pingdom config and the health probes to use that header.

  6. Someone shared this on Friday evening on the office's slack. Doubtless this is old meows by now, but it still brightened my morning.

    ietf.org/archive/id/draft-meow

  7. I was recommended the book Essentialism by Greg McKeown. I received my copy yesterday, started reading. So far I dislike the writing style :-) but the message is powerful. Hopefully I'll be able to use it to pivot my current role from being a person that helps everywhere to more focused work.

    Any feedback from people who read it?

    gregmckeown.com/books/essentia

  8. Archeology session: I unearthed this super old Odoo commit that deprecates the `db_filter` configuration parameter in favor of `db_name`. When the `db_filter` is not set, but `db_name` is, the latter is assumed to be a comma separated list of allowed database names, and will *not* connect to the 'postgres' database and try to list the available databases to filter them with the db filter.

    github.com/odoo/odoo/pull/18526

  9. Update: updating the source code did not fix the problem.

    I'm currently digging in the source code of the bus addon and reading the websocket RFC carefully.

    I also realized I'd lent my copy of Richard Stevens books on network programming and they were never returned 😢