It's likely a private/internal project, so you need to log in to prove you are allowed access. The same thing happens for one of my personal private projects.
Edit: After logging in, the URL you posted 404's.
It's likely a private/internal project, so you need to log in to prove you are allowed access. The same thing happens for one of my personal private projects.
Edit: After logging in, the URL you posted 404's.
Mine looks like this:

So it should be possible, at least for the parameters.
For reference, here's my active LSP config (from
:LspInfo):
- clangd (id: 3)
- Version: clangd version 20.1.8 (https://github.com/llvm/llvm-project 87f0227cb60147a26a1eeb4fb06e3b505e9c7261) linux+grpc x86_64-unknown-linux-gnu
- Root directory: ~/repos/traffic-generator
- Command: { "clangd", "--clang-tidy", "--enable-config", "--compile-commands-dir=build" }
- Settings: {}
- Attached buffers: 134
And my
.clangd:
***
Diagnostics:
UnusedIncludes: Strict
MissingIncludes: Strict
ClangTidy:
FastCheckFilter: None
Add:
- bugprone-*
- cert-*
- clang-analyzer-*
- clang-diagnostic-*
- concurrency-*
- misc-*
- modernize-*
- performance-*
- portability-*
- readability-*
Remove:
# - readability-redundant-member-init
- bugprone-easily-swappable-parameters
- readability-identifier-length
# - readability-function-cognitive-complexity
CompileFlags:
Add: [-xc]
Remove: [-fanalyzer]
Completion:
AllScopes: true
InlayHints:
Enabled: No
SemanticTokens:
DisabledKinds: []
DisabledModifiers: []
...
I had an idea of trying to use fstab to make it mount the same way as any other drive, which lead me to this page:
https://github.com/astrada/google-drive-ocamlfuse/wiki/Automounting#mount-using-fstab
Hopefully you can find some clues in there.
100 % agree. I don't mind developers asking for donations, but this seemed too intrusive. Especially with the 20-second timeout to dismiss it. The developer also seemed to have a bit of an attitude in their response.
Oh awesome, thanks for sharing!
I think the name initially referred to WINdows Emulator and was later changed, though I can't find a good source for it. I wonder why they insist on not calling it an emulator.
Don't you mean du?
So I guess vim is also an IDE then? My setup can do all of that.
Ooh, neat. There's also puepy, which was linked further down in this thread. It's really cool to see more WASM projects pop up.
Somebody should write a python to javascript transpiler for the web...
(please don't actually do that)
Though I assume performance can still vary by host kernel, right?