Jason Milkins

Results 290 comments of Jason Milkins

Ultimately it's up to @kasper, but I wanted to address this, because it's better to leave this sort of thing for users to deal with. It's much better for Phoneix...

Thanks for taking my note in the intended spirit. The fragility of JS tool chains (ie. their propensity to churn) is a bit of a rabbit hole.

Basic feature set: ## Grid prototype - set grid size ({w:units,h:units}) absolute - adjust grid size ({w: delta, h: delta}) - get width - get height ## Layout prototype TBC......

@metakirby5 implemented a JS repl (and bash shell invocation) in their config: https://github.com/metakirby5/.dots/blob/master/osx/.phoenix.js Cmd + Opt + ; - will start JS repl mode. I'd suggest adding some functions to...

Alternatively we could add server/socket control to the Phoenix JS API. e.g. https://github.com/zwopple/PocketSocket

I'd like to have a crack at it, hopefully I'll have some time this weekend.

I was thinking this might be do-able using a socket, didn't get time over the last couple of weekends, hopefully the christmas period will gift me some spare time ;)

I was trying to do this today, but after building and running the Debug release from source, I only see this in Safari > Develop > `machine-name` ... I've tried:...

Cool I'll try adding it locally to get moving

My debug entitlements now look like this... ```xml com.apple.security.cs.disable-library-validation com.apple.security.get-task-allow ``` Am I doing it right? Safari still doesn't see JSContext