aghster

Results 11 comments of aghster

The old `inky-phat` library had a `colswap` parameter in `set_image` that could be used to swap colors (see [here](https://github.com/pimoroni/inky-phat/blob/34db316477294d2c48ab5503828a1016c03a4090/library/inkyphat/__init__.py#L115)). Of course, this does not really help honor the palette, but...

It's been some time since I posted this. Could someone please comment on whether this issue is even considered? Is there any chance that you will implement a way of...

Could someone please comment on what the status of this issue (and related issue #401) is? Is it really worked on, as its label "impact: high" suggests? Using the Toggl...

OPS still lacks full-text for DE and US, for example, while Espacenet [apparently](https://www.epo.org/searching-for-patents/technical/full-text-additions.html) covers these authorities. Therefore, I think the fallback to Espacenet is rather important, as long as OPS...

As it seems, USPTO does not provide TIFF images any longer, but only PDF: https://patft.uspto.gov/netahtml/PTO/help/images.htm (see "Notices") Instead of loading a TIFF from http://aiw1.uspto.gov/.aiw?Docid=20220110447&idkey=NONE, you will probably have to load...

I agree that the current Docker setup could be split apart. A separate repository could be created including just the contents of the docker directory. This repository could then be...

This may be the list you are looking for: https://www.epo.org/searching-for-patents/data/web-services/ops/faq.html#faq-74

> So what about trigger an auto copy and paste to flow? Sorry for not responding earlier. I'm not quite sure that I understand your question. Are you suggesting adding...

I just found that #1179 describes exactly (and probably more clearly) what I am suggesting. Furthermore, I learned from this [post](https://github.com/Flow-Launcher/Flow.Launcher/issues/1110#issuecomment-1265912812) in #1110 and from this [source code](https://github.com/Flow-Launcher/Flow.Launcher/blob/66a5e1a04412b8e34b7432e7c203d6352a240fc6/Flow.Launcher.Infrastructure/UserSettings/Settings.cs#L209) that I...

> macOS implement: [servo/core-foundation-rs#519](https://github.com/servo/core-foundation-rs/pull/519) Has anyone managed to implement something similar for Windows and would be so kind to share it?