Takahiro Ueda

Results 48 issues of Takahiro Ueda

As far as I understand, `separate_arguments()` accepts one argument (see the 2nd one in the [reference](https://cmake.org/cmake/help/latest/command/separate_arguments.html)), but ```cmake set(VAR "1 2 3") separate_arguments(VAR) message("${VAR}") ``` leads to a wrong complaint:...

acknowledged

It seems that the definition of "dirty" in the plugin is a bit different from that of `git describe`: untracked files always make the working copy dirty. If this is...

enhancement

Mathics gives a warning message `UpSetDelayed::write: Tag Pattern in a b_ is Protected` for the following definition: ```mma a b_ ^:= c ``` though the definition seems to work (for...

The second line in the following definition of a function gives an `AttributeError`. ```mma f[Except[_[___], x_?NumericQ]] := g[x]; f[f[x_]] := x; (* crashes with AttributeError: 'NoneType' object has no attribute...

Thanks to #1229, `$Path` is now modifiable. But I was wondering if changing `$Path` is reflected in the `Get` command. Suppose I have `lib/Lib.m`, whose file content is ```mma 42...

FeynRules

This is not a bug in `gitlint` itself, but a problem caused by interaction with `pre-commit`: running `pre-commit autoupdate` updates `gitlint` hook in `.pre-commit-config.yaml` to `v0.19.0dev`. This is not good...

discussion

When the browser window size is small, the numbers on the clock are not visible: It would be very nice if the toolbar could be automatically hidden when the window...

Is it possible to use odeint without uBLAS? Background: vcpkg's [`boost-odeint` port](https://github.com/microsoft/vcpkg/blob/19fe942c1338fac61b46df4823501a532c1b3d0e/ports/boost-odeint/CONTROL#L4) does not include `boost-ublas` in its dependency. So, if one simply uses `#include ` then encounters a compilation...

Sometimes it may be useful not to make any intermediate files inside the working directory. Introduce the following option to select the build directory in configuration files like ```make BUILDDIR...

enhancement

Can we use [EditorConfig](https://editorconfig.org/) to pass `-y 'defaultIndent: "..."'` to `latexindent`? (See also #22.) To this, we need to extract the values of `indent_style` and `indent_size` for target files, which...

enhancement