lsimone

Results 10 issues of lsimone

We are trying to build a component library with es5 as target transpilation and we like a lot `haunted`/`lit-html` approach. If I do not transpile `haunted`, it will not work...

**Module version** 1.11.2 **Describe the bug** When tree shake is active, CSS is generated in an inconsistent order, so the flexbox class utils properties are overridden. **To Reproduce** https://codesandbox.io/s/nuxtjs-vuetify-32889?file=/nuxt.config.js Steps...

I want to send POST requests using the request `body` and the `Content-Type: application/json` header. Restful.js always populate the request `form` and the http client [request](https://github.com/request/request) executes the request as...

I cannot log and inspect the HTTP requests executed by nodejs towards an external API. I read your guide and the paragraph about [--browser-field and xhr-request](https://mattdesl.svbtle.com/debugging-nodejs-in-chrome-devtools#code-classprettyprintbrowserfieldcode_4), but I need to...

### Describe the bug I experienced the issue on my codebase and I thought it was related with my code, but I reproduced the same error [here](https://codesandbox.io/s/xenodochial-cookies-zzt8j2?file=/src/App.js): I am reproducing...

I created a [minimal commented react codesandbox](https://codesandbox.io/s/admiring-james-kog0l2?file=/src/index.js) to clearly show expected and actual outcome. I read what you documented about in-place updates but I did not find much information. [Here](https://preactjs.com/guide/v10/signals#rendering-optimizations)...

ST3 does not extract the .sublime-package in Installed Packages folder, so the `rename_sidebar_menu` fails (`shutil.move()` command ) This behavior has been documented in [this issue](https://github.com/SublimeLinter/SublimeLinter-for-ST2/issues/374)

As shown in [my codesandbox](https://codesandbox.io/s/24pjqw961r), I tried to map as suggested in [your readme](https://github.com/wankdanker/node-object-mapper#source), but I didn't find a way to remove the wrapping array from the destination object ```...

Types missing for TS projects: is there any plan to support them? ``` Could not find a declaration file for module 'astro-spa'. '/media/DATA/proj/TESTS/my-astro-site/node_modules/.pnpm/[email protected]/node_modules/astro-spa/index.js' implicitly has an 'any' type. Try `npm...

I tested the Spa component with different configurations before realizing that `scrollIntoView` option set to false would break the SPA navigation. [codesandbox with minimal issue reproduction](https://codesandbox.io/s/epic-panna-j985nt?file=/src/layouts/Main.astro)