-
```
WorkSheetEncoder.EncodeCell() does not check for cell.Value is long type and
throws an Exception. Solution is like in Wiki.Wishlist post.
```
Original issue reported on code.google.com by `jaro…
-
```
WorkSheetEncoder.EncodeCell() does not check for cell.Value is long type and
throws an Exception. Solution is like in Wiki.Wishlist post.
```
Original issue reported on code.google.com by `jaro…
-
```
WorkSheetEncoder.EncodeCell() does not check for cell.Value is long type and
throws an Exception. Solution is like in Wiki.Wishlist post.
```
Original issue reported on code.google.com by `jaro…
-
Hi, I created a Multiselection field, but in the table displays the array.
`["1","4"]` not the values.
Why ?
-
Hi,
Can we use primitive data types as Generics?
### Here's my JSON:
```json
{
"result": 33
}
```
### Here's my Model:
```swift
class Result: Mappable {
var result: T?
…
-
Hello everybody,
I wanted to share a technique that technically shouldn't be possible in Dart, but that is possible in Dart. It is based on a technique that Rúnar Bjarnason introduces in his talk […
-
XGBoost raises a `ValueError` when trying to train a model with a Polars dataframe with categorical data.
```python
import polars as pl
import xgboost as xgb
X = pl.DataFrame({
'num1': [1…
-
Hello!
I'm facing with an insert issue with JSON column. Could you clarify how to correctly insert it please?
Here is the error string from ClickHouse:
```
2024.10.08 09:33:48.759669 [ 756 ]…
-
I'm not sure whether or not this falls into a feature/bug or perhaps an "unfulfilled/unrealistic assumption". Further, my experience here might be "the tip of the iceberg" on a bigger underlying issue…
-
A tricky aspect of this is that there are many fields, and some of them are lists. You may have to use GUI creativity to figure out a good visual presentation.
I don't expect it to be perfect---Elo…