Jonas Nockert
Jonas Nockert
It seems modals are 50% of screen width but this is very narrow on a mobile phone. It would help if this could be configured.
When clicking outside the modal, it is automatically closed, which is probably what most people want. In my particular use case though, I don't want users accidentally closing the modal...
In section 3.2.1 on autocorrelation, it is stated that > one way of thinking about autocorrelation is "If I know the position of the series at time *s*, can it...
While ```let json_value mnist = {"one": [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16]}``` works fine, ```let json_value mnist = {"one": [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17]}``` causes the error message ```Max 16 arguments to function.```
``` print(get_time_of_day()) ``` always prints out zero on my machine (2017 Macbook Pro 13" with High Sierra installed).
Update: I've added a minimal test setup below and it seems like this might be a combination of two things. Starting with 13.2.0, I get an error ``` 1) My...