Kyle Corbitt
Kyle Corbitt
Records do implement most of the same methods as maps (although I'm not sure about all of them), plus the ability to access the defined fields using property access syntax...
I also would love to see this functionality. Also, I agree with @wmertens -- a principle draw of the proposed functionality for me is that it's lightweight. I don't want...
It looks like the bug on the Emscripten side (https://github.com/emscripten-core/emscripten/issues/14198) was fixed as of November of last year. Would it be possible to cut a new h3-js release with the...
> I will note that the reason why emscripten was not updated for this project was due to performance regressions with asm.js Oh interesting, I wasn't aware! Are there benchmarks...
I'd like to nominate `setTypeface(Typeface,int)` for manual implementation. It's the easiest way to style text in italics or underlined, and I use that in a few places. I'm happy to...
FYI I'm running into this same issue on iOS, so I don't think it's platform-dependent. I worked around it by adding `marginRight: -1` to my `optionContainerStyle`, but it's weird that...
Seems like a great change. Would also vote to merge this and get a new version published!
The values in `publishConfig` should overwrite the relevant top-level values in the base `package.json`. Here's the documentation for how pnpm does it: https://pnpm.io/package_json#publishconfig
Note that for anyone else watching this issue who missed the news, there's an active PR in to vLLM to add most of the tricks from the S-LoRA paper, which...
This is very close to being live; we have an active branch where this is working and it should be merged sometime this week or next!