Luca Fabbri
Luca Fabbri
typo
# Intro I found this annoying issue using the plugin for writing a long RST text, so not esactly the usage for a development environment. Still, I'll try to report...
If the .rst file contains the standad `.. contents::` directive, the TOC is not shipped inside the preview. I'm not a pandoc expert, but seems this is possibile by adding...
This pretty good library carries a not-so-small bundle size change: https://bundlephobia.com/package/[email protected] It seems this largely depends on the [element-resize-detector](https://bundlephobia.com/package/[email protected]) dependency. I'm wondering is you ever evaluated a switch to the...
After a refactoring I found that react-sizeme was not working properly anymore; my `size.width` was 0. This was my original call (I don't think the HOC version is important): `sizeMe()(App)`...
Looking at https://github.com/basarat/typescript-book/blob/120b111141abcffca11e63aa98639fb7d66073a6/docs/javascript/truthy.md?plain=1#L27 I see the book is using the `!!` for converting something to an explicit boolean value, which is always a bit hacky to read. What about using...
See #3708
#### Is your feature request related to a problem? Please describe. The feature request is originated by this question https://discourse.holoviz.org/t/reactivehtml-data-provided-to-server-side-event-handlers-by-dom-events/3944 Following the documentation for [DOM events](https://panel.holoviz.org/user_guide/Custom_Components.html?highlight=events#dom-events) I find a very...
If I reach the site with a link like https://js.coach/react?search=google%20maps the I click on the link to the homepage, the search box is not reset although the search query is...
I didn't find a way to wrap only `console.log` attempt to be sent to the console add-on, while keeping normal behavior (browser's console) for `console.warn` or `console.error`. I think that...