Chris Miller

Results 16 comments of Chris Miller

I can't claim to say I understand pnpm's resolution patterns fully, but if I had to guess, the nested node_modules structure which pnpm uses places packages in the places a...

This is an older thread, but modifiers provide a suuuuper simple way to do something like this, right in the DOM (for anyone who comes upon this thread!) ```hbs {{!...

@jneurock Thanks for the response! I attempted to go so far as to using `graphql-subscriptions` and `subscriptions-transport-ws` libraries in my mirage server, but that felt pretty heavy handed. For the...

Also having this issue, also in 2.4.7

This looks to be an issue with using `getItemLayout`, and using the deprecated API `initialListSize` on the FlatList within calendar-list. The CalendarList only ever loads 10 items, and does not...

I have put out a PR to resolve this issue, referenced above.

This issue is a dupe of #425

What causes a session to "expire" has eluded me, I cannot quite nail that down, even after reading documentation pertaining to Session Cookies and Session tokens. From what it looks...

@askouras That link is helpful, I had not seen this rule prior. We will see if this is something we can configure, and will report back.

@askouras Great, so this looks to be a valid configuration to get the desired results. Unfortunately, our Okta instance supports many applications, and there is a global policy set to...