Lach

Results 227 comments of Lach

At UniqueNetwork, we have developed and used evm-coder: https://forum.polkadot.network/t/introducing-evm-coder-a-library-for-seamless-call-translation-between-rust-and-solidity/2551 This crate provides evm abi compatibility with syntax, which is close to ink! macroses and solidity interface generation (With scale-info-like type...

It isn't limitation of synstructure, but easing of implementation, as it is harder to implement parsing of `trace(skip)` attribute Forgot about i changed this while making this PR, will implement...

Well, it was hard to implement prettier syntax using synstructure, and because everyone implements synstructure subset in own crates nowadays, i created this abdomination To use advantages of new macro...

Also experiencing with `nvim_input_mouse` when I try to enable https://github.com/lewis6991/hover.nvim ``` Caused by: 0: Error decoding response to request 'nvim_input_mouse' 1: Error while decoding 2: Value not an Array: '{"kind":...

This can be reproduced locally but with less consistency. It is crucial that you must have a gateway (= non-authoring node with archive pruning) in the local parachain network and...

BigQuery supports it: https://cloud.google.com/bigquery/docs/reference/standard-sql/functions-and-operators#is_distinct And ClickHouse support is partially implemented, in the same way as in MySQL: https://github.com/ClickHouse/ClickHouse/issues/54499 > So I think we need to consider that either columns are...

> Though how would be tell if a user is doing something obviously wrong? Well, If == will become completly not null-safe (Which it already is, it only handles null-safety...

I think your wine installation is somehow broken > import_dll Library d3d11.dll (which is needed by L"Z:\\home\\joni\\.local\\share\\Steam\\steamapps\\common\\SteamVR\\drivers\\lighthouse\\bin\\linux64\\lens-server\\opencv_world346.dll") not found d3d11.dll is installed in proton by default, or you're using external...

Looks like there was some changes in wine, breaking existing prefixes, in the past: https://bugzilla.redhat.com/show_bug.cgi?id=2107290 Try to use proton (remove WINE environment variable from SteamVR, and install any proton version),...

That's strange. Lens server should not launch in its own window, it should run in console mode, and proxy driver talks with it using stdin/stdout If it has launched in...