Albert Alises
Albert Alises
**The problem** `ellipsizeMode` on `Text` component does not work. the produced css is always `text-overflow: ellipsis` regardless of the value of the ellipsizeMode e.g `ellipsizeMode: "clip"`. **How to reproduce** Example:...
The bypass proptype from tunaJS was set as a number, and while evaluating to falsy/truthy, I think it is better to set them as booleans the way that tuna does....
Hello! Thanks for this amazing project :musical_score: I have noted that in the effects file, the tunaJS bypass propTypes are set as propTypes.number. Shouldn't it be propTypes.bool? [Test file of...
Hello, I would like to ask which is the current status of the TRK Fiber loader for ami.js , is it usable? can you load a TRK model in a...
Now router accepts querystrings, parsed into a prop named `search`. When specifying querystrings on the URL, the routes will also match.
Currently `preact-routlet` does not support **querystrings** on the URL (e.g `/testpath?foo=bar&zzz=baz`). When adding them to a url, the router does not recognize the path. It would be nice to implement...