-
some further suggestions from @Tonic8:
- if a field in an object is a DateType, you can convert it in something InfluxDB will understand:
```
(dir | select -first1).lastWriteTime | gm
(dir | sel…
-
### Description
Originally opened as TriticeaeToolbox/breedbase#6.
Date trait exports data sometime in Julian day of the year, sometimes as a date string. In both cases, they appear in Fieldbook's…
-
Crash Log 11/9/2024 - 12:15 PM:
The added or subtracted value results in an un-representable DateTime.
Parameter name: value
at System.DateTime.AddTicks(Int64 value)
at TBChestTracker.Exp…
-
Hi
I am using Tableexport version(5.0.0),i have date in the table and while export to excel i am facing below issue
Html table data
![image](https://user-images.githubusercontent.com/12031027/3…
-
Hi there,
I saw this code in your config:
```el
(let ((inhibit-read-only t))
(with-current-buffer (get-buffer-create "*org-ql-complex*")
(erase-buffer)
(--each '(("Done today" #'cl…
-
### Check existing issues
- [X] I have [checked for existing issues](https://github.com/Esri/calcite-design-system/issues) to avoid duplicates
### Actual Behavior
Currently, `calciteInputDate…
-
```python
import pandas as pd
import pandas._testing as tm
from io import StringIO
df = pd.DataFrame(
{
"A": pd.to_datetime(["2013-01-01", "2013-01-02"]).as_unit("s"),
"B"…
-
### Context
Following the naming pattern set in SARS-CoV-2 sequences, strain names are usually `//`. All three fields are typically available in the metadata so we can concatenate them to "build" a r…
-
**Describe the bug**
"Some" polars dataframes are converted wrong to hyper. We created a minimum example and found out that
we can only reproduce the issue with dataframes having 12 or more rows and…
-
**Describe the bug**
When creating a Gantt diagram with the option "excludes weekends", and specifying some event duration with start and end date, the resulting diagram will display a longer period …