Ilia Sidorenko
Ilia Sidorenko
https://docs.angularjs.org/guide/migration#migrating-from-1-6-to-1-7 deprecated method `angular.uppercase` has been removed. ``` TypeError: t.uppercase is not a function ``` Used here: https://github.com/janpantel/angular-sails/blob/2.0/src/service/%24sails.js#L80 There might be other issues.
pullOut doesn't seem to work. Have to resort to this hack: ```javascript var times = document.getElementById('dicss_wrapper').sheet.rules.length for (var i = 0; i < times; i++) { try { document.getElementById('dicss_wrapper').sheet.removeRule(0) //...
This will more closely resemble online version ```typescript verifyPassOffline(validExamplePass, { trustedIssuer: TRUSTED_ISSUERS.MOH_EXAMPLE }) //
Do we support multiple verification methods in DID document? What if MOH has more than one public keys at the same time?
Tests should pass in React Native environment
Currently we are bundling a lot of dependencies and using only a small portion of their functionality. There must be a way to use smaller dependencies to reduce our bundle...
### What version of Bun is running? 0.3.0 ### What platform is your computer? Darwin 22.1.0 arm64 arm ### What steps can reproduce the bug? Repro script: ```bash curl https://gist.githubusercontent.com/noway/87e2fba1fc4dd3d026a482126f770d92/raw/ade797bef21e81e7a94796a21dd23e9bc506734a/bun-express-body-parser-bug.sh...
### New Regression Checklist - [x] Updated fastlane to the latest version - [x] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md) - [x] I read [docs.fastlane.tools](https://docs.fastlane.tools) - [x] I searched for [existing...
### What version of Bun is running? 0.5.6 ### What platform is your computer? Darwin 22.2.0 arm64 arm ### What steps can reproduce the bug? Run repro script: ```bash curl...
### What version of Bun is running? 0.5.6 ### What platform is your computer? Darwin 22.2.0 arm64 arm ### What steps can reproduce the bug? 1. Run repro script: ```bash...