Vladimir Kalnitsky

Results 48 issues of Vladimir Kalnitsky

I tried to see which modules actually use on one of the dependencies in my `spago.dhall`. I removed it and tried to compile, hoping I'll get compile errors. But instead...

We could add a command like this, that could be used to open `https://spacchetti.github.io/starsuit/#search:%s` in the browser, where `%s` is a search query.

feature
new command

[This line]( https://github.com/santinic/pampy.js/blob/9017e34127e3299c4510e411a380a742bfef4a8a/lib/pampy.js#L37) was really scary to read: ``` if (patt === '_') { // Behaves like UnderscoreType return [true, [value]]; } ``` What if someone would use this library...

![preview](https://user-images.githubusercontent.com/18447310/42127068-b58b2110-7c9a-11e8-9d8e-2aa741c9d82d.png) > Last Activity: 17712 days ago Please change to something like "Never" for zero timestamps.

bug
scope:web
pr welcome
good first issue

### Are you experiencing an issue with... shields.io ### 🐞 Description Reproducible example: ![example](https://img.shields.io/chrome-web-store/users/ngbjjfmkdbnkobmnenaclacogdkalimn?style=for-the-badge&logo=chrome&label=Install%20for%20Chrome) ``` https://img.shields.io/chrome-web-store/users/ngbjjfmkdbnkobmnenaclacogdkalimn?style=for-the-badge&logo=chrome&label=Install%20for%20Chrome ``` However, the addon ID clearly exists: https://chrome.google.com/webstore/detail/dom-update-highlighter/ngbjjfmkdbnkobmnenaclacogdkalimn ### 🔗 Link to the badge...

question
service-badge

https://github.com/ajv-validator/ajv-formats/blob/4dd65447575b35d0187c6b125383366969e6267e/src/formats.ts#L252 > // JSON and javascript max Int is 2**53, so any int that passes isInteger is valid for Int64 The second part of the sentence does not follow from...

Currently, not every transaction can be converted to JSON. See #634 and [its cause](https://github.com/Emurgo/cardano-serialization-lib/blob/4a35ef11fd5c4931626c03025fe6f67743a6bdf9/rust/src/plutus.rs#L1370). This is not reflected in the type of `to_json` method. The context of the issue is:...

Reward addresses contain stake key only, so why is the method called `payment_cred`?

`Address` type does have it, but it is not convenient to convert every time a network id is needed.

Looks like these two functions could have been combined into one that returns an optional `OutputDatum`: ```flow declare export class TransactionOutput { ... /** * @returns {DataHash | void} */...