Niko Kovačič

Results 8 issues of Niko Kovačič

Would be great if coolify could be installed into a Kubernetes cluster so that application and databases could autoscale. Is this currently supported?

enhancement

Loader support (browserify, RequireJS, webpack) is missing. Is there a plan to incorporate them into angulartics?

I could not find this loader on npm? Would be very useful if it was uploaded on it.

talk

Is there a way to run this library in the browser? Made quick example [codesandbox](https://codesandbox.io/s/dazzling-cookies-l3dt2?file=/src/App.tsx), but throws this error: `[["|>"],["??"],["||"],["&&"],["|"],["^"],["&"],["==","===","!=","!=="],["","=","in","instanceof"],[">>",">"],["+","-"],["*","/","%"],["**"]].entries is not a function or its return value is not...

There is a potential null pointer issue in IOTWifiModule.java, where SSID could still be null if nInfo also returns null. An additional check should be made: `if (ssid != null...

There were issue in certain Android mobile phones, that could return ssid null when NetworkInfo was also null.

Is there any plan to ship a TypeScript interface with the package?

Would this library work in minification is enabled on production builds? Is there any workaround for this scenario? I am refering to this comment on [stackoverflow](https://stackoverflow.com/a/1249554/1452371)