therealplato
therealplato
**Short description** The current source release, i.e. the link on your homepage, is affected by https://github.com/Beep6581/RawTherapee/issues/6324 on Ubuntu 22.04. Is a new release cut appropriate? cc @Floessie **Steps to reproduce**...
Expected: I can declare `var v int = 0b11010` Actual: `8:15: expected ';', found 'IDENT' b11010 (and 1 more errors)` Repros: https://play.golang.org/p/Sw9HFvlcmMr https://goplay.space/#Sw9HFvlcmMr
Source: ```go package main import ( "fmt" "log" ) func main() { c := make(chan struct{}) main: for { select { case
Hi, I'm totally new to this tool, thanks for the work on it I just started creating my first ever loadout. I saw an obvious "No ship selected," I figured...
I'm trying to find which rig reduces turret pg usage, so I need to check many descriptions after searching "medium hybrid". I'd like to see the description of the module...
Thank you for the tool. Here's a repro of an issue I encountered. Expected: The linter warns me that I never closed this `rows` Actual: Not detected ``` package sqlx_examples...
Hi, I'm new to awesome and Lua. I'm hoping this tool can provide me a gui element to connect to an existing NetworkManager OpenVPN profile. I'm using Mint 19 based...
@theckman asked around and found that threads are a challenging UX for screen reader users. Gopher could respond in threads, something like: >Hi, I noticed you posted a thread. Vision...
I frequently find myself pasting example links from github to demonstrate something I've written or point out something in #reviews. Less frequently I find myself editing my slack posts to...
I referenced this a lot as I learned go. Should we add it to `@gopher newbie resources`? Some key idioms it mentions include avoiding stuttering package/type, capitalize initialisms, early return...