kennedyjosh

Results 6 issues of kennedyjosh

### Environment ### ``` % ./rebar3 report compile Rebar3 report version 3.16.1 generated at 2021-08-26T20:51:42+00:00 ================= Task: compile Entered as: compile ----------------- Operating System: x86_64-apple-darwin20.4.0 ERTS: Erlang/OTP 23 [erts-11.2.2.4] [source]...

support

I'd like to upgrade lager to use rebar3 instead of rebar2. There is a guide on some of the changes that would occur here: https://rebar3.readme.io/docs/from-rebar-2x-to-rebar3 Would this be a useful...

I'm using zsh 5.8.1 (x86_64-apple-darwin21.0), python 3.10, argcomplete 2.0.0 My `~/.zshrc`: ```zsh # a bunch of aliases which I haven't pasted here export PATH="/opt/homebrew/opt/erlang@24/bin:$PATH" # for git autocompletion # https://stackoverflow.com/questions/26462667/git-completion-not-working-in-zsh-on-os-x-yosemite-with-homebrew...

### Summary I have a system that will run ansible playbooks from a command-line script. This command line script runs in Python using argparse and will call an ansible playbook...

bug
lookup
python3
needs_triage
plugins

OS: `Ubuntu 22.04 (jammy)` Python: `3.10` Selenium-Requests: `2.0.3` I have the following docker container running a mocked Chrome browser: `selenium/standalone-chrome` Github link: https://github.com/SeleniumHQ/docker-selenium Example code to reproduce: ```python from seleniumrequests...

## Expected Behavior Amplitude should have processed certain properties as boolean, but instead processed them as strings. ## Current Behavior I'm seeing boolean properties show up as strings on the...