Jordi Boggiano
Jordi Boggiano
I'm not sure, if we come from a package page I think it'd be good to redirect back there, but from all other pages maybe back to profile makes more...
Alice doens't support localization of an entire item at the moment. It can create two documents in two languages though and then you bind them as the two translations.. I...
Can you show me in php code how it looks to populate one of those objects with multiple langs?
I did experience the same problem while migrating away from `->at()` and trying to use willReturnMap in a few places. The most confusing IMO is that you have say: `function...
Yeah it probably can't be the only solution you support if you care about apache, but it's a good way to simplify things for FPM users.
I did read that but even doing the "symlink trick" you have to be careful how you configure nginx for example to avoid potentially breaking requests when switching the symlink....
Just to add a datapoint here: https://codesandbox.io/s/npm-playground-forked-tq1qk?file=/src/index.js ``` let obj = { custom: { "🚀": ['&é"!çà€', "foo", "[]"], "[]": "x?&=" } }; let str = qs.stringify(obj, { encodeValuesOnly: true, indices:...
Sorry I short-circuited there, I did mean encodeURIComponent :) Edited for clarity.
I probably should have explained the use case better. We have user-generated key-value pairs (values can be array of values sometimes) that we are trying to serialize and send to...
`arrayFormat: 'brackets'` does not seem to have any impact, the output is exactly the same. Full repro script which I expect would not throw an AssertionError: ```js import qs from...