Oscar Beaumont

Results 559 issues of Oscar Beaumont

- [ ] Fix Windows transparency issues - [ ] Unfeature flag it - [ ] Remove legacy code

The current approach is problematic. Issues: - Can't link to a specific page in an org - The org switcher might not show the correct tenant for the page your...

So we can reuse it in the Loom importer workflow

On web we should: - [ ] Allow uploading multiple files at the same time - [ ] Show the transcoding and uploading progress In the desktop app: - [...

Add it to `Type` & `NamedType`

I tried to explain it to somehow but it doesn't stop you from exporting so that's confusing. I don't have a better idea for a name though.

breaking change

Align the SolidJS Query Devtools package with the React one by including the '/production' export which allows bundling TanStack Query Devtools in production builds. ## Summary by CodeRabbit - New...

package: react-query-devtools
package: solid-query-devtools

```rust let mic_actor_router: Router = ActorRouter::builder(|ctx| ctx.mic_feed) .mutation::("setMicInput") .mutation::("removeMicInput") .build(); ``` or even: ```rust let mic_actor_router = Router::builder() .procedure("setMicInput", { ActorProcedure::builder(|ctx| ctx.mic_feed) .mutation::("setMicInput") }) .build(); ``` You could also possibly...

long-term

Since announcing I was going to step-back from rspc's development (#351) I have had multiple questions from people that wanted to contribute so I want to lay out some of...