Jesse Luoto

Results 177 comments of Jesse Luoto

Also adding group members as arguments would kind of be against how the rest of the library works. (all other ones working with `xx().xx()` but groups being an exception to...

Hmm.. But then there's a human error possibility, especially with large expressions. If a dev forgets to start/end one group, that can be hard to debug. If there's just a...

But consider if you'd have a big expression with lots of things going on. You start modifying the code and somewhere between the copy-pastes you lose a `begin_group('address')` line. How...

Or we could just omit the whole `group` method for now and just make the `then` and `maybe` accept VerEx objects as arguments. Could this cause issues in strongly typed...

Also a bit related: https://github.com/VerbalExpressions/PurescriptVerbalExpressions/issues/2

As we move towards version 1.0 (referring to the JS repo), I'd say generality is a big issue. I like the idea of a centralised test scheme; this would also...

For JS we can use `VerEx[method]()` and for PHP `VerEx->$method()` (or similar). But are you aware of any restrictions on other implementations? E.g. how would c# implementation handle the method...

There's currently no reference to NFTs at the vero.fi site. I think I'll need to call their customer support to ask this. Open questions: * Is minting fees of an...

Proof of stake is [well documented at the vero.fi spec](https://www.vero.fi/syventavat-vero-ohjeet/ohje-hakusivu/48411/virtuaalivaluuttojen-verotus3/#2.5.2-proof-of-stake--protokolla). Not implemented yet at kryptovero.fi. Do you know if there's a way to get an automated list of rewards you've...

JS has native support for BigInt, and it would suffice if we could limit the number of decimals to e.g. two (to calculate cents instead of euros). However some (most?)...