Krzysztof Maczyński
Krzysztof Maczyński
The explanation of "The chicken-egg problem" says: > The relationship between object and type can't be reproduced in pure python. To be more precise the following relationships can't be reproduced...
The last point in [B Additions and Changes That Introduce Incompatibilities with Prior Editions](https://402.ecma-international.org/8.0/#annex-incompatibilities) mentions the 9th edition.
Currently it only works with the default `source`. And I need to connect to one server which uses another.
My system: ``` $ uname -a Linux aeternitas 5.10.2-2-MANJARO #1 SMP PREEMPT Tue Dec 22 08:14:42 UTC 2020 x86_64 GNU/Linux ``` And when trying to install darksnow 0.7.1-1 from Pamac...
I suggest adding to _23.1.3.30.1 SortIndexedProperties ( obj, len, SortCompare, holes )_ the requirement that (unless the container is modified during sorting or some other shenanigans occur) _SortCompare_ be only...
I propose that there be an easy way to test if a given `Reference` instance is constant or mutable. Perhaps a boolean property, a static method or a subclass.
The `void` keyword naturally fits in "other unary operator function". Would also `{new}`, and `{.}` be overkill?
``` class C { #x #y // add a new field static isC(o) { return #x in o // do we need to update it to // return #x in...
From the main **proposal-record-tuple**'s issue [#106](https://github.com/tc39/proposal-record-tuple/issues/106) verbatim (raised here per suggestions from @rricard and @littledan): Question! What happens if the deep path does not exist in the value that is...
The `textarea` for code is small and the Run button has no visible effect. Probable cause is logged in the console: >Loading failed for the with source “https://wurfl.io/wurfl.js”. [code.world:182:62](https://code.world/) >Uncaught...