Peter Fitzgibbons
Peter Fitzgibbons
Actually the docker "engine" (Docker for Mac, Docker for Windows) now runs native on each platform. Testing a configuration this morning that spins up a VNC server inside the instance,...
Maybe : table_config = { cols: 3, header:true, gridlines:true, ... } Shoes::Table(table_config) do my_data.map{|d| [d.name, d.size, d.age] } end
+1 for "canBeDroppedOn: anObject" and "accepts: anObject" In general, I find smalltalk to always be the right-headed object-orientation example. Peter Fitzgibbons (847) 859-9550 Email: [email protected] IM GTalk: peter.fitzgibbons IM AOL:...
Yep, agreed... genius! +1 for the DSL. "droppables" are identified by drag: true, "drop targets" are identified by drop: What would be the potential drop-opts ? Peter Fitzgibbons (847) 859-9550...
I agree with @ashbb, access to contents is freedom, operations on contents are dependent upon the implementation framework. I think if we .frozen the result of #contents then the usage...
Doesn't move in general require a destroy/build of the gui object? Peter Fitzgibbons (847) 859-9550 Email: [email protected] IM GTalk: peter.fitzgibbons IM AOL: [email protected] On Wed, Nov 7, 2012 at 12:42...
yes xfce is part of the docker environment so it can display the linux desktop (XFCE) via novpn (the web url). eventually I would modify the Dockerfile so it can...
@PragTob, @wasnotrice Yes, in this ticket I expected us to research and implement the end-user "download and install" part of the Shoes lifecycle. You are right, #124 is for the...
@kavilla Made this Draft, fixed DCO, and fixed the base-branch, so my one commit is now clear. Any advice/recommended changes on my approach or code-style on this?
I’m +1 in this idea as I usually cannot mentally parse straight C on any relatively complex app. Rust encourages easier organization and readability (so I’ve heard). That said, I...