Dustin J Silk

Results 87 comments of Dustin J Silk

This issue is because the image is expected to be a fixed height that matches the height of the sticky progress bar on the side. The best way to fix...

Great work so far! One thing to think about if you havent already is when you have something like the following: ``` html ``` The `.container` would be used throughout...

This is great, it also solves a [PR](https://github.com/BuilderIO/qwik/pull/1605) I sent to get access to request headers.

Im also having this issue, its a pretty big fail and so far proving to be really hard to fix.

Found a better temporary solution. After changing the allowed times just change the css of the position of the times back to the top. ``` javascript setTimeout(function(){ $(".xdsoft_time_variant").css({"margin-top": 0}); },...

Hey @manucorporat i'd like to add an argument for this where it would be very helpful to have stores created outside of the render tree. A third party state management...

@daemonl i dont think i fully follow https://github.com/EmbedFi/protoc-gen-validate/pull/7, would you be able to share an example validating a well known type like a Date, Money, or just another complete pseudo...

This issue seems to have gone quiet, are there any updates on this coming soon? Thanks for the effort!

@manucorporat but a useResource doesn't get prefetched when hovering on links, nor will the data returned be added to the [dynamic document head](https://qwik.builder.io/qwikcity/content/head/#dynamic-document-head) function. Unless I've missed something?