Re: Newest little Harbs (was Re: Null pointer errors)

2018-05-03 Thread Carlos Rovira
hehe, not geek but very related! Beautiful name! :) 2018-05-03 22:14 GMT+02:00 Harbs : > Funny, but you weren’t very far off… ;-) > > We named our daughter Malka which is Hebrew for queen. (No, it was not > because of Royale. I might be a geek but my wife definitely is

Re: Newest little Harbs (was Re: Null pointer errors)

2018-05-03 Thread Harbs
Funny, but you weren’t very far off… ;-) We named our daughter Malka which is Hebrew for queen. (No, it was not because of Royale. I might be a geek but my wife definitely is not. ;-p She was named after a grandmother.) So she does in fact have a “Royale” name… :-) Harbs > On May 2, 2018, at

Re: Newest little Harbs (was Re: Null pointer errors)

2018-05-02 Thread OmPrakash Muppirala
Fantastic news, Harbs. Welcome to the little one :-) Thanks, Om On Wed, May 2, 2018 at 9:10 AM, Dave Fisher wrote: > Harbs! > > Little Flexy! Mazel Tov! > > Regards, > Dave > > > On May 2, 2018, at 9:03 AM, Alex Harui wrote: > > > > That can

Re: Null pointer errors

2018-05-02 Thread Alex Harui
Harbs, First, I can't believe you have time to code just after having another baby. But anyway, is your goal to convert these structures to AS or to replicate the Restructure library in AS? Seems like if you want lazy instantiation, you should be using Restructure in AS. That said, in AS, we

Re: Null pointer errors

2018-05-02 Thread Harbs
Here’s a fun one: var MinMax:Struct = new Struct({ minCoord: new Pointer(r.uint16, BaseCoord), // May be NULL maxCoord: new Pointer(r.uint16, BaseCoord), // May be NULL featMinMaxCount:r.uint16,// May be 0 featMinMaxRecords:

Re: Newest little Harbs (was Re: Null pointer errors)

2018-05-02 Thread Dave Fisher
Harbs! Little Flexy! Mazel Tov! Regards, Dave > On May 2, 2018, at 9:03 AM, Alex Harui wrote: > > That can be her middle name. > > -Alex > > PS: Really not liking Outlook 2016 on the Mac. Can't figure out how to enter > emojis. > > On 5/2/18, 9:01 AM, "Harbs"

Re: Newest little Harbs (was Re: Null pointer errors)

2018-05-02 Thread Alex Harui
That can be her middle name. -Alex PS: Really not liking Outlook 2016 on the Mac. Can't figure out how to enter emojis. On 5/2/18, 9:01 AM, "Harbs" wrote: What about Flex? FlexJS? ;-p > On May 2, 2018, at 6:50 PM, Alex Harui

Re: Newest little Harbs (was Re: Null pointer errors)

2018-05-02 Thread Piotr Zarzycki
We are truly family! Choosing name for baby! :) 2018-05-02 18:00 GMT+02:00 Harbs : > What about Flex? FlexJS? ;-p > > > On May 2, 2018, at 6:50 PM, Alex Harui wrote: > > > > Whatever you do, do not name her "Royale" __ > > -- Piotr Zarzycki

Re: Newest little Harbs (was Re: Null pointer errors)

2018-05-02 Thread Peter Ent
Congratulations! I hope all are doing well. ‹peter On 5/2/18, 9:35 AM, "Harbs" wrote: >Well, how about a baby sister? ;-) > >We just had a baby girl about a half hour ago. :-) > >(I¹ll post a picture as soon as I take one.) > >Harbs > >> On May 1, 2018, at 11:33 PM, Alex

Re: Null pointer errors

2018-05-02 Thread Alex Harui
What do some of the actual structs look like? The Restructure library/language looks like an attempt to strongly-type data structures. I've been told that type-inferencing is a key part to performance in JS in the browser. But as we look into the future at other output types, statically

Re: Newest little Harbs (was Re: Null pointer errors)

2018-05-02 Thread Carlos Rovira
Congrats for the new baby Harbs, to you and your wife! Hope the best in this new adventure!! :) Carlos 2018-05-02 16:13 GMT+02:00 Olaf Krueger : > Congratulations! That is great news! > I wish you and your family all the best!! > > Olaf > > > > -- > Sent from:

Re: Newest little Harbs (was Re: Null pointer errors)

2018-05-02 Thread Olaf Krueger
Congratulations! That is great news! I wish you and your family all the best!! Olaf -- Sent from: http://apache-royale-development.20373.n8.nabble.com/

Re: Newest little Harbs (was Re: Null pointer errors)

2018-05-02 Thread Angelo Lazzari
Congrats Harbs!!! and welcome to the new arrived! El mié., 2 may. 2018 a las 15:58, Piotr Zarzycki () escribió: > Wow! :) Congrats! Looking forward to the first contribution! :) > > 2018-05-02 15:54 GMT+02:00 Harbs : > > > Thanks! Good one! :-D >

Re: Newest little Harbs (was Re: Null pointer errors)

2018-05-02 Thread Piotr Zarzycki
Wow! :) Congrats! Looking forward to the first contribution! :) 2018-05-02 15:54 GMT+02:00 Harbs : > Thanks! Good one! :-D > > Here’s me with the little one: > https://www.dropbox.com/s/1t64p020n7jw4e2/IMG_4571.JPG?dl=0 < >

Re: Newest little Harbs (was Re: Null pointer errors)

2018-05-02 Thread Dany Dhondt
Congratulations!!! That's definitely a royale gift! -d Op 2 mei 2018 om 15:35 uur uur schreef Harbs : Well, how about a baby sister? ;-) We just had a baby girl about a half hour ago. :-) (I’ll post a picture as soon as I take one.) Harbs On May 1, 2018, at 11:33 PM,

Newest little Harbs (was Re: Null pointer errors)

2018-05-02 Thread Harbs
Well, how about a baby sister? ;-) We just had a baby girl about a half hour ago. :-) (I’ll post a picture as soon as I take one.) Harbs > On May 1, 2018, at 11:33 PM, Alex Harui wrote: > > I can think of better graduation gifts than the chance to learn the compiler

Re: Null pointer errors

2018-05-02 Thread Harbs
Nope. They are data structures that are constructed from binary data. They are also generally lazily initialized (which makes a huge difference in performance and memory footprint). Basically, there are tens of tables which might, or might not exist in any given font. The tables might or might

Re: Null pointer errors

2018-05-02 Thread Alex Harui
Are the objects JSON objects? We have a utility that tries to convert JSON to AS3 ValueObjects by guessing the data types. If the objects are externally instantiated, then you only really need typedefs and can avoid the memory overhead of the definitions. -Alex On 5/1/18, 11:40 PM, "Harbs"

Re: Null pointer errors

2018-05-02 Thread Harbs
Well, with font parsing there are SOOO MANY different data structures that it’s almost impossible to avoid using Object. Even if it was possible (which I’m not sure of), it’ll probably take me weeks or months and countless classes (with all the memory penalties of doing so) to cover all the

Re: Null pointer errors

2018-05-02 Thread Alex Harui
Hmm. That's what you get for using Object __ The code expects the expression for the initial value to resolve to a definition (so we know if we need to coerce it), but once you switch to Object, it won't resolve. In this case,we don't know the type of "offsets". The quick fix is to just

Re: Null pointer errors

2018-05-02 Thread Harbs
FYI, I just tried reverting some changes, and it seems that not all the errors were due to void 0: This code: var glyfPos:int = this._font.getTable('loca').offsets[this.id]; var nextPos:int = this._font.getTable('loca').offsets[this.id + 1];

Re: Null pointer errors

2018-05-01 Thread Piotr Zarzycki
> > > >Harbs > > > >(P.S. Sorry I’ve been so quiet lately. Life has been pretty busy… ;) ) > > > >> On May 1, 2018, at 7:03 PM, Alex Harui <aha...@adobe.com.INVALID> > wrote: > >> > >> What is the call stack for the null pointer? >

Re: Null pointer errors

2018-05-01 Thread Harbs
>> What is the call stack for the null pointer? >> >> On 5/1/18, 5:05 AM, "Harbs" <harbs.li...@gmail.com> wrote: >> >> I’m trying to compile a library using comic and I’m getting a **LOT** of >> null pointer errors. They seem to be relate

Re: Null pointer errors

2018-05-01 Thread Alex Harui
ote: > > I’m trying to compile a library using comic and I’m getting a **LOT** of null pointer errors. They seem to be related to missing type information, although I’m not completely sure why the missing type information is causing these errors. > >Some of t

Re: Null pointer errors

2018-05-01 Thread Harbs
is the call stack for the null pointer? > > On 5/1/18, 5:05 AM, "Harbs" <harbs.li...@gmail.com> wrote: > >I’m trying to compile a library using comic and I’m getting a **LOT** of > null pointer errors. They seem to be related to missing type information, > a

Re: Null pointer errors

2018-05-01 Thread Alex Harui
What is the call stack for the null pointer? On 5/1/18, 5:05 AM, "Harbs" <harbs.li...@gmail.com> wrote: I’m trying to compile a library using comic and I’m getting a **LOT** of null pointer errors. They seem to be related to missing type information, although I’m not com