Shunichiro Nomura
Shunichiro Nomura
## Description - `!include` statement seems to fail if the path of the included file contains a Japanese character. - It doesn't fail if I directly execute the command-line, i.e.,...
**Feature description** I would like to hide the events from the remote calendar that I declined so that they don't appear in the timeline view. (Currently, I've added a Google...
**Describe the bug** A task created on 2024-03-01's daily note (for example) and scheduled on 2024-03-02 using the emoji format is not shown in the timeline of 2024-03-02. **To Reproduce**...
## Overview When building the Docker image per [this section](https://github.com/ut-issl/s2e-documents/blob/develop/General/HowToCompileWithUbuntuInDocker.md#32-make-docker-image-and-container) of the documentation, `./setup_docker.sh build` fails while trying to install `gcc-multilib`. Is this a bug or am I missing something?...
## Description When working in [Multi-root Workspaces in Visual Studio Code](https://code.visualstudio.com/docs/editor/multi-root-workspaces), whether `lint.per-file-ignores` takes effect depends on the file pattern. The extension settings are all set to defaults, except for...
## Context Consider the following project structure where: - The root project is the workspace root with two members: `a-lib` and `an-app` - The root project has `a-lib` as a...
### Description When running `mypy` on marimo notebooks, `mypy` reports `error: Name "__" already defined on line X [no-redef]` errors because cells in marimo notebooks are all defined as functions...
### Describe the bug If I use an enum as a value in a pandas data frame (see the `Code to reproduce` section for the code), the backend raises the...