SondreB

Results 198 issues of SondreB

Since CREATE CREDENTIAL is deprecated, and the new project type outputs .usqldbpack to be run with PackageDeploymentTool.exe, how do we handle external SQL database sources and credentials? Database don't exists...

I ran the update that appeared within the app and after upgrading, got this error: ![image](https://user-images.githubusercontent.com/309938/100583855-95fcad00-32eb-11eb-9ee8-3dc3b48b089a.png) The app no longer works. Will it work to manually installed an earlier version?

Bug

The version of the library should be visible in the source code, so it can be used to easily identify which version an app/site is using.

The type name in the demo is Argon2di, but it should be Argon2id. ![image](https://user-images.githubusercontent.com/309938/190241271-79a62224-e46e-47d0-a0ea-4a491cda3161.png) Source: https://en.wikipedia.org/wiki/Argon2 (Wanted to make a small PR, but had issues cloning repo due to the...

I'm attempting to rely on the library in an Angular project and not able to get it working when importing through the code base. Made another attempt by loading the...

I have tried to run the commands on the repo: npm install npm run init npm run build The result is an empty "material-design-icons" folder. There are no errors. This...

Add P2PKH support for City Coin. https://city-coin.org/

The Secp256k1KeyPair.from() method allows specifying the .id and .controller using the options argument, while the generate only allows secureRandom and sets both id and controller automatically. I know this library...

The .from method on Secp256k1KeyPair takes an option argument that can be privateKeyHex. If this provided value is prefixed with '0x' then the method fails without any errors and simply...

If I understand this correctly, I shouldn't rely on the fee value returned unless either inputs or outputs are returned? Here is from the README example: ``` // .inputs and...