/list incorrectly ignores parameters
See original GitHub issuePer 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:
- Created 6 years ago
- Reactions:1
- Comments:6 (6 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This has now been fixed in irc-framework; now just needs to be released
@astorije Created an issue: https://github.com/kiwiirc/irc-framework/issues/101