Mira

Results 24 comments of Mira

Hi @ADiea, it is not possible to do it only in my application, without changing the library. The really important change is the one I highlighted above. The OneWire protocol...

Ok, I've read up on the topic and I agree now that it's probably not good to change it unconditionally: * For 1-Wire, [Dalllas recommends](https://datasheets.maximintegrated.com/en/ds/DS18B20.pdf) a 4k7 pull-up resistor *...

Thinking more about this, I don't see a problem with just enabling the internal pull-ups all the time. If a "stronger" pull-up is needed in an application, we can just...

Hey, @arduino, @ffissore, @cmaglie ... I think this pull request implements a very useful and missing feature - what do you think about merging it?

Hi, I put it up on a new domain, you can change the link to this if you want: http://luelista.net/kdbxviewer/kdbx_format/

It might be a misunderstanding here. I think the OP requested a feature which will automatically save the open files to a temporary file every X seconds, so if TeXstudio...

Should work now. I don't really like that regex solution but don't have any better idea that's readily implementable. Ideally, we could somehow detect which setting is supposed to contain...

checking whether all keys are properly declared as file using `add_default`... - [x] `{'key': 'exhibitors_logo_image'}` - [x] `{'key': 'invoice_logo_image'}` - [x] `{'key': 'logo_image'}` - [x] `{'key': 'mail_attachment_new_order'}` - [x] `{'key':...

Ready once the dependencies are merged: - https://github.com/raphaelm/django-hierarkey/pull/18 - https://github.com/pretix/pretix-passbook/pull/64 - https://code.rami.io/pretix/pretix-epaybl/-/merge_requests/4 - https://code.rami.io/pretix/pretix-exhibitors/-/merge_requests/13

> Looks good! Just some minor adjustments around CSS maybe. > > I know payments are mostly plugins, but would some minimal support be viable? E.g. [GiftCardPayment::checkout_prepare](https://github.com/pretix/pretix/blob/master/src/pretix/base/payment.py#L1444) (not sure we...