Dongdong Kong

Results 65 comments of Dongdong Kong

Another short script to reoccur this issue: ```julia using GLMakie, Makie, Dates x = DateTime(2019):Day(1):DateTime(2020) y = rand(length(x)); _xticks = DateTime.(2019, [1, 3, 6, 9, 12.0], 1) _xticklabels = Dates.format.(_xticks,...

I have the same issue when run `R: Run Selection Line` ```R pacman::p_load( data.table, dplyr, lubridate ) ``` vscode terminal give errors: ```R r$> pacman::p_load() Error in match.call(expand.dots = FALSE)[[2]]...

This solution works for me. https://github.com/REditorSupport/vscode-R/issues/1590#issuecomment-2717388826 ```R options(radian.auto_match = FALSE) options(radian.auto_indentation = FALSE) ``` write into .Rprofile or .radian_profile. Then restart

This is still an issue on Feb 26, 2025. ```markdown ## 1.2. 一级标题 ## 1.3. 一级标题 ## 1.4. 一级标题 ## 1.5. 一级标题 ## 1.6. 一级标题 ## 1.7. 一级标题 ``` ![Image](https://github.com/user-attachments/assets/953e537b-a229-4b3c-b523-309360a03e38)

This is a temporary solution. ```julia using Makie, Dates import Dates: AbstractTime import Makie: date_to_number, convert_single_argument import Makie: DimConversions, NoDimConversion, DateTimeConversion using GLMakie, Makie, Dates Makie.convert_single_argument(dates::AbstractVector{Dates.AbstractTime}) = date_to_number.(dates) Makie.convert_single_argument(date::DateTime) =...

According to the comments of [Alexander-Barth](https://github.com/Alexander-Barth), (the developer of NCDatasets.jl). The netcdf that xee exported has the following format errors: 1. coordinate variable must not have the _FillValue or missing_value...

> Does it work with `Enzyme.API.runtimeActivity!(true)`? This function seems removed.

https://github.com/rafaqz/FieldMetadata.jl/blob/e2203ae52946f1cf49ba602675fa034752e80d6c/src/FieldMetadata.jl#L161-L166 This issue can be solved by adding a field check ```julia key = getkey(fn) # Then make sure its a call to | expr = line.args[2] !hasfield(typeof(expr), :head) &&...

But there are five lines can not be passed tests even with the original version. https://github.com/kongdd/FieldMetadata.jl/actions/runs/18096859843/job/51489801526 ```julia using FieldMetadata, Parameters, Test, Markdown, REPL abstract type AbstractTest end import FieldMetadata: @description,...