Juanra GM
Juanra GM
Output of `restic version` -------------------------- > restic 0.13.1 compiled with go1.18 on windows/amd64 How did you run restic exactly? ------------------------------- ```sh mkdir emptyFolder cd emptyFolder restic backup . ``` What...
Just remember that there are less than 12 hours left before the voting period ends. https://hack.solidjs.com Thank you all.
### Describe the bug Hi all. I am facing a problem after upgrading to SolidJS 1.5 (https://github.com/swordev/suid/issues/92) and I don't know if this behavior change is documented. ### Your Example...
> https://stackblitz.com/edit/github-pkoqsx?file=src%2Froot.tsx ```ts import { mergeProps } from 'solid-js'; // @refresh reload export default function Root() { const props = mergeProps( { value: 1, }, { get value() { return...
- SolidJS v1.6.3: https://playground.solidjs.com/anonymous/d6884656-5176-4a33-a0cd-ab0351648fac ```tsx import { render } from "solid-js/web"; function Child(props: { a: number; b: number }) { return ( a: {props.a} b: {props.b} ); } export function...
**Prettier 3.3.3** [Playground link](https://prettier.io/playground/#N4Igxg9gdgLgprEAuEB6AVAQ3ajAjHAHSgBMBLANwAJgBfEAGhAgAcYzoBnZUTAJz4QA7gAV+CbikwAbIZgCe3Jnj6YwAazgwAypgC2cADJkocZADMZnOMtUat2lmpMBzZDD4BXGyGt6y7l4+cAAeLHB8ZAawMgAqEVD8ZHCSltLWTJyu0nAAip4Q8BZWPgBWnCHa2XkFRUhpGSAAjrVwIoIskiCYnAC0pnAkg4wgHphk0q4AwhB6epjI3dLSI1lQLjkAgjAeZHie8CIRxqbF6T4AFjB60gDqF2TwnE5gcNoSj5SP8otgnEogCjeACSpAQOjAkTYm1I2hg8hyZ0aLEE1luqhYixRKQiFDMTBM1j4MHamBc8yRPicfCJixy-xGKJMMFuZBIMAuyAAHAAGJh8OAtMgC0nkhb1EpMGCYPCs9mcpAAJiYnmssRlqUlIDgejwgyGJEMmHWnjJcAAYhA+PMdq5FpgDhAQLRaEA) **Input:** ```css /*a*//*b*/ div {} ``` **Output:** ```css /*a*/ /b / div { } ``` **Expected output:** ```css /*a*/ /*b*/ div { } ``` Less parser...