capc0

Results 42 comments of capc0

Is this lib still maintained? This is a not-so-small security issue... requests like `url?{{process.exit(1)}}` will kill APIs

I suggest removing the usage of the template engine when a custom message function is declared. So alwas `return m` in https://github.com/bithavoc/express-winston/blob/main/index.js#L154 and so avoid running https://github.com/bithavoc/express-winston/blob/main/index.js#L160 Maybe create a...

FYI this is how I am doing it in angular 10: ```typescript import * as countries from 'i18n-iso-countries'; import countryDataDe from 'i18n-iso-countries/langs/de.json'; countries.registerLocale(countryDataDe); ``` in the tsconfig.json I have ```"resolveJsonModule":...

@wstrik can you elaborate how you worked around this limitation and scan barcodes on iOS cordova?

@jammer99 you have this plugin working with electron platform? or have any alternative?

@ita33 can you elaborate on your current setup? did you switch to Cordova-plugin-camera-preview?

After upgrading from `8.3.0` to `8.7.0` i am also facing this issue. Used image was in both cases `cypress/browsers:node14.17.0-chrome91-ff89`

Any updates on this? We are considering if we should integrate cordova-browser platform or go full browser without cordova. Is the browser platform maintained or more or less abandoned? Last...

@zorn-v do you have a working setup on how to inject other files into the main process with the current version right now? Or are you adjusting ```cdv-electron-main.js``` manually?

has there been any update on this? explicitly the delayed animation for the datetime picker.