-
## Breaking change proposal
I propose the following breaking change, to drop support of `Decimal.js` when using `Decimal` and return a `String` instead by default. Optionally, `Decimal.js` or any o…
-
On the TokensList page, we subscribe e.g. to `balanceOf$(myAddress)`. This creates a WS subscription to `eth_blockNumber` (light client listens to new head, updates balance on new block).
Now when …
-
-
# ES Module Support for Lumos
## Motivation
ES module is the modern standard for JavaScript module system. It is supported by all major browsers and Node.js. It is also the default module system…
-
We have been given a green light at https://github.com/tomassedovic/etherpad-lite-client-js/issues/15 to push a necessary patch into upstream.
Once that is released, the dependency can be updated t…
-
```
What steps will reproduce the problem?
1. Open new session
2. Wait some minutes
3. Screen freezes
4. Connection lost
What version of the product are you using? On what operating system?
Gentoo x…
-
```
What steps will reproduce the problem?
1. Open new session
2. Wait some minutes
3. Screen freezes
4. Connection lost
What version of the product are you using? On what operating system?
Gentoo x…
-
Hey Michiel I'm trying to migrate to the newer HueApi content and I'm running into an issue.
```cs
using HueApi.Models;
using HueApi.Models.Requests;
using HueApi.ColorConverters.Original.Exten…
-
I try to send a JSON object with a web client inside one application, connected to the server running on another app.
With a very light JSON all is working fine.
With a very big JSON (6Mb) the clien…
-
To catch obvious mistakes, it would be nice if we could syntax-check the AM PHP code before it can be submitted.
Also adding syntax-coloring would help to catch problems.