Peter Hoddie

Results 28 issues of Peter Hoddie

I would like to suggest a few small improvements to [firmware/stackchan/manifest.json](https://github.com/meganetaaan/stack-chan/blob/main/firmware/stackchan/manifest.json). 1. For the HTTP module, use the manifest provided by the Moddable SDK. Simply add `$(MODDABLE)/modules/network/http/manifest.json` to the `include`...

In reviewing the patch for #3358, I overlooked a difference in `map` between `Array` and `TypedArray` behaviors. For `Array`, `map` is [defined to call](https://tc39.es/ecma262/multipage/indexed-collections.html#sec-array.prototype.map) `HasProperty` for each element. It only...

The XS JavaScript engine is designed to run on resource constrained embedded hardware. It runs EcmaScript 2021 on devices with as little as 16 KB of RAM. We have typically...

valid and awaiting action

### Current Behavior If a value in a CSV field is the string `"undefined"` it will be not be included in the output. ### Expected Behavior The string `"undefined"` should...

bug

### Current Behavior When using the Change node with `move`, if the property is moved to itself, the property is deleted. ### Expected Behavior If a property is moved from...

needs-triage

During the May Moddable Community Call ([video replay](https://www.youtube.com/watch?v=DOLEeOOwAMw)), @meganetaaan mentioned that reducing network is a priority for Stack-chan. This is important so that Stack-chan can respond to the user as...

Discovered by an XS bug: https://github.com/Moddable-OpenSource/moddable/issues/941 by @mhofman. Executing `BigInt("+42")`should succeed but failed with `SyntaxError: BigInt: Cannot coerce string to bigint`. test262 does not appear to contain a test with...

This idea may be stretching the scope of fontbm a bit much, but... ...we sometimes render a few characters of a font using an outline renderer. This is great for...

enhancement

Following the release of QOI, we have been [discussing](https://github.com/Moddable-OpenSource/moddable/discussions/764) the possibility of whether to support a new lossless image format to the [Moddable SDK](https://github.com/moddable-opensource/moddable). QOI is impractical because of the...

The excellent [notes](https://github.com/tc39/test262/pull/3994#issuecomment-1997745956) from @anba on additional tests made me realize that XS does not implement these methods as expected by the spec text. > `Uint8Array.prototype.setFrom{Base64,Hex}` doesn't modify the typed...