Rahim Nathwani

Results 8 comments of Rahim Nathwani

Why not use bash for looping through the domains? ``` while read p; do blc "$p" done

@bromero26 I get the same answer as you using a slightly more verbose method: ``` min_max_price_per_item = chipo.groupby('item_name').agg({'item_price': [np.max, np.min]}) min_max_price_per_item[min_max_price_per_item.item_price.amax > 10].shape[0] ``` But all of those high prices...

@chadmeby Can you post here the parameters of your `POST` request to `/children`?

I'm seeing the same issue as DaveyJake on the most recent versions of OSX and ShiftIt. My setup is rMBP with two external monitors. I frequently have Chrome as full-screen...

> Here's the exact settings that works for me (on Destiny): > Mailbox: `ws://relay.magic-wormhole.io:4000/v1` > Transit Relay: `tcp://transit.magic-wormhole.io:4001` Yes, these worked for me, too. They can also be found in...

The default build uses the well-known public servers: https://github.com/LeastAuthority/destiny/blob/a33a1d819a152a7306252c05c85a929f7ba54155/lib/main.dart#L40 But the iOS app store version is built with the flag that changes this.

I'm not encountering errors.

> Spotted [this nice CLI](https://github.com/adhikasp/mcp-client-cli) that you can configure to use MCP servers! This CLI uses langchain under the hood. So it should work for any model where the langchain...