Re: [ANN] Akasha: Typed Browser API version 0.24 released

2021-09-15 Thread Peter Donald
Hi, On Wed, Sep 15, 2021 at 6:27 PM Jens wrote: > really interesting work, but don't you think something like feature > detection should be handled by a dedicated library like Modernizr for > example? You likely want to check for vendor prefixed support when you do > feature detection. > It

Re: [ANN] Akasha: Typed Browser API version 0.24 released

2021-09-15 Thread Jens
Hi, really interesting work, but don't you think something like feature detection should be handled by a dedicated library like Modernizr for example? You likely want to check for vendor prefixed support when you do feature detection. -- J. peter.j...@gmail.com schrieb am Dienstag, 14.

[ANN] Akasha: Typed Browser API version 0.24 released

2021-09-13 Thread Peter Donald
Akasha is a typed browser API layer that is always up to date with the latest web specifications. Several significant changes have been made since the 0.17 announced to this group. The major changes include: - The ability to test for features before using the feature using methods such as

[ANN] Akasha: Typed Browser API version 0.17 released

2021-08-02 Thread Peter Donald
Akasha is a typed browser API layer that is always up to date with the latest web specifications. Changes since the 0.14 release include: - Convert the following types into const enum representation to improve usability in the java binding. The types modified include:

[ANN] Akasha: Typed Browser API version 0.14 released

2021-07-17 Thread Peter Donald
Akasha is a typed browser API layer that is always up to date with the latest web specifications. The release includes 75 non breaking API changes and 285 breaking API changes. Changes in this release: * Update the `Permissions` spec to the `W3C Working Draft, 13 July 2021` version. This

[ANN] Akasha: Typed Browser API version 0.13 released

2021-07-13 Thread Peter Donald
Akasha is a typed browser API layer that is always up to date with the latest web specifications. Changes in this release: * Add the WebGPU spec with version W3C Working Draft, 12 July 2021 to the set of specifications which the API is generated from. This specification and the corresponding

Re: [ANN] Akasha: Typed Browser API

2021-06-15 Thread Andrea Stocchero
For INTL Number and Date format, there is an implementation here: https://github.com/pepstock-org/Charba/tree/master/src/org/pepstock/charba/client/intl If you are not using that chart lib, it could be a starting point. Il giorno martedì 15 giugno 2021 alle 00:54:56 UTC+2 peter.j...@gmail.com

Re: [ANN] Akasha: Typed Browser API

2021-06-14 Thread Peter Donald
On Tue, Jun 15, 2021 at 6:59 AM foal wrote: > Hi, do you have support for Intl API? Not as yet. It is a javascript specification rather than a browser interface specification which means there is no WebIDL to use to generate the API. This would mean I would need to write the WebIDL or manually

Re: [ANN] Akasha: Typed Browser API

2021-06-14 Thread foal
Hi, do you have support for Intl API? S. On Thursday, May 27, 2021 at 1:11:21 AM UTC+2 peter.j...@gmail.com wrote: > What is Akasha? > > Akasha is a typed browser API layer that is always up to date with the > latest web specifications. These API layers are intended to simplify > writing

[ANN] Akasha: Typed Browser API 0.12 released

2021-06-13 Thread Peter Donald
Akasha is a typed browser API layer that is always up to date with the latest web specifications. Changes in this release: * Add the `WebCodecs` spec with version `W3C Working Draft, 11 June 2021` to the set of specifications which the API is generated from. * Update the `Geolocation API` spec

Re: [ANN] Akasha: Typed Browser API

2021-06-06 Thread lofid...@gmail.com
Hi Peter, ... also I tweet your new lib Akasha: https://twitter.com/lofidewanto/status/1401629502715973641?s=21 Cool work! Lofi lofid...@gmail.com schrieb am Sonntag, 6. Juni 2021 um 21:43:50 UTC+2: > Hi Peter, > > thanks a lot for your PR, I accepted it and I add GitHub Actions for >

Re: [ANN] Akasha: Typed Browser API

2021-06-06 Thread lofid...@gmail.com
Hi Peter, thanks a lot for your PR, I accepted it and I add GitHub Actions for building the projects: https://github.com/lofidewanto/jsinterop-simple-jsframework-example Cheers, Lofi peter.j...@gmail.com schrieb am Freitag, 28. Mai 2021 um 01:16:45 UTC+2: > On Thu, May 27, 2021 at 11:10 PM

Re: [ANN] Akasha: Typed Browser API

2021-05-27 Thread Peter Donald
On Thu, May 27, 2021 at 11:10 PM lofid...@gmail.com wrote: > Great work Peter! > > I like the APIs from Akasha (former WebTack). > > If someone wants to compare the APIs from *Elemental2* and *Akasha* > checkout this example: > >- Elemental2 in IndexDB: > >

Re: [ANN] Akasha: Typed Browser API

2021-05-27 Thread lofid...@gmail.com
Great work Peter! I like the APIs from Akasha (former WebTack). If someone wants to compare the APIs from *Elemental2* and *Akasha* checkout this example: - Elemental2 in IndexDB:

Re: [ANN] Akasha: Typed Browser API

2021-05-27 Thread Peter Donald
On Thu, May 27, 2021 at 5:52 PM Vassilis Virvilis wrote: > That supersedes elemental2. And the API is not the same (AFAICT) so we are > going to have some inevitable churn in our code base. > The APIs are different but not substantially so - it took us a couple of hours to convert our code

Re: [ANN] Akasha: Typed Browser API

2021-05-27 Thread Vassilis Virvilis
Very interesting. That supersedes elemental2. And the API is not the same (AFAICT) so we are going to have some inevitable churn in our code base. Will this be endorsed by GWT as elemental2 replacement? I tried to find the gitnub page for the project (found it: https://github.com/akasha/akasha)

Re: [ANN] Akasha: Typed Browser API

2021-05-26 Thread Juan Pablo Gardella
That's awesome!! Thanks a lot Peter! On Wed, May 26, 2021, 8:11 PM Peter Donald wrote: > What is Akasha? > > Akasha is a typed browser API layer that is always up to date with the > latest web specifications. These API layers are intended to simplify > writing web applications in languages

[ANN] Akasha: Typed Browser API

2021-05-26 Thread Peter Donald
What is Akasha? Akasha is a typed browser API layer that is always up to date with the latest web specifications. These API layers are intended to simplify writing web applications in languages other than pure-Javascript. Akasha currently provides: - Closure-compiler