Nicholas (Nick) Hansen-Feruch

Results 6 issues of Nicholas (Nick) Hansen-Feruch

**Bug Description** A call through matchv5's url of the form, "/lol/match/v5/matches/by-puuid/{puuid}/ids", returns old games only, and not that player's actual most recent games played **Problem Description** Getting a list of...

I have the following line that configures my logger instance ``` logger.add(sys.stderr, level=log_level, format="{time:YYYY-MM-DD HH:mm:ss.SSS zz} | {level: 4} ({file}): {message}", colorize=True, backtrace=True, diagnose=True) ``` I want to configure my...

question

running `npm install -S react-text-transition` gives ``` npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: [email protected] npm ERR! Found: [email protected]...

### Description `docker stats` is a cool and useful command, but it would be even more useful if there were a "totals" line at the bottom, that simply acted as...

kind/feature
status/0-triage

I think it would be a good idea to include a "Region" field in the response to ACCOUNT-V1's `/riot/account/v1/accounts/by-riot-id/{gameName}/{tagLine}` That way, if a user accidentally chooses the wrong region in...

type: bug report
type: feature request
on hold: escalated to team
api: account-v1

### What happens? I have a table in postgres that I want to use duckdb to insert into. I have a unique constraint on the table that uses multiple columns...