Logan Stucki

Results 14 comments of Logan Stucki

I am having the exact same issue using ~2.2.0 with expo. `useAnimatedGestureHandler` would not work until I built the app for production. I had no issues just passing a callback...

@mirkoperillo I believe the main change from v2 to v3 analyzers is the deprecation of the status of approve, disprove, or refer to mentor. Instead of returning a status, the...

Upon quick inspection, the correct change to make is: ```diff diff --git a/config/config.go b/config/config.go index b9b1883..b0c6d85 100644 --- a/config/config.go +++ b/config/config.go @@ -63,7 +63,7 @@ func Dir() string { if...

I like this. Maybe if we wanted interactive resolving of issues, the API could return some sort of `actions` array detailing actions that could be taken?

> I completely failed to keep up with my Exercism notifications, and I'm inexcusably late to the party. To add to this, my laptop crashed and is now in for...

@kytrinyx The old open command worked in a way similar to this: ``` exercism open ./path/to/exercise/folder ``` The new command, rather than using an exercise path, follows a style similar...

@kytrinyx That sounds good, I can add that back in when I have free time tomorrow

@kytrinyx original usage is supported now :)

No idea why the build is failing, I haven't changed anything that should make it fail, and I've rebased against master and compiled it locally and it seems to work?

I made a mess of my git tree today and ended up having to cherry-pick my commits out. I updated it to use `ExerciseSlug` now so the build passes. I'll...