Mario Camou
Mario Camou
I am using Doom Emacs with `rustic` instead of `rust-mode`. `evcxr-minor-mode` is hardcoded to use e.g. `rust-mode-map`, which results in `Symbol’s value as variable is void: rust-mode-map` when trying to...
All DynamoDB get operations (get, query, scan, etc...) return Item objects. While the AWS API returns a Map, the Item object turns it into a simple Seq(name, AttributeValue). That means...
I am running on Ubuntu 20.04. I start up google-drive-ocamlfuse with a script that gets executed when I log in to KDE. I have noticed delays during shutdown, with systemd...
**Describe the bug** When I open the odrive Preferences screen, it is completely blank. If I start odrive from the command line I get the following errors over and over...
If I have the point at the message just below a collapsed thread and I do an action (say press `d` for Delete) the action applies to one of the...
I've installed mu4e-thread-folding on Doom Emacs and it does not work. Doom is installing mu4e 1.4.15. I've tried e.g. `M-x mu4e-headers-fold-all` and `mu4e-headers-fold-at-point` and nothing happens.
If I have a Scala object, I expect that there will be only a single instance of it. However, when deserializing an object twice I get different objects: ``` scala...
As part of debugging the DEDIS connectivity issues (see [this Slack thread](https://drandworkspace.slack.com/archives/C017YC40YAU/p1659008444491649)), we found the following: * `pl2-rpc.testnet` can connect to the `drand.dedis.ch:4443` with no problem * `pl1-rpc.testnet` cannot connect...
We would like the LoE to be able to access the Ceremony Dashboard. One idea is to create a Grafana Cloud user for them and share the user/password with them....
**Describe the bug** The modeline indicator shown with `(setq slack-enable-global-mode-string t)` goes red any time that there are unread messages, regardless of whether the channel is in `subscribed-channels` or not....