-
Fare and rpgoldman needs younger lispers.
-
Add a way to enrich the capabilities at runtime
Bonus: do not restrict the plugins to be developed in (100%) in Haskell
-
Consider the following simplified testcase:
```
Kind t type.
Type abs t -> t.
Theorem foo : forall (T : t -> t) U V,
T U = T V -> abs (T U) = abs (T V).
intros.
```
This goal should be tri…
-
An existential query returns simply true or false – true if the select query has at least one result, false otherwise. For example, the following query returns true if there is at least one row in R …
-
`torch.Generator` creates different numbers for the same seed on cpu and gpu.
replication code:
```python
>>> import torch
>>> device = torch.device("cuda:0")
>>> cpu_gen = torch.Generator(); c…
-
## Context
When working on https://github.com/google/OpenSK/pull/67, we realized that building some boards was failing to build on my desktop, but not on Travis-CI. The reason was that the **paths …
-
May be related to recent optimizations of parallel combinators. Copying @horned-sphere.
```
[info] ZIO Test
[info] - ZIOSpec
[info] - foreachPar
[info] - runs a task that fails
[info] Ti…
-
## How to reproduce the behaviour
I cannot reproduce the same results when training a NER model using GPU in Google Colab.
When running the same code with CPU it seems to work.
However, when enab…
-
_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/Break-points-in-source-generated-files-d/10707196)._
---
[severity:It's more difficult …
-
## Sample code:
```rust
#[pallet::weight(10_000)]
pub fn do_something(origin: OriginFor) -> DispatchResult {
let writer = sp_runtime::offchain::storage::StorageValueRef::local(b"some-key");
…