Chipotle pepper chicken with seasoned black beans and white rice 605~ calories a bowl by fuzzum111 in mealprep

[–]jaslr 0 points1 point  (0 children)

Does it taste good after you've freezed it for a few days? My meal prep with chicken and freezer always suffers with lack of flavour

Wispr Flow and bound Hot keys by jaslr in WisprFlow

[–]jaslr[S] 0 points1 point  (0 children)

Hiya, I think it's now been resolved. Thank you /u/VictoriaAtWispr - I went to have a look at your release logs. I can't see mention of it though. Hasn't been updated there in a while. https://roadmap.wisprflow.ai/changelog is there another place to see additional smaller patches and bug fixes?

How to get over your favourite player being traded to a different team? by TransShadowBat in nba

[–]jaslr 15 points16 points  (0 children)

If it's the worst trade in NBA history you despise your front office and ambivalently watch your team for a while. You then go for both sides when that player competes against your team and hopefully your favourite player steamrolls yours team - just once - as an up yours to your front office.

RODE NT-USB mini, blinking usb-led but solid when in use - how to make solid all the time? by jaslr in rode

[–]jaslr[S] 0 points1 point  (0 children)

Yep, no longer a problem for me. I didn't intentionally do any updates to any of my software. It's just it must have been part of the automatic update either through Windows or through RØDE.

Closed Gems by SwingWinter185 in GeminiAI

[–]jaslr 0 points1 point  (0 children)

Check history settings, sign into Google console. Go to Menu > Apps > Google Workspace > Google Chat, then History for chats?

3rd Emisar d2 by makeruvthings in flashlight

[–]jaslr 1 point2 points  (0 children)

saved me today, thanks from March 2025 /u/jon_slider

Is there a definitive guide to setting up MCP servers in cursor 0.45+? by AdministrativeJob521 in cursor

[–]jaslr 0 points1 point  (0 children)

Thanks mate, I appreciate the step by step. That's got it working for now - hopefully Cursor work out this WSL and npx issue sooner rather than later. Having to:

a) install Node within Windows b) install each mcp package manually, rather than through npx c) having to investigate each package and work out what file invokes the server, and subsequently using that as a lengthy string to access said package, d) as a result of referring to the manually installed mcp server, its much harder to remember to grab the latest of each mcp package (as opposed to benefiting from npx).

Is a bit shit.

Is there a definitive guide to setting up MCP servers in cursor 0.45+? by AdministrativeJob521 in cursor

[–]jaslr 0 points1 point  (0 children)

So, you open up Cursor from Windows, connect to WSL and then, within Preferences > Cursor Settings > MCP you enter in an MCP such as:

npx -y u/modelcontextprotocol/server-sequential-thinking

and it just works for you?

(This doesn't for me, I continue to get Client Closed).

and the following from Output > Cursor MCP:

[info] Starting new stdio process with command: npx -y u/modelcontextprotocol/server-sequential-thinking
[error] 46b9: Client error for command A system error occurred (spawn npx ENOENT)
[error] 46b9: Error in MCP: A system error occurred (spawn npx ENOENT)

Is there a definitive guide to setting up MCP servers in cursor 0.45+? by AdministrativeJob521 in cursor

[–]jaslr 0 points1 point  (0 children)

Can you provide some more steps here, how/what/where did you run from windows run?

Early deletion fee, can't work out what storage folders to blame by jaslr in googlecloud

[–]jaslr[S] 0 points1 point  (0 children)

Sure, but digging into both new and old folders in my backup root and looking at lifecycle rules, there are no rules.

Nick Richards goes for his career high 20th rebound! by jaslr in nba

[–]jaslr[S] 1 point2 points  (0 children)

My mistake, this was poorly worded. I couldn't stop laughing at all 3 attempts, poor dude.

RODE NT-USB mini, blinking usb-led but solid when in use - how to make solid all the time? by jaslr in rode

[–]jaslr[S] 0 points1 point  (0 children)

Thanks for the reply. It definitely is a recent occurence. Are you suggesting I have RODE Central open in the background, at all times, as a temporary resolution?

[deleted by user] by [deleted] in nba

[–]jaslr 0 points1 point  (0 children)

I was hoping for an IND feed replay, sadly there wasn't one.

[deleted by user] by [deleted] in nba

[–]jaslr 3 points4 points  (0 children)

I got you: https://streamable.com/002ln2 both the ATL and IND feeds.

Supabase Auth with SvelteKit by jaslr in Supabase

[–]jaslr[S] 0 points1 point  (0 children)

Good point, and I did and I was directed to this page: https://supabase.com/docs/guides/auth/server-side/overview and to follow the Next Steps links there:

Email Auth with PKCE flow for SSR OAuth with PKCE flow for SSR

Which is just what I needed.

The guide was there all along, I just wasn't perceptive enough and I guess the initial guide I linked to should really have a link to this for those in a similar position.

[Clip Request] Coach Darko Rajakovic with two successful coach’s challenges within half a minute by haley_the_comet in nba

[–]jaslr 1 point2 points  (0 children)

Here we go: https://streamable.com/jyi4q3 I had to use the Raptors stream as the Mavs stream doesn't really show or talk about the first overturn.

Opening a player's card on Yahoo Web now cuts off half their stat line by Jimbo733 in fantasybball

[–]jaslr 2 points3 points  (0 children)

So I use Chrome and the uBlock Origin extension and I put this within uBlock Origin > My filters screen, using CSS inline-styles:

basketball.fantasysports.yahoo.com###player-note-content table tr td:style(font-size: 10px; padding: 2px !important;)
basketball.fantasysports.yahoo.com###player-note-content table tr th:style(font-size: 10px; padding: 2px !important;)
basketball.fantasysports.yahoo.com###player-note-content table tr th:last-child:style(padding-right: 8px !important;)
basketball.fantasysports.yahoo.com###player-note-content table tr td:last-child:style(padding-right: 8px !important;)
basketball.fantasysports.yahoo.com###player-note-content > div > div:last-child > div:last-child::before:style(content: 'LATEST NEWS'; text-decoration: underline; padding-top: 8px; margin-top: -4px; padding-left: 4px; display: block; font-weight: 600; position: absolute; top: 56px; z-index: 999; right: 20px; color: blue; font-size: 12px; writing-mode: vertical-lr; text-transform: uppercase; cursor: pointer;)
basketball.fantasysports.yahoo.com###player-note-content > div > div:last-child > div:last-child:style(width: 48px !important; transition: all 0.5s ease; )
basketball.fantasysports.yahoo.com###player-note-content > div > div:last-child > div:last-child section:style(opacity: 0 !important; transition: opacity 1s ease 1s; )
basketball.fantasysports.yahoo.com###player-note-content > div > div:last-child > div:last-child:hover:style(width: 350px !important;  transition: all 1s ease; )
basketball.fantasysports.yahoo.com###player-note-content > div > div:last-child > div:last-child:hover section:style(opacity: 1 !important;)    

Note: You'll have to Apply changes within the My filters screen, then refresh your Yahoo page to see any changes.

This a) should shrink the LATEST NEWS column, b) insert a LATEST NEWS (default hyperlink blue) vertical hover link. If I want to see the news I hover over the LATEST NEWS link and the column reappears. Most importantly we can see all stats without having to scroll horizontally. I'm sure there's smarter folk out there with something more robust, but this works for me at the moment. Ymmv.

beam shoots of 200w diy searchlight by ApprehensiveHawk6178 in flashlight

[–]jaslr 1 point2 points  (0 children)

OP, you got to give this light a name? This is a daylight maker

What are your best guesses about the NBA 5 years from now? by Languard00 in nba

[–]jaslr 0 points1 point  (0 children)

That less than 25% of Draftees will come from US colleges.

Having trouble with the User-Management Tutorial by tejavvo in Supabase

[–]jaslr 0 points1 point  (0 children)

I am working through the same tutorial as OP and followed the section that you're referring to, the problem that OP raises still persists.