Jordi Salvat i Alabart
Jordi Salvat i Alabart
"mamà" is only used by the Barcelona bourgeoisie. "mare" is formal, "mama" is genuine and popular. Ref.: https://esadir.cat/entrades/fitxa/node/parepapa
We have a configuration with two accounts (with separate VoIP providers). If we use a short and soft ringtone, we often miss calls (because we're not wearing the headset at...
There is no support for [collations](https://docs.mongodb.com/manual/reference/collation/). This means all alphabetical sorting uses binary sort (where 'a' comes after 'Z'). It's bad enough in English, will be unbearable in languages with...
### Preliminary Checks - [X] This issue is not a duplicate. Before opening a new issue, please search existing issues: https://github.com/gatsbyjs/gatsby/issues - [X] This issue is not a question, feature...
Transfer errors responses from the proxied server, including the status code, to the client. Credit for the solution to [dangkyokhoang](https://github.com/dangkyokhoang), who provided it [here](https://github.com/gatsbyjs/gatsby/issues/33333#issuecomment-1001870593). ## Description ### Documentation ## Related...
### 🔎 Search Terms type inference of overloaded functions ### 🕗 Version & Regression Information The behaviour seemed to change between 4.0.5 and 4.1.5, but it was incorrect nonetheless. ###...
https://json5.org/ specifies that keys can be ECMAScript 5.1 [IdentifierName](https://262.ecma-international.org/5.1/#sec-7.6). So this pattern should include the dollar sign (among other changes, probably): https://github.com/mrmlnc/vscode-json5/blob/master/syntaxes/json5.json#L147