Philip White

Results 9 comments of Philip White

``` Contract Num => Num def kelvin_to_celsius(k) raise 'Absolute temp cannot be negative!' if k < 0 k - 273.15 end ``` Here, if `kelvin_to_celsius` raises an exception, will Contracts...

That's a neat approach. Is anything keeping you from contributing this to Nixpkgs?

You already did the hard part! Now the easy part is to just make a pull request to the Nixpkgs repo. Here's a chapter in the NixOS manual that describes...

I am having this problem as well: $ ./sia-gpu-miner Initializing... HTTP error 404 HTTP error 404 HTTP error 404 ... I am using `siad` 1.1.1 with sia-gpu-miner 1.1. From Wireshark,...

Ok, I figured it out. Apparently `siad` does not load the Miner module by default. Here's how I fixed this problem: ./siad -M cghmrtw Then unlock the wallet: $ curl...

I wondered about that. For personal use, I configured OBA for Puget Sound stop #2245. Before the most recent system shakeup, route 8 would show "MLK JR WY" on the...

Yeah this is definitely possible. I am wary of doing this because it has the potential to add friction to the user experience, and it's certainly more for us to...

I am experiencing this issue on macOS with logseq version 0.10.3 (77).