-
### LeetCode Username
maryszmary
### Problem Number, Title, and Link
392. Is Subsequence. https://leetcode.com/problems/is-subsequence (and many others)
### Bug Category
Problem description
### …
-
The following Quint spec produces a weird dynamic error in REPL + simulator:
```bluespec
module test {
pure def listForall(list: List[a], pred: a => bool): bool = {
list.foldl(true, (b, el…
-
Currently if I want to use an uploaded asset inside markdown editor, then from editing an entry I have to go back to assets, upload the asset, copy its URL and then go back to editing and insert it ma…
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have updat…
-
I've always been interested to explore CL-style condition systems, thanks for bringing some form of it over to Clojure :)
Here's a repro (adapted from the readme)
```clj
(require '[pure-conditio…
-
When I run `test` in this project, I see two `bug` traces that say `"pure code can't perform I/O"`. That would be fine if I just needed to remove some IO from my tests, but ... it also says that all o…
-
we used to have the problem of also not being able to display the array name in the case when adding it via Put Menu. The graph with the array would be created but you had to select and move the graph…
-
`[readsf~]` and `[writesf~]` should be multi-channel aware. However, there are few open questions that need to be sorted out.
---
`[readsf~]`
Different soundfiles can have different number of…
-
#### Description
Consul-Terraform-Sync has a dependency on Terraform, that depends on a library called Go-getter and that depends on git (and hg) as an os executable. This means when running even the…
-
### This function solves the problem (这个功能解决的问题)
Avoids users to enter wrong data from the get go
### Expected API (期望的 API)
This will allow us to mask inputs to specific format e.g (##)-(####)…