-
Original reporter: `santtu`
Affected version: `OTP-18.2.1`
Fixed in version: `OTP-19.3`
Component: `kernel`
Migrated from: https://bugs.erlang.org/browse/ERL-90
---
```
h2. Introduction
I have fou…
-
### Problem description
1. Perform base install on an m1 mac.
2. open a file with .ymal or .kt(kotlin)
3. Error should pop up.
```text
Error executing vim.schedule lua callback: Failed to load …
-
***
### Daily status - 2021 November
This is the daily status thread for 2021 October. Daily status posts will be put daily (or when I get to it) below this post.
[Click here to see last …
-
We’ve recently [started a project](https://exercism.io/blog/redesigning-tracks-in-partnership-with-chicago-university-and-sloan-foundation) to find the best way to design our tracks, in order to optim…
-
微信号 programmer_life 功能介绍 十年漫漫程序人生,打过各种杂,ߖ…
-
Some way of saving the WebAssembly execution state and later restoring it would be useful in order to port blocking APIs to platforms whose equivalent APIs are async, especially the Web itself, which …
-
In the example program in the README, what happens if the etcd update receiver dies? Well, their queue builds up and the actor sending them things gleefully continues to send things to the inbox witho…
-
This isn't really a 'bug' per-say, but it would be really nice to have this library implemented on top of the regular java Socket interface rather than the java nio one because the nio stuff doesn't w…
-
## Latest news on native ARM compatibility
- **(2020-12-26) We currently have 3168 formulas bottled for Apple Silicon in homebrew-core. At this point, the table below is probably not really relevan…
claui updated
3 years ago
-
On Linux & MacOS we can write this; on Windows it fails with a "sharing violation":
```
path := "delete-after-open"
fd, err := os.OpenFile(path, os.O_RDWR|os.O_CREATE, 0600)
if err != nil { ... }
…