Oscar Bolmsten

Results 53 comments of Oscar Bolmsten

@xenolf Any news on this? Just ran into the issue myself, since I want to avoid restarting our VPN server if there are no new certs (using `--days "30"`). From...

@ankit-tailor I'm seeing this issue as well, with v3.4.11. `autoCompleteType` is present in the file `node_modules/native-base/lib/typescript/components/primitives/TextArea/index.d.ts` (installed from `npm`). I assume this is auto-generated by your build step somehow, as...

@qwales1 Older versions of Chrome (v34) used in Samsung phones from 2014 branded as Samsung Browser.

``` ReferenceError Map is not defined ``` I guess it's: `new WeakMap`? Or what do you mean?

I would either refactor to use regular object/array or add documentation about compatibility and use of something like polyfill.io.

Don't have the time right now I think, and I just started using Flow so I'm not sure where to start..

Is this really needed/expected? I thought the `onCodeScanned` callback was already in JS land? ``` const setCodesJs = Worklets.createRunInJsFn(setCodes); ```

> If you don't use an API that does it for you, you need to rotate the coordinates yourself. What would be nice would be a built in way to...

@carlpett Hey, seems like this might be on its way now? https://github.com/getsops/sops/pull/1174

In Github Actions, the `HOME` variable is overridden by the job runner to `/github/home`. The solution I found that seems to work the best is to specify a new `HOME`...