Nicolas Delperdange
Nicolas Delperdange
Hello @marcjulian Last PR about .env files 😄 2 changes : - Use dot-cli to include root .env file to use prisma (so no need to have 2 .env files...
Following discussion on : https://github.com/fivethree-team/nestjs-prisma-starter/pull/420 The goal of this PR is to be able to have one config file (and one .env file) for each environnement (development, staging, ...). Little...
Fix: https://github.com/GoogleWebComponents/google-map/issues/407
When there are multiple google-map with markers on different pages an error is thrown when showing the second map. `Uncaught TypeError: Cannot read property 'click' of undefined at HTMLElement._clearListener (google-map-marker.html:461)`...
Doc for : https://github.com/GoogleWebComponents/google-map/issues/409
The doc to set an icon for marker is not clear. (Multiple issues seen with this error) The description 'Image URL for the marker icon.' makes think that we just...
Fix: https://github.com/convoo/login-fire/issues/31 Follow-up: https://github.com/convoo/login-fire/pull/135
Hello everyone, With the new EU law related to private data and stuff (GDPR), we must follow new rules. Not exhaustive list : - Double opt-ins users, users must confirm...
### Description When trying to make a checkout form, paper-inputs don't autocomplete with payment information stored in browser. ### Expected outcome Like simple inputs, paper-input autocomplete with credit card information...
**Description** Typescript with `"moduleResolution": "node16"` will generate an error when trying to import the module from a cjs file. ``` Could not find a declaration file for module 'openapi-typescript'. '/node_modules/openapi-typescript/dist/index.cjs'...