-
We have observed that IndexedDB can be super slow with writes and cause major lag and jank in the app when there is a huge amount of data to store on App init.
Our solution for now has been to jus…
-
Is there documentation or a paper available that explains the parameters involved in creating a HyperGridTransform object?
```python
class HyperGridTransform:
def __init__(self, num_bins=4…
-
It seems rather counterintuitive to force boxing of video frames for the API. When attempting to do real-time interactive applications like web based remote desktop, low latency is key and MSE forces …
-
Forking the conversation from https://github.com/dotnet/runtime/issues/14032, creating this issue is to discuss a potential design for a specialized heap implementation that supports _O(log n)_ priori…
-
[Hacker News wants unquotes](https://news.ycombinator.com/item?id=10326221). We happily oblige.
## Unquotes in expressions
Whenever the parser is ready to parse a term, it should also expect an unquo…
masak updated
3 years ago
-
I have set up clangd for lsp-mode, which works fine, when the clangd server is on the same machine as emacs. I have also attempted to use this remotely. In this case both involved machines are Linux, …
-
## The issues with current text styling methods
- Typesetting decisions are based on text column width, not viewport width, but we only have tools to change typesetting based on viewport width with…
-
I think the only missing thing is a little bit of documentation and this awesome package could be published. Or are there any objections?
-
As discussed in #23114, setting `LC_ALL=en_FR` or `LC_ALL=fr_US` doesn't work at all currently, ~~i.e. neither `wxLocale::Init(wxLANGUAGE_DEFAULT)` nor `wxUILocale::UseDefault()` actually do anything …
-
One thing that bother me alot is that pandas lacks good unit support (e.g. quantities, pint, ...)
Is there a chance that xray will support it?