Simon Fell

Results 43 comments of Simon Fell

NATS looks interesting, the NATS streaming service looks it could work. However one thing i've seen is that Publishing a message doesn't return its sequence number in the Log. This...

Facebook's [LogDevice](https://logdevice.io/) looks like it'd be a good fit for the log service.

Its good its in the protocol, its unfortunate that its not reflected in the go api i looked at https://github.com/nats-io/go-nats-streaming

Can you check that the option in preferences is enabled. It should of been automatically set.

It doesn’t intentionally run a query at startup. Are you selecting a stored token for login, or going through the new login flow? > On May 6, 2022, at 10:01...

You should be able to find the plist file with all the settings and queries somewhere under Library/Application Support you can delete this file while soqlx isn’t running and it...

The file to delete is `~/Library/Preferences/com.pocketsoap.osx.SoqlXplorer.plist` Alternatively you can run this from the terminal `defaults delete com.pocketsoap.osx.SoqlXplorer soql` In either case you should do it with SoqlX closed. And afterwards...

Related idea: https://twitter.com/cynthiamcgillis/status/1179149614953320448

On your first point about ordering, you need to use NULLS LAST to have the NULLs ordered to the bottom of the results. see https://developer.salesforce.com/docs/atlas.en-us.soql_sosl.meta/soql_sosl/sforce_api_calls_soql_select_orderby.htm#! On the column headers issue,...