Simon

Results 9 issues of Simon

First of all, thank you for putting such an amazing library. It utilizes both typescript and javascript really well, producing such an empowering and comprehensive developer experience :) I found...

I want to get access to WASM module memory similar to https://rustwasm.github.io/book/game-of-life/implementing.html#rendering-to-canvas-directly-from-memory From the tutorial: ```ts // Import the WebAssembly memory at the top of the file. import { memory...

cssnano v 4.1.7 ```css .style { border-image: linear-gradient(to right, rgba(230, 232, 235, 0), #e6e8eb) 0 0 0 100%; border-left: 60px; border-top: 0; border-right: 0; border-bottom: 0; } ``` is translated...

bug

Thanks so much for working on the project! I want to build a small js playground on the web and I couldn't make `quickjs-emscripten` work :( I forked the project...

# Objective Remove `MeasureFunc` and make custom measurements faster and mode intuitive Fixed #57 Left: - [ ] add code docs and update changelog - [ ] make sure that...

code quality
controversial

## What problem does this solve or what need does it fill? The issue is as old as flex box: spacing between elements ## What solution would you like? Implement...

bug
enhancement
breaking-change

This snippet doesn't work in a web worker but works fine in `main.ts` ```ts // worker.ts import module from "../crate/Cargo.toml"; module.run(); ``` It seems that the issue is that it...

Currently we benchmark with .NET 6 JIT, while it is awesome to have something going, we probably want a closer to Fabulous actual use case: mobile AoT compilation with Mono....

## Context As it stands we have boxing/unboxing shenanigans accessing Attribute values. simplified pseudocode: ```fs let paddingKey = 4424 // opaque int number let paddingValue = 3.14 // float value...