james-em

Results 23 comments of james-em

> I could install Ruby 3.1.0 with M1 macOS. Me too but not 3.1.2. Getting "incompatible architecture (have 'arm64', need 'arm64e')". Tried with both rbenv and asdf.

> Any update on this? Same problem.. highly frustrating. We need to revert back to older version for now? What would be the latest version that should work on Apple...

> > @janko > > The bug will not be fixed? > > While the code samples given above are useful, if copied into the following template: https://github.com/shrinerb/shrine/blob/master/SELF_CONTAINED_EXAMPLE.md - it...

+1 Would be greatly appreciated @MaxToyberman

@krishnaTORQUE They are indeed wrong: **Test** ``` const router = useRouter(); $: console.log(router) ``` **Output** ``` {activeRoute: {…}, base: {…}, routerBase: {…}, registerRoute: ƒ, unregisterRoute: ƒ} ``` **What types say**...

@krishnaTORQUE PR: https://github.com/EmilTholin/svelte-routing/pull/281

@krishnaTORQUE Thanks for merging. Hopefully it will be released soon! :) I forgot to mention one thing ``` registerRoute: (route: Omit) => {}; unregisterRouter: () => {} ``` registerRoute is...

> Hi @james-em Waiting for your response. Thanks for getting back. I do not need to call registerRoute or unregisterRoute for my usage. Just though I should let you know...