Tim Docker

Results 25 issues of Tim Docker

as defaults now relate to fields rather than types

ie get rid of Void instances being passed around.

enhancement
java

The first commit for this library was back in 2006! I'm no longer an active user of it, but have maintained it as people continue to find it useful. It...

I've using this action for the first time here: https://github.com/timbod7/adl/blob/master/.github/workflows/release.yaml I'm specifying an upload asset_path like: `adl-bindist-${{ github.ref }}-osx.zip`: ``` - name: Upload macOS build uses: actions/[email protected] env: GITHUB_TOKEN: ${{...

I have a schema capturing events and participants: ``` CREATE TABLE demo.participant( id BIGINT DEFAULT, name VARCHAR(255) NOT NULL ); CREATE TABLE demo.event( id BIGINT DEFAULT, title VARCHAR(255) NOT NULL...

enhancement

Depending on the micro-controller and optimization flags, the existing code can run into this issue: https://developer.arm.com/documentation/ka003795/latest Fixes https://github.com/stm32-rs/stm32f1xx-hal/issues/332

`examples/blinky_timer_irq.rs` doesn't work for me. I know how to fix it, but I don't understand why my fix works. My test repo: https://github.com/timbod7/stm32f1xx-hal-testing demonstrates the problem using a blue pill...