question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

positional argument value is undefined in v1.1.0

See original GitHub issue

@vadimdemedes @karaggeorge 1.1.0 is broken unfortunately.

When I run todesktop build ., todesktop build ./, etc. the argument is undefined. I see the usual prop-type warning that required property X is missing and then the command fails with an error (I pass the positional argument value to path.resolve).

It works fine when I go back to 1.0.3.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:11 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
karaggeorgecommented, Aug 11, 2020

Yeah that’s probably it. I can open a PR and add some backwards compatibility. Expect it later today.

Honestly I didn’t think about backwards compatibility, but I also didn’t know it would be released as a minor version, so I didn’t think it would be an issue.

0reactions
vadimdemedescommented, Aug 12, 2020

Fix released in 1.1.1.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Positional Argument Undefined - debugging - Stack Overflow
I am working on a larger project to write a code so the user can play Connect 4 against the computer. Right now,...
Read more >
Dataframe.agg no longer accepts positional arguments as of ...
Currently, passing any positional arguments to the *args parameter of DataFrame.agg fails with a TypeError, but the documented behavior is ...
Read more >
clap::AppSettings - Rust - Docs.rs
Specifies that the final positional argument is a "VarArg" and that clap should not attempt to parse any further args. The values of...
Read more >
ApplyBQSR no positional argument is defined for this tool
A USER ERROR has occurred: Illegal argument value: Positional arguments were provided ',–R{GRCh38.dna.primary_assembly/GRCh38.dna.
Read more >
Mathematical functions as Python functions - Various writings
The first two arguments, arg1 and arg2 , are ordinary or positional arguments, while the latter two are keyword arguments or named arguments....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found