-
I'm going back to finishing off [amos-back](https://github.com/solviofoundation/amos-back) tomorrow, thought I’d share a debrief:
- I created branches master (for releases, currently empty), develop…
-
Hi! A quick question please, something I've struggled to make work for some time. I have
```fsharp
type Wrapped = {nums: int list}
let numsL p = Optic.lens (fun w -> w.nums) (fun v w -> {w with n…
-
Hello,
I am looking at this tool and it looks well thought out. In looking at it, I have a couple of questions.
1) I see you have a bit of documentation on handling custom binaries but I don’t see …
-
### So sánh Object-Oriented Programming vs Functional Programming
**Object-Oriented Programming (OOP)** là một mô hình lập trình dựa trên khái niệm đối tượng (object), là kết hợp giữa data thể hiện d…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR35607](https://bugs.llvm.org/show_bug.cgi?id=35607) |
| Status | NEW |
| Importance | P enhancemen…
-
Having to build something that exists both at runtime and at compile time is a common problem with TypeScript.
Libraries like io-ts make it possible to validate or deserialize values with known typ…
-
I need some help, but I am not really sure what I am doing:
We have a hyperspectral camera in our LemnaTec system. I am able to use Date Science Tools ([LT-db-extractor.py](https://github.com/danfo…
-
Hello,
I am currently in the process of creating a python based REST api. I wrote an openapi 3.0 interface that reference an external json-schema file using $ref: 'test.json' (openapiref)[https://g…
-
It would be nice to be able to read the image pixels as `u8`. This doesn't currently work because `palette::Rgb` requires floating-point channel values.
As per #2, this somewhat of a misuse of the …
-
| | |
| --- | --- |
| Bugzilla Link | [30792](https://llvm.org/bz30792) |
| Version | trunk |
| OS | Linux |
| Blocks | llvm/llvm-project#4440 |
| CC | @Arnaud-de-Grandmaison-ARM,@efriedma-quic,@gb…