Jonathan White

Results 99 comments of Jonathan White

I'm sure binaryen has been considered during this discussion, but just incase it hasn't and can prove useful for dart2wasm, here's a [link](https://github.com/WebAssembly/binaryen)

It would be great as well if we had a way to back out of menus like settings and plugins. We have to close the window and then open again...

Hi, did you ever get the support you were looking for?

Not me I had a client that wanted to know about this, but not anymore.

I downloaded the files about a week ago and ran them. I'm not sure if they've updated since then. On Apr 9, 2017 2:36 PM, "Zero3K" wrote: > I thought...

Isn't there a command to list current directory so you can find the jar file in there? Or, is that more of an issue with bash not providing the variable/function...

Understandable. Would it be possible to encapsulate relay.jar in the gnirehtet executable? I think I used to do something similar in c++ or Java a while ago On Apr 10,...

I guess it wouldn't. Thanks for your quick responses! On Apr 10, 2017 9:19 AM, "Romain Vimont (®om)" wrote: > Would it be possible to encapsulate relay.jar in the gnirehtet...

Hey. I would guess that it would be something like... of course wildly open for suggestions. ```dart { paramName: Diff(presentIn: obj1, value: value) } ``` ```dart class Diff{ T presentIn;...

@phamnhuvu-dev it would be a custom class that extends equatable. From what I know, your methods return a boolean value. This is going to have a Set.difference-like functionality