Results 11 issues of Emilio Moretti

The error log is extensive, but it simply complains about _BV being out of scope. This can be reproduced by compiling Marling on branch bugfix-2.0.x (I haven't tried the 1.1...

I'm trying to import Tock OS into eclipse, and I keep getting an error when I open a rust file. > LSP (org.eclipse.corrosion.RLS) > Error reading manifest path: Error message...

This is a suggestion. The completion assist is shown even inside of the comment sections. Reproduce steps: 1. Add a comment (// or /**/. it doesn't matter) 2. Write some...

upstream-rls

I tried to compile this for the first time, and the code from this commit gave me some trouble: https://github.com/tomlooman/EpicSurvivalGameSeries/commit/e8193337becc15bdba6213ac959b5b4e47b2fda8 > ProcessResult.StdOut: Performing 2 actions (16 in parallel) > ProcessResult.StdOut:...

user_can_access_owned_objects_only setting is set to True, and it works OK generally, however I found that even though the user can't access other objects, the admin still references not owned objects...

**Que sistema operativo usas ? // What operating system and version?** Ubuntu 20.04 **Que hiciste para que ocurriera? // What did you do?** Descargué el release directo desde la página:...

I can select text, right click and use the neovim mouse menu to copy it (yes, in neovim, not part of the terminal emulator). BUT for some reason using Y...

### Bug Description: The extension asks about installing missing rust components (I assume rust-analyzer, which does NOT show up in the extensions and it can't be found either), then the...

vscode

### Description Add ESP8266 support for the Octopus PRO board. I tested it on the H723 version. From what I could see in the BTT store, only the ESP-07S is...

Needs: Work
Needs: Discussion
C: Peripherals

The following client_id and client_secret are ignored ``` google_bp = make_google_blueprint( scope=["profile", "email"], client_id=settings.ADMIN_GOOGLE_OAUTH_CLIENT_ID, client_secret=settings.ADMIN_GOOGLE_OAUTH_CLIENT_SECRET, ) ``` The application is automatically using these other variables (note the missing ADMIN_ prefix)...