-
Source map support has now landed in dart2wasm (thanks to @osa1 ) in 10742d9a12a194b07272640cb342572b8989508a (see [flutter/flutter/pull/151643](https://github.com/flutter/flutter/pull/151643) for the…
-
Pros:
- Auto-documentation is no more an issue with [sphinx](https://www.sphinx-doc.org/en/master/)
- Python is free
- CI testing can be done on the cloud, e.g. with [Travis](https://travis-ci.com/…
-
I've tried asynqp at first, but they for some reason don't allow coroutines to be message handlers, which is also insane (that's defiles the purpose of the library, don't you think?).
Your library on…
-
To-do list so far:
Brownian motions:
- Switch to interval interface.
- [x] Brownian
- [x] BrownianInterval
- [x] BrownianPath (both Python and C++)
- [x] BrownianTree (both Pyt…
-
Hello,
I have a problem when opening a grib file, reading a field and rewriting it.
It seems that when writing the file it has some encoding problem.
```python
import os
import shutil
…
-
Here we track code quality issues that became visible due to the modularization. The goal is to fix those issues after the basic modularization has been merged into master, as addressing all of them b…
-
Hi folks! I was made aware of the `cubeb` and `cubeb-rs` projects by @padenot after his excellent WebAudio talk at Native Instruments last night. It's exciting to see the Mozilla cross platform audio …
-
This post is about running multiple tor processes on one bridge, for better scaling on bridges that handle a lot of traffic. It is not a completely supported configuration, and requires a few workarou…
-
Right now, vg is a strong reference implementation of basic ideas in graphical pangenomics, but its performance suffers in a number of contexts due to a number of design decisions that are hard to unw…
-
```
According to documentation, Query.addFilter() and Query.getFilterPredicates()
are deprecated.
Query.CompositeFilter should be used, with Query.CompositeFilterOperator.AND.
Also, Query.setFilter…