William Hua
William Hua
Not sure if this is an issue with nix-index or cache.nixos.org, but I'm getting a whole lot of "failed to parse" errors when running `nix-index`. It's happening to the point...
I'm going based on the instructions from the README, but it seems like `xlibs.printproto` isn't there any more: ``` ➜ mozilla-beta nix-shell /home/william/nixpkgs-mozilla/release.nix -A gecko.x86_64-linux.gcc --pure error: attribute 'printproto' missing,...
The docs for some methods splits at the first period into two separate \ elements. See: https://valadoc.org/gio-2.0/GLib.SocketService.start.html So when looking at the overview page, it trims a significant portion of...
https://github.com/0xsequence/ethkit/blob/7d9af4e211c25a5533b8e66195706ae1602fe22f/ethmonitor/ethmonitor.go#L324-L347 I haven't tried this, but I think if topics are specified, then it's possible to receive no logs, while the logs bloom filter is non-zero. This means the block...
For example: ``` pragma solidity ^0.4.23; contract Test { string private constant MESSAGE = 'Syntax doesn\'t work'; } ```
Seems like wasm-bindgen prohibits the use of lifetime specifiers in certain places where the compiler requires them. I have a test repo here: https://github.com/attente/wasm-bindgen-lifetime-issue Building it, the error is: ```...
c7868882732e45e8ad4846f77c0cf352e5287f03 is a work around that removes the public seeds from being a part of the hash signed by the matcher. That commit needs to be reverted, but doing so...