Alex Lurye
Alex Lurye
This lock check introduces a performance penalty of about 2%: 316ms -> 322ms. I tried acquiring an RLock using RWMutex, but it had a worse performance loss: 333ms.
Rasterizer is doing an unsafe data access operation that results in a race: ``` ================== WARNING: DATA RACE Write at 0x00c0003012f0 by goroutine 8: github.com/fogleman/fauxgl.(*Context).rasterize() external/com_github_fogleman_fauxgl/context.go:252 +0x109c github.com/fogleman/fauxgl.(*Context).drawClippedTriangle() external/com_github_fogleman_fauxgl/context.go:347 +0xa49...
Currently it's not possible to reference @org_tensorflow//tensorflow/go:go_default_library from a BUILD file. It would be great to have this ability.
# Absolutely positioned `div` ``` * { box-sizing: border-box; font-family: Play; } .block1 { display: block; border: 1px red; width: 100px; } .block2 { display: block; border: 1px blue; width:...
Calibration settings should be stored on host and installed to controllers by special command
If controller doesn't receive any packets for several seconds it must clear baudrate to default values and send 'R' packet.
### Module location https://github.com/JoyTeam/rules_sdl2 ### Link to bzlmod issue in the module's repository https://github.com/JoyTeam/rules_sdl2/issues/1 ### Any other context to provide? _No response_ ### Fund our work - [ ] Sponsor...
Extension running on Windows depends on the default terminal setting (and doesn't work in any of them). If my terminal shell is set to bash, then the following happens: ```...