Calder Coalson

Results 10 issues of Calder Coalson

This is an extremely janky first try. **How do I make it better?** Or if you don't want to deal with this right now / ever, feel free to close...

From the README: > #### Enumerations > > All `.proto` enumeration types convert to the Rust `i32` type. Additionally, > each enumeration type gets a corresponding Rust `enum` type, with...

When an image dependency is accidentally missing from a `BUILD` file, rules_k8s happily assumes it's an external image, and the baked YAML continues to refer to the image at `:latest`....

Ignore the following filetypes and paths generated by `generate.sh`: * `*.sopcinfo` * `/fpga/ip/altera/fft64/fft64/` * `/fpga/ip/altera/viterbi_decoder/viterbi_decoder/` * `/fpga/ip/altera/wlan_pll/wlan_pll/` This is mostly a convenience to prevent accidentally committing generated outputs. :-)

Slack [introduced](https://api.slack.com/messaging/attachments-to-blocks) the new blocks API and deprecated attachments in early 2019. Add a `blocks` field to `slack_api::chat::PostMessageRequest`, and pass it to [chat.postMessage](https://api.slack.com/methods/chat.postMessage).

It would be useful for `jsonnet_library` targets to be able to read data from non-Jsonnet files.

# Use Case _Please correct if there's a less dumb way of doing this!_ I'm using a custom `Cache` implementation, and would like to maintain a single `Id` --> `Source`...

# Summary `_` is not a member of `XID_Start` because some languages don't consider it a valid leading character (certain SQL dialects for example). In practice, leading `_`'s are accepted...

# Before Running ```sh python3 -m amaranth_boards.arty_s7 ``` defaults to S7 25. When run against an S7 50 the flashing process succeeds, but the LEDs never turn on. # After...