Dave Eargle

Results 7 issues of Dave Eargle

Out of alignment example: ![image](https://user-images.githubusercontent.com/1174653/126837476-cc07f31e-cc61-4420-9bf7-36e4cf2b7ece.png) Markdown: ```markdown ## Currently - Assistant Professor - Organizational Leadership and Information Analytics - Leeds School of Business - University of Colorado Boulder ``` Brought...

Hi, the readme suggests running `python test.py -m mysecretmessage` to test the package, but this doesn't work because the cipher given to `run` does not include the IV: https://github.com/mpgn/Padding-oracle-attack/blob/94526ce5ea6c838f8c84c9f41459a6d9c460c636/test.py#L251-L255 I...

We can use sphinx to DRY use the repo's README as the index page for the docs., if we rewrite the readme to be .rst instead of .md. Same for...

Three things: * demonstrate the `setTextField()` function * document a few gotchas for users translating the demo slider values to their opts dict values * typo fixes

Not necessarily a bad thing, but it is an undocumented thing. Commit https://github.com/benbalter/retlab/commit/5a8f63860934ab8bbc31a3030bf2bb0118a8a52a dropped google_analytics, but _config.yml still includes `ga_username`. Should an if-block be added back in to _layouts/default.html, or...

on 2.5, `gem install bundler` was throwing the following error, so `docker build .` wasn't working: ``` + gem install bundler ERROR: Error installing bundler: The last version of bundler...

I am scratching my head something fierce. I've used this plugin successfully in the past, and I see it working on live sites, but it's not working for me on...