Rigidity

Results 69 comments of Rigidity

Yeah, it might not be sRGB specifically, but I made a `Purple` cube using the `Material` system to make a texture, and when doing it manually with a color, it's...

I think performance should still be a consideration, since features are additive - if you depend on `clvm_tools_rs` and `clvmr` in your project for instance, and `clvm_tools_rs` enables the feature,...

This is very exciting, looking forward to being able to generate type stubs! Currently we have this lengthy and hard to maintain Python script for doing so, which we have...

@felixbrucker looks like there's now a conflict presumably due to https://github.com/Chia-Network/chia-blockchain/pull/17209 A comment/warning in the default config would also be nice to have, explaining that if you use this option...

I'm having the same problem. Also using Copilot + CMP: ![image](https://github.com/hrsh7th/nvim-cmp/assets/35380458/d27ffc18-ffb5-4810-9fa7-846bf927c8b3)

> So far I've only seen comments/images that mention/show macOS; if this is the case, perhaps it's an OS specific issue? I'm on Ubuntu

Hello, I'm wondering if there's any open source solution for using the Android keyring yet? I'm building an app which needs to store an encryption key in the system's native...

Same here! Lag when resizing and moving the window.

> In general, there are opportunities to improve the protocol design as new messages are added. Subscriptions essentially open a "channel" multiplexed over the message stream, so we could introduce...

> Generally speaking, having multiple potential responses to a particular request is annoying. It means when a client makes a request, it has multiple message IDs it needs to wait...