James Opstad
James Opstad
I've checked that 'Update Project Folders' is selected. This is the path for the class library shown in the post window when it compiles - '/Applications/SuperCollider/SuperCollider.app/Contents/Resources/SCClassLibrary'
This still seems to be an issue and it's quite a serious one. Are there any updates?
When I run this I get **stderr : *** ERROR: open directory failed 'synthdefs'** I need access to synthdefs created by the class library and haven't worked directly with the...
It would be great to be able to access the `@trpc/react-query` methods outside of React (as discussed here https://github.com/trpc/trpc/discussions/3148#discussioncomment-4228306). This would make it much more straightforward to use tRPC in...
I've been struggling to integrate React Router with React Aria Components and agree with the points raised in this issue. I have encountered most of the examples given and they...
> Current plan for router props is to have a single object that gets passed through to the underlying router, rather than individual props. That way it isn't specific to...
Just a thought about resolving the URLs. What if the `RouterProvider` had a `useHref` prop that takes a hook provided by the router? This hook would resolve the `href` prop...
> I like that idea! Do you know if next.js has a similar API to resolve URLs? I couldn't find one in their docs. I don't think they do. It's...
I've also been encountering this issue. I raised an issue in the `pg-types` repo (https://github.com/brianc/node-pg-types/issues/151) but was advised to raise it here as it has already been resolved in `pg-types`.
Hi @SlexAxton. I've spent some time trying to reproduce this and haven't been able to. I used the `react-router-hono-fullstack-template` and added `@adobe/react-spectrum` like you suggested. Please could you try and...