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.

Empty last query is not working (neither is select last query)

See original GitHub issue

Describe the bug/issue When I open FlowLauncher with hotkey <kbd>Win</kbd>+<kbd>N</kbd>, the launcher appears but it contains the last query.

This also happened to me in old Wox, as well as sometimes with your fork. But with Flow.Launcher it seems to happen all the time.

To Reproduce Steps to reproduce the behavior:

  1. <kbd>Win</kbd>+<kbd>N</kbd>
  2. Type e.g. “g foo”
  3. Hit enter
  4. Notice Launcher starts a new browser window and disappears.
  5. Hit <kbd>Win</kbd>+<kbd>N</kbd>
  6. Notice that “g foo” is still there.

Screenshots

image

Your System

Windows build number: Version 10.0.19041.508
Flow Launcher version: 1.2.1 Portable mode

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
Cianticcommented, Oct 16, 2020

Yeah, it doesn’t work at the first start I have to close the app and restart to get the setting working.

However I think it would be better to run the command on window hide, because for instance with “Select last query” there is slight delay until it selects. I’m not sure can user actually hit keys during that time but it might be possible.

1reaction
Zeroto521commented, Oct 12, 2020

I firstly used FLow and changed the default config just as your way. It didn’t work the same as yours.

But reload the Flow or restart the Flow, it worked again.

I think Flow can’t load the config instantly when you change.

Read more comments on GitHub >

github_iconTop Results From Across the Web

mysql - Returning a value even if no result
I have this kind of simple query that returns a not null integer field for a given id: SELECT field1 FROM table WHERE...
Read more >
Long running query sometimes fetch empty rows
Hi,. I have a problem with long running querys: A kind of 'print server' use a big select with 15 tables/80 columns and...
Read more >
Troubleshoot queries that seem to never end in SQL Server
Open a previously saved query execution plan file (.sqlplan). Right-click in a blank area of the execution plan and select Compare Showplan.
Read more >
How to SELECT Records With No NULL Values in MySQL
Use the MySQL engine to only grab records that you desire while excluding those with pesky NULL columns with the IS NOT NULL...
Read more >
RESULT_SCAN
RESULT_SCAN¶. Returns the result set of a previous command (within 24 hours of when you executed the query) as if the result was...
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