-
As per the conversation in discord;
![image](https://github.com/user-attachments/assets/a204615c-d8c8-494e-86d5-0e2293b88f03)
-
While trying to use miou i encountered some roadblocks. These functions are missing from `Miou_unix`:
- `opendir`
- `closedir`
- `readdir`
- `openfile`
- `mkdir`
- `stat`
- `unlink`
- `rmdir`
…
-
I do not understand how staging works, so I apologize if my understanding is incorrect.
There are currently two unix-only packages (`colorout` and `glaredb`) in the community repository, but they a…
-
I had a hard time finding out how to use `Lwt_unix`. I needed to link with `lwt.unix`.
I couldn't find this anywhere, including https://ocsigen.org/lwt/5.5.0/api/Lwt_unix https://github.com/ocsige…
-
I don't see any warnings about thread safety in `mirage-crypto-rng`, but looking at the implementation:
```
rng/fortuna.ml
27:(* XXX Locking!! *)
```
And there various changes to mutable fields…
-
### Version
20.18.0
### Platform
```text
Microsoft Windows NT 10.0.26100.0 x64
```
### Subsystem
_No response_
### What steps will reproduce the bug?
Currently, Windows (at least .NET) support…
-
Hi! I'm migrating a project to version 6. So var most things are working great :) Thanks!
Given the following minimal program in `main.ml`
```ocaml
let () =
let port = 3000 in
Ocsigen_ser…
-
- [x] Identify Lesson
- [x] Reserve a room
- [x] _Book catering - N/A since financial restrictions Oct 2024_
- [ ] Add course to HPC roadmap
- [ ] Allocate Instructors / Helpers
- [x] Create Coll…
-
**Description:**
The Unix Timestamp Converter template provides a user-friendly interface for bidirectional conversion between Unix timestamps and human-readable dates. It supports various time units …
-
I've downloaded the whole git repository and tryed to open as a new unity project, however I couldn't make it work. I'm new to unity, is there any tips you could give me on what am I doing wrong?