Dara Rockwell

Results 9 comments of Dara Rockwell

Workaround that works: 1. Have participants resize the terminal window to what they would like it to be. 2. Close shared terminal 3. Create new shared terminal Terminals will now...

Ouch. Still not supported?

@justsml @chhatch Yeah, that's what I figured it was doing. Is there a more elegant way to decide that we're removing an item besides adding a flag alongside the item?...

This is still failing with both of the following: ```typescript import { ruleFactory } from '@elite-libs/rules-machine'; const things = [ { name: "ABC" }, { name: "DEF" }, { name:...

Link to Repl: https://replit.com/@dara-rockwell/DearPortlyEmulator#index.ts

Found what may be the source of the problem: ```typescript import { ruleFactory } from '@elite-libs/rules-machine'; const things = [ { rateCode: "Z2H", provider: "Marriott", shouldKeep: false }, { rateCode:...

@chhatch @justsml Replit for the above example: https://replit.com/@dara-rockwell/Rules-Machine-Custom-Functions#index.ts

If the answer here is "no", maybe the README should be updated to reflect that this project is abandoned.