fw-aaron

Results 13 comments of fw-aaron

I'm new to Mermaid; just to be clear, there's no way to align the text of a subgraph? ``` flowchart LR    subgraph FW ["The Label"]    R(This) -->|"Connects"| P(Thatthere)    end    P...

It's Daylight Savings Time again, and I believe I'm hitting this bug. I assume we didn't hit this bug last year because of what someone else said earlier: > there...

I also get this on Arch Linux. I see you have two GPUs. I do, too. I wonder if it's picking the wrong one...

Dude, I figured it out...well for me anyway. -33 means "invalid device". You need to figure out which device is invalid and SKIP it. `./profanity.x64 --benchmark -s 1;` did it...

I think that's a step up. Congratulations! Progress to #51. I'm guessing that's more of an OpenCL configuration issue. I don't think this issue should be closed. The application reads...

Wow, congratulations! I am just maintaining a project using an old version of the datetimepicker (4.14.30), trying to set a "minimum" date, just read through your blog post, then came...

Has anything changed on this issue?

This is a duplicate of #1058 and probably many others.

What library should we use for oauth 2.0?

Hey, your name is on that page 🚀! The first two lines of my main `py` file are ``` import eventlet eventlet.monkey_patch() ``` Thank you for drawing my attention to...