Vladilen

Results 4 issues of Vladilen

### Input code ```rust import * as prettier from "prettier"; import * as rustPlugin from "prettier-plugin-rust"; export async function formatMove(content: string, prettierConfigPath?: string): Promise { let config; if (prettierConfigPath) {...

Does tfhe support compiled deployment on wasm? I'm trying to reference the tfhe lib in the wasm environment. code: ```toml tfhe = { version = "0.6.1", features = [ "boolean","shortint",...

feature_request

## Description I'm currently running a local Sui node and working on a custom indexer that needs to consume checkpoint stream data in real-time. ## Question So I'd like to...

version: `^3.87.0` ## Description I set a text in the page with no background, but it's inexplicably has a black background. this is my code: ```ts // render out the...

🐛 3rd Party Lib Bug