-
I have a CSV file with the following content (just a limited extract here):
```
route_id,agency_id,route_short_name,route_long_name,route_desc,route_type,route_url,route_color,route_text_color
O…
-
The string representation of tokens can currently trigger unexpected calls to doubles for classes implementing `__toString`. This creates errors which are very hard to debug.
The StringUtil should det…
-
In this Gif, I pressed undo 8 times (since I ran the cell 4 times) to get back to the actual editor undo. You can see the counter in `[]` update for each undo stop.
![notebook](https://user-images.…
-
**What?**
Way to convert a list of strings to a list of doubles/numbers. The customer requests a change to to_double, but actual implementation may require a different function completely.
**Intende…
-
(on 2.4.3)
Looks like there's a mix of a few issues in the example below:
- First, least precision floats would be picked if you don't carefully order your overloads (as @ax3l mentioned in #1512),…
-
This example would like to version c but can't since it's in the computation of m
```
#include "gridtools/clang_dsl.hpp"
using namespace gridtools::clang;
stencil test {
storage d, a, b, c;
…
-
I encounter following strange behaviour:
All games appear doubled and without deck title under following circumstances:
I have multiple versions of the deck (v1.0 and v2.0) and played games with eac…
-
We had an issue using the library in two different machines, where one would load the obj perfectly and the other would not. Turns out, that the reader e doing double and float parses without being cu…
-
On PHP after typing $ and first symbols of variable name CodeIntel popup appears.
![screenshot from 2018-04-01 12-53-04](https://user-images.githubusercontent.com/2292168/38171974-6602ef40-35ac-11e8-…
-
```
import os
import sys
from ctypes import *
lib = cdll.LoadLibrary(r'myrustlib.dll')
val='tesTTanotheRRtesTTtest'
lib.count_doubles(val)
```
errors out:
```
func = self._FuncPtr(…