wtaysom
07/21/2022, 6:21 AMthe.package_bid = some_package_bid
, we can talk about the.price
, the.bidder
, even the.previous(:round).price
short for what might usually amount to going up and down a tree:
some_package_bid.area_bid.round_bid.round.previous.
round_bid(some_package_bid.area_bid.round_bid.bidder).
area_bid(some_package_bid.area_bid.area).
package_bids(some_package_bid.encumbrance_level).
find{_1.option == some_package_bid.option}.
price
Daniel Garcia
07/24/2022, 5:39 PMwtaysom
07/26/2022, 6:32 AMelse {{showMessage(PICK_EMPTY_CELL, player)}}
?
⢠In the "Search functions by name" field, if I write "turn", winInColumns
matches. I have no idea why.
⢠I find the asymmetry between the CALL TREE area and the main area a little jarring. I mean in the CALL TREE, a function can be shown, hidden, or unlisted whereas in the main area, a function can be shown, collapsed, or unlisted.
Honestly though. This is very neat. I like the mouseover references. I see a lot of potential. I love how the URL encodes the view state. That is slick.Daniel Garcia
07/29/2022, 8:52 PM⢠What's with the extra brackets in conditionals e.g.A bug š?else {{showMessage(PICK_EMPTY_CELL, player)}}
In the "Search functions by name" field, if I write "turn",š¤ That's weird, I'm using a fuzzy search package, I'll take a look into itmatches. I have no idea why.winInColumns
I find the asymmetry between the CALL TREE area and the main area a little jarring. I mean in the CALL TREE, a function can be shown, hidden, or unlisted whereas in the main area, a function can be shown, collapsed, or unlisted.Yeah the UX is pretty much WIP. So I have many ideas of interactions but I'm still not sure which ones are useful š Close to the right, close, collapse, show/hide will have really different use cases, but I can't be sure which ones to keep until I test them with a real project. Which takes me to the current work. I'm using the GitHub API to get the information, but it has a rate limit of 50 req/hour, so I haven't been able to play with a medium size project to see what's useful. Right now I'm working on the backend to add authenticated GitHub API requests which will increase the rate limit to 5,000/h. Anyways, I'd love to chat @wtaysom, are you available during the weekend?
wtaysom
07/30/2022, 8:23 AM"\\\\\\"
.