-
I would expect this to work, and allows for some useful patterns like:
```
@blue model AsBlue is T;
model Test {
blueString: AsBlue
}
```
This really drives home the need for errors which…
-
Given I place a store just before the server shuts down,
Then the item disappears from the inventory but the store is not saved with the map data.
I am 99% sure that if I did this in reverse, e.g.…
-
simplified template is
`
`
the text is not centered (also tried setting vertical-align: middle; via css text-alignment: cen…
-
This error pissed me off. Any clue to fix this.
When I click on snapshot and then restore, VM turn to save instead of running.
-
**Describe the bug**
In cluster mode, calling this command with two channels mapping to different slots, like `PUBSUB SHARDNUMSUB ch1 ch2`, succeeds. It should return a -CROSSSLOT error, like any c…
-
I wonder if it's possible to keep Photon's syscall hooks and scheduling machinery general, so for example it could be used with Lua (coroutines), etc.
It seems a challenge for Photon will be robust…
belm0 updated
6 years ago
-
CuArrays provides some machinery so that base functions (like `sin` or `lgamma`) can be replaced with their cudanative equivalents. With that this package could be folded into CuArrays and always "jus…
-
Hi!
I'm a maintainer of your project on Debian!
Recently presets had an error during construction.
The 'imp' module has been discontinued since Python version 3.4.
I applied this patch to solve …
-
Hi, I was looking into using machinery in my project, but when I checked if it supports my use-case, I ran into this:
```go
// Server is the main Machinery object and stores all configuration
/…
-
OpenCensus has been designated as the favoured tracing solution in both GCP and Azure environments.
OpenCensus and OpenTracing does not work well together. So I'm proposing two possible solutions h…