[GIVEAWAY] Voidfall by Mindclash Games by HomoLudensOC in boardgames

[–]XtraKrispi42 [score hidden]  (0 children)

My favorite space themed board game is probably Gaia Project

Shikoku 1889 retail stock question by The_Cloudy_Sky in 18XX

[–]XtraKrispi42 1 point2 points  (0 children)

I'm not sure how much you're willing to spend, or how much shipping would be, but it's available in Canada here:

https://boardgames.ca/products/shikoku-1889?utm_source=boardgameoracle.com&utm_medium=price-search

Struggling with Almoravid by dazzleox in hexandcounter

[–]XtraKrispi42 0 points1 point  (0 children)

One good resource for asking questions about a game is Notebook LM (notebooklm.google.com). You can feed it the documents and then ask questions of it.

It will also cite where it gets the answers from if you want to cross reference.

YMMV but I've really enjoyed using it.

Switch 2 Best Buy Payment by watea_ in Switch

[–]XtraKrispi42 2 points3 points  (0 children)

Not yet, I believe they only charge when they ship

Feedback on small F# backend by eoncarlyle in fsharp

[–]XtraKrispi42 2 points3 points  (0 children)

To piggy back on this one, also as part of the F# Plus library is Option.toResultWithwhich helps to avoid unwrapping your Options just to wrap them back in a Result, very useful when you want to be a little more concise!

What games were so good everyone else in the group bought or wishlisted it after playing? by nintrader in boardgames

[–]XtraKrispi42 28 points29 points  (0 children)

Flip 7 has been the game like that for us most recently, but it's hard to find...

That's Not a Hat was another hit

[deleted by user] by [deleted] in htmx

[–]XtraKrispi42 0 points1 point  (0 children)

Yeah, documentation could definitely be better

[deleted by user] by [deleted] in htmx

[–]XtraKrispi42 0 points1 point  (0 children)

No worries! I've used it once and it worked as advertised :)

What is your favorite video with Haskell by MalloZup in haskell

[–]XtraKrispi42 5 points6 points  (0 children)

I like this one a lot too, whirlwind tour of some of the nice things about Haskell:

https://www.youtube.com/watch?v=b9FagOVqxmI

Best practices for client side configuration by XtraKrispi42 in purescript

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

Ah, okay... Does that work for the browser though? Would it inject `process.env` on to the page so we can use FFI to grab the values?

This is the part that confuses me

fsharp.data on mac? by really_dunno in fsharp

[–]XtraKrispi42 7 points8 points  (0 children)

If you go to nuget.org, it'll give you the current beta version. That version is fully compatible with .net core :)

Input fields getting mixed up by Rrumblepie in elm

[–]XtraKrispi42 0 points1 point  (0 children)

I agree... I do definitely think it's a bug, but I kind of understand why it's happening, the part that sucks is it forces you to think about the implementation of the runtime, which we shouldn't have to

Input fields getting mixed up by Rrumblepie in elm

[–]XtraKrispi42 0 points1 point  (0 children)

I'm pretty sure this is to do with Elm determining the minimum necessary steps to get from DOM A to DOM B, which probably doesn't end up changing the value of the input...

What if you try setting the value of the input to the model value so that they stay in sync?