0x55
0x55
Thanks @willpower232. Can't believe this library has `1.6k` stars and not a stable release published on packagist... 🤦♂
~~+1 preventing me from buying the full version~~
``` pg_dump -U username -d databasename > outputfile.sql ```
I also agree INSERTs are enough. I mean definitely much better than nothing! On Sat, Dec 5, 2015 at 2:16 AM, Nicholas Colyer [email protected] wrote: > I concur. > Nicholas...
Thanks @Eandalf, `babelConfig: true` + empty `transformIgnorePatterns` does the trick. ```js globals: { 'ts-jest': { tsconfig: 'tsconfig.spec.json', // as specified by ts-jest babelConfig: true, }, }, // ... transformIgnorePatterns: [],...
+1 - Twig is so well-established & powerful. Maybe make the template engine configurable? **Update** It seems like it's already well-done & configurable: https://github.com/1up-lab/pagekit-twig/blob/master/src/Provider/TwigProvider.php#L41
Does it make sense? The problem I was facing is that I had to create a new Template for every different parameters combination of a given image transformation (which is...
I just spent hours myself, but I finally found it... Before: ```js // `res`: ImagePicker response object // https://github.com/react-native-community/react-native-image-picker/blob/master/docs/Reference.md#the-response-object data.append('photo', { uri: res.uri, type: res.type, name: res.fileName }); ``` After:...
Since it's native code, you have to use a dedicated [development build](https://docs.expo.dev/development/getting-started/). No problem, I could display the prompt on an Android device.