-
```fortran
subroutine dvout()
implicit none
character(80) line
integer ifmt, lll
ifmt = 10
lll = 15
line = "1234567890123456789001234567890"
write( *, fmt = 9999 ) ifmt, line( 1: lll )
9999 f…
-
In the `_right_kernel_matrix` method of `matrix_integer_dense` there is a choice of 3 algorithms. With choice `algorithm='pari'` it calls the `matkerint` routine of PARI. According to the documentat…
-
According to http://momentjs.com/docs/#/displaying/format/, Moment.js supports (among others) these localised date formats (omitting lowercase variants for brevity):
| Contents | Code | Example |
| -…
-
I started using `zod` in one of the packages in my team's monorepo, and everything was great. The `zod` version that Yarn installed was `v3.22.2`.
I then add `zod` to another package in my team's m…
-
The call stack is as follows, I think it's because I use a timer( created using `timer_create`) in my program, so the program interlocks at the following two red boxes.
Instead of using a system ti…
-
I think I would be happier if all our dense matrix type always stored rows in order, with a slot for the row stride (e.g. in bytes) instead of having an array of pointers to rows.
Pros:
* Less s…
-
**Describe the bug**
There is an `LL_ASSERT` that fires: https://github.com/zephyrproject-rtos/zephyr/blob/a150c7ee77687d543b903ea9008754da7415f4b5/subsys/bluetooth/controller/ll_sw/nordic/lll/lll_df…
-
On a large setup, we found that regexec in https://github.com/rsyslog/rsyslog/blob/0d52ea8a918a5148c4be773fae5c64a63aea4c12/runtime/msg.c#L3925 could cause a lot of lock contention
```
34 Thread…
-
Opening up for ~chaos~ discussion.
Proposal:
* Update column wrapping from 80 -> 100 or 120
* Update linter to apply new rules after a set commit
Motivation:
* Introduction of generics make…
-
### Environment
```js
{
moment: '2.30.1',
momentTz: '0.5.45',
date: 'Fri Sep 20 2024 15:50:16 GMT+0400 (Самарское стандартное время)',
intlZone: 'Europe/Samara'
}
```
### Issue de…