Anthony Bullard

Results 60 comments of Anthony Bullard

I think this is a dup of an issue I closed earlier this week, let me pull it up. https://github.com/roc-lang/roc/issues/7175 Check with latest (main/master) but this should be fixed. I'll...

A quick unwrap_or_default() here would be sufficient

I'd like to suggest that we address the other unwraps in /crates/language_server/src/analysis.rs as well at the same time as I think it wouldn't be crazy to figure out better behavior...

Example re-written to work with syntax on latest (not nightly) at the time of writing: ```roc main! = |_args| db_path = Env.var!("DB_PATH")? query_todos_by_status! = Sqlite.prepare_query_many!({ path: db_path, query: "SELECT id,...

i'm also seeing this on a fresh install. installed from most recent ISO on a 2018 Mac Mini. Everything else works like a dream(thanks to me using ethernet). `hyprctl dispatch...

Sorry, i came back to add some version info but just as i said everything was running beautifully, hyprlock died and ctrl+alt+F3 wont start a new TTY. I'll hard reboot...

@TanklesXL If you don't plan on working on this, I am happy to take the baton. I've been doing Go pretty intensively the past year and have been in touch...

> style attribute > Currently, the style attribute can't contain templ expressions. I think this could be relaxed, and any CSS within the style attribute could be pushed through a...

I checked into this with a little more debugging output and it has something to do with the first two match clauses here: ```roc when (state, char, opState) is #...

The`44` number literal in the pattern looks like the desugared version of the `','` char literal in that match clause