Bradley Bell

Results 13 issues of Bradley Bell

This implements storage of attachments as blobs on an Azure Storage account. The code very very closely mirrors the Amazon S3 implementation.

Articles with Text or WikiText fields can display wiki/html formatting with no problem, but it is currently not possible to insert the article into a ticket reply with the formatting...

split off from #1461

split off from #1461

fixes #1472 I don't know how to test the HDL generation, so someone should confirm my fixes there.

The 74x266 IC has open-collector outputs, which means it isn't capable of driving its outputs high. This lets you connect its outputs directly together with other OC outputs, and needs...

split from #1461 still to be abstracted

7436 ICs differ from 7402 in their pin arrangement, so just extending the 7402 class is incorrect.

While working on #1463, I noticed that the existing TTL 74165 incorrectly only loads from its parallel inputs when clocked. According to the datasheet however, it should be "direct overriding"...

Real 74x266 ICs have open-collector outputs, which means they aren't capable of driving their outputs high. This lets you connect the outputs directly together with other OC outputs without causing...