-
For a music editing program, I'm storing a series of timestamped events (note data) in an Immer container. I would like to use the timestamps as keys in a sorted map, but Immer lacks sorted maps. I'm …
-
**Describe the bug**
Using Controlled variant of a function crashes language server and throws compilation errors "QS7022 The compiler threw an exception." and "QS7106 Unable to serialize the built…
-
**Motivation:** have a way to annotate the "type" of feed contents. For example, determine if you're looking at a hyperdb key/value feed, a hyperdrive, or some other thing. A requirement is that code/…
-
### 🚀 The feature, motivation and pitch
I'm coding on protein generative task. when data is 6w + function description, the time cost is
![img_v3_00dc_27188a47-8aa8-46d4-8228-f536ae3afe7g](https://g…
-
Here's a sample of the code showing the problem.
```crystal
class Example
struct Thing
property count = 0
end
property thing = Thing.new
def foo
puts thing.count # => 0
…
-
Especially needed to deal with mutable `Seq`s. Here is an abstract for the project:
Functional reactive programming (FRP) is a popular paradigm for developing web interfaces, but care needs to be t…
-
In some use cases, deep cloning is required. To account for peculiarities of certain types, make a
`GENERIC: deep-clone ( obj -- deep-cloned )`
-
From https://github.com/fsprojects/Fabulous/issues/258#issuecomment-509249457
Watching Yaron Minsky's Strangeloop talk, I notice that F# immutable maps should likely support a "symmetric diff" op…
dsyme updated
6 months ago
-
Issue imported from https://tracker.freecad.org/view.php?id=4831
* **Reporter:** @sliptonic
* **Date submitted:** 1/16/2022
* **FreeCAD version:** 0.2
* **Category:** Bug
* **Status:** new
* *…
-
The behavior of chomp has always been kind of weird, especially when it forces you to write:
```
chomp(my $line = );
```
instead of:
```
my $line = chomp ;
```
Shouldn't chomp work more like trim?…