Martijn Saly

Results 395 comments of Martijn Saly

I've had more than one instance already where stairs had been converted to a slope. I would either have to leave a note, and basically let someone else fix it,...

> The other way round is more important because when there are steps, it is an actual barrier. This is true, but a set of stairs converted to a slope...

I have enabled chrome and addon debugging: ![image](https://github.com/openstyles/stylus/assets/152227/423f0cf3-51ec-42e8-b266-4edb45ccde6e) And then in the remote debugger, in multiprocess mode: ![image](https://github.com/openstyles/stylus/assets/152227/20c03df0-9425-4215-8b96-5ece46ce5d83) And I verified that chrome and addon debugging is still enabled in...

I have also tried to override the depedency in package.json, from memory I went like this: ```json "overrides": { "axios": "$axios" } ``` It worked fine. But strangely this also...

You could also take a look at [swr](https://github.com/vercel/swr/) for one of numerous React hooks examples that return two different values. Heck, even `useState` is a perfectly good example of this.

Here's a full workaround: ```typescript import { useComponentProps as useComponentPropsSitecore } from '@sitecore-jss/sitecore-jss-nextjs'; export const useComponentProps = (componentUid: string | undefined): [TData | undefined, string | undefined] => { const...

What does that mean? Where can we see this backlog? I don't think Github has anything like that...

Sorry I don't remember which urls they were. It's been a while, hasn't it... I do remember using it on a shoddy connection, so maybe connections got reset or something.

Yes, permanent private mode might be the cause. Do you happen to know if there's a way around it to except this addon from getting its data cleared?

Was looking for this too. Sometimes the browser needs a restart, or the computer does, and pending downloads do not survive a restart. Which is another bug (or missing feature,...