-
```
c = require("hs.canvas")
a = c.new{ x = 100, y = 100, h = 100, w = 100 }:show()
a[1] = {
type = "rectangle",
action = "fill",
id = "part1",
trackMouseEnterExit = true
}…
-
По окончании теста возникает следующая ошибка.
```
2015-07-29 16:59:59,915 [INFO] yandextank.core.tankcore Building HTML report...
2015-07-29 16:59:59,915 [DEBUG] yandextank.core.tankcore Adding arti…
-
```
How does the product behavior differ from your expectations?
* 2 files that exist in the normal Google Play Services libproject do not exist
in the Google Play Services for Froyo folder. Why wer…
-
```
I have a few further patches that I'm willing to contribute if there's interest:
1. XHTML attributes for tables.
Append '{@class #id !style ^language}' to a table's header row to define
'class',…
-
```python
import astropy.units as u
import matplotlib.pyplot as plt
import dkist
import dkist.net
from sunpy.net import Fido, attrs as a
import sunpy.map
asdf_path = Fido.fetch(Fido.search(…
-
I'm working with a large FormWizard, and the way that users will interact with the data after form submission is such that Foreign Key fields in the model would be a problem. So, I'm using the plain S…
-
**Describe the bug**
I always get log of create table md_ets_metadata. Is due to a bad config ?
**To Reproduce**
Steps to reproduce the behavior:
`LOG: statement: create table if not exists md…
tzzed updated
2 months ago
-
Yet another experiment to properly generate efficient modular addition in pure LLVM IR in at least x86 and arm without inline assembly (follow-up of #102062, #102868). This time using the intrinsics l…
-
We’re seeing a lot of these messages in standard-error:
```
Unexpected attribute syntax_type on node of type scope
```
These are emitted [here](https://github.com/github/stack-graphs/blob/7b15ca…
bm-w updated
4 months ago
-
## Description
To write a pattern to recognize a `let` block in a rule, one would write:
```julia
let ...
...
end
```
because multiple bindings can follow the `let` keyword. However, at the m…