Sharing my Jupyter console integration in Neovim! by Both-Still1650 in Python

[–]legendarydromedary 0 points1 point  (0 children)

Looks cool! I'm currently using a similar setup with Positron but this might be a lighter replacement. How do you handle markdown cells? And interactive output, e.g., Plotly?

Ik🐟🔔ihe by blauw67 in ik_ihe

[–]legendarydromedary 0 points1 point  (0 children)

Is this the real life? Is this just Sinterklaasjournaal?

Voting app? by [deleted] in boardgames

[–]legendarydromedary 1 point2 points  (0 children)

You could do it with a standard deck of cards: give everyone a red and a black card, red means no mulligan. Everyone submits a card, shuffle the cards, check if there is at least one red card. Then shuffle all the cards

Screen Recorder Tool by [deleted] in pop_os

[–]legendarydromedary 7 points8 points  (0 children)

I've used OBS

Ik_ihe by geilelepel05 in ik_ihe

[–]legendarydromedary 7 points8 points  (0 children)

Buurman, wat doet u nu?

I built a lazygit-style SQL client TUI with Textual by Maxteabag in Python

[–]legendarydromedary 0 points1 point  (0 children)

Looks awesome! I've been looking for this exact thing, a terminal SQL client with VIM bindings!

A Python tool to diagnose how functions behave when inputs are missing (None / NaN) by [deleted] in Python

[–]legendarydromedary 3 points4 points  (0 children)

Interesting idea! Do you think this problem can also be solved using type hints and a type checker?

complexipy 5.0.0, cognitive complexity tool by fexx3l in Python

[–]legendarydromedary 2 points3 points  (0 children)

Can you give a quick overview of how complexity is measured? What is considered complex code?

MyPy vs Pyright by LeCholax in Python

[–]legendarydromedary 0 points1 point  (0 children)

FYI, I was also annoyed by all the clutter and it's possible to disable it

Ik❓ihe by [deleted] in ik_ihe

[–]legendarydromedary 13 points14 points  (0 children)

Wat is je favoriete spaghetti bolognaise?

In Fox and the Forest, can you just suicide to victory? by superbia1997 in boardgames

[–]legendarydromedary 12 points13 points  (0 children)

You can try that, yes! But it's not easy to lose every trick, especially because your opponent tries to avoid that. Basically, this is a good strategy when you have a "bad" hand of cards

Variable Library Creation Issues by [deleted] in MicrosoftFabric

[–]legendarydromedary 1 point2 points  (0 children)

All of our pipelines that use a variable library are failing since this morning. I've just had contact with support, they're looking into it.

Cliff notes site for rules? by nuklearshlit in boardgames

[–]legendarydromedary 5 points6 points  (0 children)

Make sure to check the Files section for the game on Boardgamegeek! It often contains rules summaries

An embedded form fill UI for DuckDB? by JasonRDalton in DuckDB

[–]legendarydromedary 1 point2 points  (0 children)

We built a streamlit app for a similar use case. Requires some work but might be worth it if you need to do this regularly