Huidae Cho

Results 158 comments of Huidae Cho

> float vs int (decide based on CELL vs FCELL?). If not returning a string, I think this distinction needs to be made to avoid any int precision issues. Large...

> Hello, > > I am a GSoC'23 aspirant, I am confused about the graph. You said "Looks like parallel efficiency is computed as t_1 / (n * t_n) where...

Hmm... Is it a critical error? ``` Total file count: 11200 ---- Processed file #496 (4.4%) An error has been caught http-client index 1, retrying the upload Error: read ECONNRESET...

The artifacts download page shows the uncompressed size, not the actual download size. It can be confusing. Artifact upload strips away the root directory when compressing. For example, uploading `C:\OSGeo4W64`...

What is the format of artifact URLs? https://github.com/OSGeo/grass/suites/1725687151/artifacts/32660968 How can we download them programmatically?

> > What is the format of artifact URLs? https://github.com/OSGeo/grass/suites/1725687151/artifacts/32660968 How can we download them programmatically? > > See https://docs.github.com/en/free-pro-team@latest/rest/reference/actions#list-artifacts-for-a-repository That's cool. Thanks! https://api.github.com/repos/OSGeo/grass/actions/artifacts However, clicking url or archive_download_url doesn't...

> > Also, is this compressed OSGeo4W64 folder recognized by the OSGeo4W64 installer when later one tries to upgrade this installation? > > see [PackagingInstructions](https://trac.osgeo.org/osgeo4w/wiki/PackagingInstructions) how OSGeo4W packages should be...

Maybe related: https://docs.github.com/en/apps/creating-github-apps/authenticating-with-a-github-app/making-authenticated-api-requests-with-a-github-app-in-a-github-actions-workflow

Current status: I can compile the entire `gisbase` using CMake 3.29.1 and GCC 13.2.0. Running `grass` directly from `build/gisbase` works fine. For my records, message from `message(WIN32=${WIN32}, MSVC=${MSVC}, MSYS=${MSYS}, MINGW=${MINGW})`...

> I did what I could to help out on this feature (that I really want) with what I'm good with, the CI. I made them as code suggestions to...