-
## Description
If Websites like Google asks for security key, Brvae can not detect it. It works fine on Firefox. The Nitrokey and Yubikey does not work. I tried USB-A and USB-C port
## Expected…
-
After having tested my installation (proof of concept), I noticed that the cheap microphone I got has a very low quality. It's actually not usable at all (almost can't hear anything but noise). It was…
-
See the discussion here: https://github.com/facebook/reason/issues/491#issuecomment-222324029
We can make GADTs less scary, by making them a natural syntactic extension of regular variant declarati…
-
Here is the [technical manual](https://m.panelook.cn/LM40SAMFHD700AG25WV-40-TFT-Liquid-Crystal-Display-module-with-LED-Backlight-unit-detail_155306.html)
I believe this is one of the earlier models…
-
Currenlty it seems that the location passed to the generator function
```ocaml
loc: Location.t -> path: string -> `input_ast -> `output_ast
```
at least in the `str_type_decl` case is the loc for…
-
Dear all,
As you may know, some of us are interested in interactivity features during unification.
Whatever it means concretely (unification hints #361, a new tactic language, etc...), this is how l…
-
As the project grows, it seems to me that our current setup with vanilla JavaScript may be not enough: we have quite a few components and interfaces among them, and in particular we could use some wor…
-
After some consideration, I think I'd like error handling to be closer to Rust:
* Everything is a `result` if it can fail
* Or you consciously `panic!`
Panics are actual terminations, and would…
-
Hello,
I'd like to build a server able to act as a regular HTTP server but also as a websocket server, depending on the path of the initial HTTP request. For example, querying http://myserver/ws will…
zoggy updated
7 years ago
-
Given this input (a [destructive substitution](https://v2.ocaml.org/manual/signaturesubstitution.html#ss:destructive-substitution) of a module-item):
```ocaml
module Frequency : Wrap.S with type u…