Philip Chimento
Philip Chimento
I've been experimenting with translating some examples from Apple's autolayout code to Emeus. Here is my translation of http://commandshift.co.uk/blog/2013/01/31/visual-format-language-for-autolayout/, as a gist: https://gist.github.com/ptomato/4f43834abc431705f515985fd8b53fcf (To run it, download the two files...
Here's a GJS script that illustrates the bug: ```js const Emeus = imports.gi.Emeus; const Gtk = imports.gi.Gtk; Gtk.init(null); let view = new Emeus.ConstraintLayout(); let widgets = { w1: new Gtk.Button({...
This is a process allowing contributors to submit well-motivated proposals to improve test262 using an RFC (Request For Commments) process which is adapted from a similar process in the Rust...
We briefly discussed in the maintainers' meeting of 2022-04-07, the `deepEqual` file in the harness has some problems in its semantics and we should at least encourage new tests not...
This was raised in the last test262 maintainers meeting by @gibson042. We agreed to start a thread about it on GitHub since in the maintainers meeting we are focusing on...
In https://github.com/tc39/proposal-temporal we are developing a polyfill in tandem with the proposal text, and using the polyfill to write the test262 tests that are intended to eventually be merged into...
See discussion in https://github.com/tc39/process-document/pull/32#issuecomment-949823455 This takes a "must" approach with PRs requiring consensus. If the outcome of the discussion is that PRs should be relaxed to a "should", I can...
Currently, it is technically possible for the following two operations to result in different local times and different time zones: ```js > date = new Date() > date.toTimeString() '13:43:47 GMT-0700...
This is a heads up about https://github.com/tc39/ecma262/pull/2781 If that is accepted, the operation LocalTZA will be removed from ECMA-262, and DefaultTimeZone will be added. That would require changes in ECMA-402,...
Related to Temporal, discussed in https://github.com/tc39/proposal-temporal/issues/526. Eras in a calendar must have a unique identifier. From https://github.com/tc39/proposal-temporal/issues/526#issuecomment-770131211: > We had a lengthy discussion about this today and decided to use...