Peter Kellner

Results 22 issues of Peter Kellner

I have a routes file as below and am getting an error saying "ccYear expected to be a string". Maybe I'm not following the implementation, but what I expect is...

I can's build the graphql-nextjs example with "npm i" when using npm version 7.19.0 on OSX. I get the error below. If I use yarn, it does success, but I...

# Bug report ## Description / Observed Behavior React 18 and SWR fails on the simplest of examples. I've created a sandbox at this URL: https://codesandbox.io/s/long-cdn-qxkc3v?file=/pages/indexSuspense.js that if your browse...

bug
area: suspense

I'm having trouble figuring out if this is a limitation of glean or there is something else going on. Below is a simple component with an extra layer of nesting....

I'm trying to get a simple example using EF working so I downloaded the source for this example. https://github.com/jamesmh/coravel/tree/master/Samples/EFCoreSample when I run "dotnet build" (I'm on OSX), I get a...

I've never been a big fan of the css bundling Microsoft does with default asp.net pages so not really sure if this is related to that. At any rate, I...

Following the docs here: https://docs.coravel.net/Invocables/ It starts out with code like this: ``` scheduler.Schedule() .DailyAtHour(01) .Weekday(); ``` No where does it say where this code goes and where scheduler is...

Just a simple link update. Thanks for putting all this stuff up for us to learn from Ian.

I would suggest not teaching people to setup the project incorrectly but go directly to setting up correctly with attribute that supports the middleware. Maybe in passing mention the wrong...

My GET is failing with redux-axios-middleware but when I make a simple call with what I believe is the same URL but with just an axios.get, it works. I think...