-
On windows systems, passing 'dir_name' argument with intermediate subdirectories to the subdir() function, produces incorrect
return values of current_build_dir() and current_source_dir() functions.…
-
Something that bugs me when I'm writing Lua is the awkwardness of writing really long strings. Either I have to combine them at runtime or sacrifice my 80-character formatting to have a really long st…
-
## Introduction
As requested in #453, we have several modules prints only a few characters (for example, `Processes` module prints only an integer), it will be nice to merge them into one line.
…
-
Concatenation of clipped MODIS files over North America using Xarray takes a long time. For WY2011, just the concatenation part was more than 11 hours. Seek alternatives to improve this workflow.
`sc…
-
**Describe the bug**
The code below raises an error but is valid according to the LMR
**To Reproduce**
```systemverilog
class test;
bit [31:0] pattern;
constraint pattern_c {
fore…
-
Concatenation seems to work properly if you put the madness object first, but not second. Minimum working example:
```
> x = c(1,2,3)
> xmad = madness(x)
Warning message:
In madness(x) : no dim…
-
Let's say I have the following:
```
$first = '1';
$longer .= '2';
$longer .= '23;
```
It cannot align vertically. The expected result is:
```
$first = '1';
$longer .= '2';
$longer .= '…
-
**Outdated:** See remaining discussion.
-----------------------
We have no expression yet to bind a value to the context value. Such an expression would be useful, among other things, to extend …
-
The css-syntax spec seems to:
- tokenize multiple adjacent whitespace characters into a single whitespace token
- consider a newline as a whitespace character
It's confirmed by the serializatio…
-
### Version
```sh
N/A
```
### Details
https://github.com/web-infra-dev/rslib/pull/143/commits/6b7ba677740c84a04eb481f046ed6eb0df3a601c
The output `e2e/cases/resolve/__snapshots__/index.test.ts.…