Nicolas Trangez
Nicolas Trangez
Confirming, ran into the same issue with a Backpack project: ``` Resolving dependencies... cabal-3.6.2.0: Cannot select only the dependencies (as requested by the '--only-dependencies' flag), the packages xinu-0.1.0.0 and xinu-ffi-0.1.0.0...
When an ISO is listed in the configuration, it must exist. If it does not exist, it should be reinstated, or the configuration must be fixed (though not simply as-is:...
> Containerd will automatically try both endpoints to pull images so "registry HA" What happens if both registries are up, but one doesn't have all ISOs (yet), and 404s when...
Strictly speaking, the minion ID is not too long. The CN we generate is. Hence, given said CN is not used for host identification, can't we truncate it, somewhat under...
So, I'm no longer sure we should do this. The rationale is as follows: when running the rendering at build time, it becomes *very* difficult to 'know' what exactly changed...
## Spawning and exception handling Indeed, making a distinction between (in Erlang vocabulary) `spawn`, `spawn_link` and `spawn_monitor` would be good. At that point, the question becomes whether using Ki and...
## Base monads Did you ever consider turning `Actor` into a transformer? While using `drama`, I frequently wished for there to be some `Reader(T)` environment to be available. Similarly, I...
This would still require to have `foo`s around which, somehow, return `custom_block` `value`s, hence, some kind of OCaml-specific C stubs. What if `custom_block_t` could (somehow) take the address of a...
Right. For the use-case I had in mind, the wrapped value is always a pointer itself, so size is a known constant. `used` and `max` could be 0 and 1...
> Is it some sort of Microsoft-flavoured SMTP server? No, a fairly standard setup with Postfix as MTA and Dovecot as MDA. The headers seem to be added by the...