Bas Nijholt

Results 218 issues of Bas Nijholt
trafficstars

## ([original issue on GitLab](https://gitlab.kwant-project.org/qt/adaptive/issues/133)) _opened by Bas Nijholt ([@basnijholt](https://gitlab.kwant-project.org/basnijholt)) at 2018-12-17T14:27:32.116Z_ See https://gitlab.kwant-project.org/qt/adaptive/merge_requests/141#note_21902

LearnerND

@markianwallace and @iamcagn, could you guys try the code of #114? It works like this: ```yaml circadian_lighting: - profile: default min_colortemp: 2000 interval: 30 - profile: early min_colortemp: 3000 interval:...

This is some code to show the sun elevation over the course of 3 days. ```python import datetime from astral.geocoder import database, lookup import astral.sun import matplotlib.pyplot as plt import...

Just leaving this here for feedback. Inspired by #114, I have heavily simplified the setup. Now it's just a single switch that can take all of the settings. I plan...

This lib looks pretty neat! However, I found it because I was looking for persistent caching, so to disk. Do you have any plans to implement this?

I have just notices that the following happens: ```go a := decimal.RequireFromString("1.5") b := decimal.RequireFromString("3") one := decimal.NewFromInt(1) bInv := one.Div(b) fmt.Println(a, b, bInv, a.Mul(bInv), a.Div(b)) ``` which prints ```...

```go a := decimal.RequireFromString("0.499999999999999999") b := decimal.RequireFromString("0.25") fmt.Println(a.Mod(b)) ``` prints `-0.000000000000000001`. It should never be possible for the number to become negative.

Reopening https://github.com/adshao/go-binance/pull/214

```python from ipyparallel import Client, require client = Client() lview = client.load_balanced_view() dview = client[:] dview.use_cloudpickle() @require('types') def func(x): return types.SimpleNamespace(n=x) res = lview.map(func, range(10)) res.result() ``` gives ``` ---------------------------------------------------------------------------NameError...

#### ALL software version info - HoloViews tried latest master and latest release - Bokeh 2.4.2 #### Description of expected behavior and the observed behavior data_aspect and responsive do not...