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.

/list incorrectly ignores parameters

See original GitHub issue

Per RFC 1459, /list is supposed to support parameters. However, The Lounge simply returns the list of channels that would be obtained by using /list without any parameters, which can be a bit of a surprise to people attempting to use it with specific filter parameters on larger servers.

Some servers allow things like /list >50 to list only channels with more than 50 users, some allow wildcards in channel names such as /list *chat* to list all channels containing the string chat in their names, but regardless I’d expect it to be safe to just pass the parameters and let the server figure it out as the format of the results does not change in any case that I can remember.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
MaxLeitercommented, Jul 20, 2017

This has now been fixed in irc-framework; now just needs to be released

1reaction
mtrichtcommented, Jun 27, 2017
Read more comments on GitHub >

github_iconTop Results From Across the Web

<f:viewParam>: Ignore wrong parameters silently
Currently I am working on pages that use viewparams. what would be the right way to silently ignore wrong parameter-types? for example with...
Read more >
Video: Drop-down list settings - Microsoft Support
Training: You can use a comma-delimited list, a cell range, or a named range to define the options in a drop-down list. This...
Read more >
Type hinting in PyCharm - JetBrains
Adjust the number of the arguments. Type comments with unpacking do not match the corresponding targets. incorrect type for unpacked variables.
Read more >
An SEO Guide to URL Parameter Handling
URL parameters create duplicate content, waste crawl budget, and dilute ranking signals. Learn six ways to avoid potential SEO issues with ...
Read more >
Common issues and solutions - mypy 0.991 documentation
Ignoring a whole file​​ To only ignore errors, use a top-level # mypy: ignore-errors comment instead. To only ignore errors with a specific...
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