David Britt

Results 22 issues of David Britt

Prototype version 15 Found device 138a:0097 step 1 usb write: 0000 01 usb read: 0000 00 00 f0 b0 5e 54 a4 00 00 00 06 07 01 30 00...

**Plus User** **Describe the bug** When selecting a chapter out of the left sidebar, the zoom resets to 100% **To Reproduce** Steps to reproduce the behavior: 1. When selecting a...

usability

The current copy action does not use the standard implementation. It uses xclip, which is fine, but then it should be added as a depedency. So that users know they...

For each campaign-template, there are input fields, better known as template-placeholders ![image](https://user-images.githubusercontent.com/3985738/218728267-0aca4e4c-e95e-4e6a-b8e8-982839de3084.png) Presently, you need to manually go to the campaign template to figure out what the template-placeholder keys are....

bounty

Many of the methods, functions, classes and properties are still not properly annotated. Make sure each one has: - description - parameters information and type - return type - example...

bounty

Currently, the webpack build comes out to 2.xx MB. That is far too big to be used when it is loaded in a frontend. Some suggestions where to start are:...

bounty

Many actions have multiple steps that take a while and take some time: - upload to IPFS - perform EOS transaction(s) - wait for block - … (?) It would...

bounty

It would be nice to have the feature to powerup the relayer from within the force itself. instead of having the user navigate to an external webpage. Here is a...

bounty

So, I've created a campaign with a batch of 4 tasks. ```py r = campaign.create_batch( e, 0, # campaign id = 0 [ { 'image': 'https://ipfs.effect.ai/ipfs/QmVuSBpoSEUdHmB2owcbAQnModzfcbEme6w6nCkJDDJcy4'}, { 'image': 'https://upload.wikimedia.org/wikipedia/commons/thumb/8/89/Attentive_%2815531899006%29.jpg/1920px-Attentive_%2815531899006%29.jpg' },...