Double Thinker

Results 11 comments of Double Thinker
trafficstars

> It seems that for Apple Silicon chips, we are only able to enable/disable charging. A polling solution would be required which would be quite different to how bclm behaves...

I encountered a similar problem during my data visualization-intensive days. I'm not certain about all the details, but when IPython is active in interactive mode (as in this case), any...

Can you try it @victoriano ? ```bash pip install git+https://github.com/double-thinker/open-interpreter.git@fix/rgba_problem ``` Let me know if this helps :)

Thanks for the hint @CMMChris after some research I developed [a preliminary implementation](https://github.com/actuallymentor/battery/pull/163). Use with caution, not very tested yet but seems to work fine). Maybe this is useful for...

Maybe this is relevant for context: #163 The main differences I found are: - There is no manual control with "Optimized battery charging". For example, I had it for a...

For anyone with this problem: the same thing happened to me in VSCode. I simply removed all the files in ~/.continue (except for config.json), and it worked again.

As a UX suggestion, Continue could discard the database if it fails to build. This could silently fix this and other problems when the migration encounters issues. Since it is...

A potential fix could be to remove the await. Based on the `setupDevPlatform` docs: ``` Sets up the Cloudflare platform that needs to be available during development time (using Next.js'...

I think there is a simple and self-contained [solution](https://github.com/ibis-project/ibis/compare/main...double-thinker:ibis:fix/pyarrowtypes) to UUID types and any other type that does not have a 1:1 mapping between Ibis and PyArrow, such as MAC...

@cpcloud Do you think the approach I [developed](https://github.com/ibis-project/ibis/compare/main...double-thinker:ibis:fix/pyarrowtypes) is worthwhile? I can submit a PR in the following days if there's interest.