Ewout Stortenbeker

Results 37 comments of Ewout Stortenbeker

Sorry, possibly posted in the wrong repository. I'm using the standard jasmine package from npm (v3.7.0)

Your bigints now are stored as strings in the db, that's why they don't sort ok. I'm working on bigint support now, check latest commits

Support for `bigint` has now been implemented and published in v1.22.0! [![Spread the word](https://user-images.githubusercontent.com/26569719/169265089-3d593555-e1ad-4390-986b-877ac2c38a47.svg)](https://twitter.com/intent/tweet?button=&url=https://github.com/appy-one/acebase&text=I'm+using+@AcebaseRealtime+in+my+project+to+make+my+life+easier!&button=) [![contribute](https://user-images.githubusercontent.com/26569719/169265318-30c4c6a5-7c89-46a0-a7a2-ef433a8192f4.svg)](https://github.com/appy-one/acebase#contributing) [![Sponsor AceBase](https://user-images.githubusercontent.com/26569719/168233053-8e56b243-4140-40ab-9a30-4cb3cc149bfe.svg)](https://github.com/sponsors/appy-one)

Thanks for reporting, I'll take a look!

I published the fix in v1.22.0! [![Spread the word](https://user-images.githubusercontent.com/26569719/169265089-3d593555-e1ad-4390-986b-877ac2c38a47.svg)](https://twitter.com/intent/tweet?button=&url=https://github.com/appy-one/acebase&text=I'm+using+@AcebaseRealtime+in+my+project+to+make+my+life+easier!&button=) [![contribute](https://user-images.githubusercontent.com/26569719/169265318-30c4c6a5-7c89-46a0-a7a2-ef433a8192f4.svg)](https://github.com/appy-one/acebase#contributing) [![Sponsor AceBase](https://user-images.githubusercontent.com/26569719/168233053-8e56b243-4140-40ab-9a30-4cb3cc149bfe.svg)](https://github.com/sponsors/appy-one)

Hi Neville, great to see you again! I'll take a look.

I've added a new setting to the constructor function that allows the "banner ad" to be hidden. Check #100 for more info.. Regarding the documentation, can you (or anyone reading...

For typed arrays there is no need to check each entry for type equality since there is no way you can store something else than a number in a typed...