Ben Lu
Ben Lu
I think this is an implementation issue, probably to do with your code rather than this library
fwiw, imo, I think we should break on spaces and not just non word characters, I don't think that if a word has a symbol, I don't want to break...
@christian-bromann Does it work in specific cases? It seems like the examples on the website don't work, and so this feature doesn't exist, and a waste of time for others...
I saw that webdriverio 7 supports mock, I'm not sure what value saucelabs intercept has over webdriver's mock
Thanks, I see, I guess if we end up using this we'll need to write a wrapper around them
> > 1. git integration (hide / dull out hidden files) (fzf can be customised to only search on git recognised files) > > By "hidden" you mean untracked or...
I was curious if supporting the AppleScript commands would be sufficient here. I don't really understand how the objects and interfaces are defined, but maybe it's a minimal object export...
Okay, I'm not really sure how objects get exported for scripting by macOS, it did feel like less work than doing the rearchitecture, but I wouldn't know 🤷♂️
Just as context, how Reminders works: ```js function run(args) { var Reminders = Application("Reminders"); lists = Reminders.lists; for (var i = 0; i < lists.length; ++i) { console.log(lists[i].name()); } }...
Oh sorry for the repeated messages, I was thinking, the easiest way might actually just to persist it on disk somewhere? Just export a structured json when the underlying data...