Aurélien MANCA

Results 8 issues of Aurélien MANCA

Hello, I propose some changes to enable the [webpack CSS experiment](https://webpack.js.org/configuration/experiments/#experimentscss). The proposal is to add an experimental flag named `webpackCssExperiment` which, once enabled, replace the built-in CSS support from...

type: next

The changes add the support of `@layer` css at-rule and implements the rules when using `@import` CSS at-rule. It is part of CSS experiment. **`@layer`** The following code would be...

PR: reviewed-approved

Hello, thanks for your project. However, I found some issues on my Ubuntu env so I made some fixes in this PR.

Hello, considering the [issue](https://github.com/telenko/node-mf/issues/12) that @ScriptedAlchemy raised, I propose to pass optional custom templates. I also propose to isolate rpc functions and make them more straightforward with the minimum of...

Hi, thank you for your app, it just works as I need. I created an app to backup and restore SMS/MMS and so I added an activity handler 'open' to...

### Link to the code that reproduces this issue https://github.com/noreiller/next-missing-search-params-with-rewrites ### To Reproduce 1. Start the application (`npm run dev`) 2. Navigate to `http://localhost:3000/app-url-to-rewrite` 3. The search param `foo` is...

template: bug
area: Routing

Hi, I publish prereleases versions of my package and everything works fine, but once the release is ready, I would like to combine all the commits from the prereleases in...

feature-request

This PR fixes an issue when using `next/dynamic` and `assetPrefix` config in App Router. The current behavior loads the CSS with only the pathname and so, it results with a...

type: next
tests