Jacob Lifshay
Jacob Lifshay
in the section about combinational loops, it doesn't forbid combinational loops like so: ```firrtl FIRRTL version 4.0.0 circuit Foo: module Foo: input d: UInt input clk: Clock input do_reset: UInt...
I noticed that firrtl lets you read from inactive enum variants using code like: ``` FIRRTL version 3.2.0 circuit test: module test: input clk: Clock input a: UInt input b:...
mineclonia git switched to mcl_redstone instead of mesecons, breaking crafting recipe for chainsaw
since there isn't a `mesecons_buttons` mod in mineclonia git anymore and there are aliases, the code should check for an item existing rather than the named mod existing. https://github.com/mt-mods/technic/blob/32f1d5a9e76a17b075259b0824db29730c9beb06/technic/tools/chainsaw.lua#L199-L200
it should probably use `mat.insulation` instead: https://github.com/mt-mods/technic/blob/32f1d5a9e76a17b075259b0824db29730c9beb06/technic/tools/sonic_screwdriver.lua#L79-L86
in chrome on android, the logs page's search box has "next" instead of enter/search, which makes it impossible to actually perform the search since pressing what would be enter instead...
I tried using `llvm.sh` with `--help`, but that didn't show help and started installing stuff.
## Summary I created [a signed git tag](https://github.com/programmerjake/OreTracker/releases/tag/v1.7), contentdb then autogenerated a release from it, but the autogenerated description includes the ssh signature which isn't shown by default by standard...
## Problem Sometimes I want to read through all the release notes for multiple releases since sometimes I was using a old version and there's been multiple releases since then....
pointing this out since it seems like it might be unintentional: https://github.com/spacejam/sled/blob/e72f725be0f20e3e6e53a9d84cdbefa0dcbcde1c/src/heap.rs#L714
This seems like something that would be useful to allow, perhaps requiring a `--force-develop` flag of some sort if retaining the current error message seems useful to direct beginners to...