pooledge

Results 15 comments of pooledge

@mkllnk +1, exclamation mark OS: OS X 10.9.5 Stock Terminal Edit: single quoting fixes this!

I am currently experiencing similar issue while using `aria-current` and `disabled` attributes. I'd like to test values of both against `null` (i.e. non-present) and not against `false`. Just a side...

I am sorry, _now_ this is a bit confusing. Current documentation states: > during hydration, the response will be read from the HTML, guaranteeing consistency and preventing an additional network...

Thank you for clarification, Simon! Regarding debugging, I came here solely because, despite using `fetch` provided by `load`, I cannot get rid of a browser request and I surely don't...

Now, that I _know_ I can prevent the duplicate request, I was able to narrow it down to the fact, that it occurs if endpoint URL is absolute, e.g. `http://localhost:3000/api/v1/somedata`...

Sorry folks, I couldn't find better issue to fit this into... _Edited: created a new issue. My apologies._

Experiencing the same, but with a global import within `script`: ``` import '$styles/layout/index.scss'; ``` I'm postcss'ing with `mqpacker` and `sorting: true` in order to get column widths working via placeholders,...

Yay, I've heard! And thanks for coming back to me. Hopefully it's all [here](https://codesandbox.io/p/sandbox/pensive-napier-7xb63g). Whenever `$app/stores` is a direct import and in use (tweak here: `./src/lib/unit.ts:4`) and I want to...