-
If an expectation is caught by `pcall` or `xpcall` it should still fail the containing test. This can help guarantee that if code runs, it is able to fail a test!
There may be some compatibility co…
-
### Version
2.5.59.0
### Operating system type + version
Windows 10, version 21H2
### Behavior
Inside wall perimeters are slightly extended when in wall is a hole. I checked the same stl in P…
-
I'm implementing tokens with the community group's recommended syntax:
```yaml
breakpoint:
$type: dimension
$extensions:
com.redhat.ux:
use: breakpoint
heading: Breakpoint…
-
The ORDER BY clause allows to use functions. Today, I tried to use `COALESCE` there, thinking that it was a function (which it is in SQL). However, the DQL parser implements it as a dedicated type (a …
stof updated
4 months ago
-
For some applications it is desirable to to declare primary keys for tables. For example, sqlalchemy requires all mapped tables to have a PK if the ORM layer is to be used.
If we were to declare a …
-
This is a pretty subjective title but mpkg should the scripter wants - getting autoupdates to work with minimal fuss. Thus, how about something like this workflow
* user adds mpkg .xml into their .mp…
vadi2 updated
7 years ago
-
-
My full backups work fine, and regular pushes of wal files work too. Thanks!
But a delta backup tends to fail with errors like this:
```
ERROR: 2020/02/18 03:10:11.086988 upload: could not Uplo…
koehn updated
9 months ago
-
According to the [Dart Language Versioning spec](https://github.com/dart-lang/language/blob/master/accepted/future-releases/language-versioning/language-versioning.md), [individual libraries can overr…
-
Doesn't work:
```js
expect(parseActivity, 'when called with', ['M1'], 'to throw a', SyntaxError)
```
```sh
1 failing
1) parseActivity should throw on syntax err:
SyntaxError
…