Pikachews

Results 10 comments of Pikachews

@appleboy bump, any chance of fixing this? ☹️

Do I still need to install .NET 5 in order to run `dotnet-fm` with .NET 6? I get an error saying that .NET 5 is missing when I try to...

> Came across this issue while trying to upgrade our projects to .NET 6. Has there been any progress made on this lately? > > I decided to throw together...

I get the same thing when trying to add MemoryRouterProvider as a storybook decorator, using nextjs 13.0.2, **not** using the new `app` infrastructure.

In a brief test, replacing https://github.com/amannn/next-query-params/blob/8d87dde759d4592fa2e18a87b93b7c2d0805c334/packages/next-query-params/src/NextAdapterPages.tsx#L34 with ``` search: new URLSearchParams(router.query).toString() ``` appears to fix it, but it'll also include route parameters (e.g. `/path/[param].ts` -> `{ param: 'valueinurl' }`), which...

Essentially, I would like https://github.com/oklas/react-breadcrumbs-dynamic to also work on the server, otherwise the initial render of the breadcrumbs is empty until the JS mounts.

A hacky workaround I found for this is using `$containsi` and wrapping the value in quotes, e.g. `[$containsi]="account"`

A workaround I found that allows me to run Tailscale using nektos/act is the following: 1. Add `nohup` to the tailscaled startup; this prevents the daemon from exiting, which I'm...

What is your means of testing this? I don't seem to have any framerate/smoothness issues when scrolling. Testing on the Mac Mouse Fix home page on Chrome with Frame Rendering...

This may or may not work for self-hosted runners, but since the error messages are the same when running on nektos/act, it sounds like it might work without having to...