Ivo Georgiev
Ivo Georgiev
The dbus type a{sv} (array of string -> variant pairs) is considered a dictionary, so it usually gets translated to a JS object by DBus clients. In this Dbus implementation,...
Hello, Obviously, this crate was designed to operate as a server, but there are a lot of cases where embedding it into an application make sense: * using it in...
I was working out the math behind [computeProfitMaximizingTrade](https://github.com/Uniswap/uniswap-v2-periphery/blob/master/contracts/libraries/UniswapV2LiquidityMathLibrary.sol#L17) and I discovered an issue there assuming a, b are reserve0 and reserve1, the math in that function: `sqrt(a*b*price/0.997) - a/0.997` differs...
Hello, It seems that node-webkit does not have console output on Windows (it just forks as a background process), which prevents me from properly debugging a custom NPAPI browser plugin....
IMHO this framework should do more to ensure the tx handling/general behaviour is deterministic There are a bunch of ways to do this, one of them seems really useful: https://deterministic.js.org...
In case srt subtitles are returned (identify file extension in the URL), warn the addon creator that SRT is not supported and suggest that they convert to VTT using our...
Document a few important characteristics of the addon system 1. `catalogs` is completely independent of `resources` and `types`; you don't have to define the `catalogs` resource, or you don't have...
maybe there are better options for serverless, and since we now support it, we should look into that https://headmelted.com/serverless-showdown-4a771ca561d2 - AWS lambda has a free tier, can we integrate with...
stuff in the guide that we need to check - [ ] going through the guide and following it step by step leads to a smooth, frictionless experience stuff in...
right now there are a few methods to publish the addon (runHTTPWithOptions, getServerlessHandler, etc.) so it gets messy also the builder would allow you to define stuff without having to...