Bobby

Results 9 issues of Bobby

When filling in the username/email field, if the specified user doesn't exist, then it will respond with "Sorry, this user doesn't exist." allowing would-be attackers to discover usernames and email...

There is a pair (USD-LTC) missing from the list in the following reference, causing unit tests to fail. https://github.com/ericsomdahl/python-bittrex/blob/2dbc08e3221e07a9e618eaa025d98ed197d28e31/bittrex/test/bittrex_tests.py#L75

More a pain point than a show-stopper, the editor piece doesn't account for any kind of word-wrapping.

The link in `rl2/extra_reading.txt` is broken.

* nombot version: all * Python version: any * Operating System: any ### Description There currently exist no `pytest`s.

The only major change that I'm seeing is that the definition of `am_hal_adc_samples_read` has changed. extern uint32_t am_hal_adc_samples_read(void *pHandle, bool bFullSample, uint32_t *pui32InSampleBuffer, uint32_t *pui32InOutNumberSamples, am_hal_adc_sample_t *pui32OutBuffer); `am_hal_adc_samples_read` used to...

In attempting to migrate new changes into the production DB for the first time, it was realized that the environment information isn't handled properly. A workaround for the issue is:...

When following the instructions, they say to create a `.env` file from `.env.example` but the example file that should be used is `./supabase/.env.example` and it should use `./supabase/.env`. Given that...