Skip to content

Instantly share code, notes, and snippets.

View Aster89's full-sized avatar
🍃
Foglia nel vento...

Enrico Maria De Angelis Aster89

🍃
Foglia nel vento...
View GitHub Profile
@Aster89
Aster89 / log
Created February 17, 2024 16:46
ycmd stderr log
This file has been truncated, but you can view the full file.
2024-02-17 16:44:37,929 - DEBUG - Global extra conf not loaded or no function YcmCorePreload
2024-02-17 16:44:37,948 - INFO - Completion config: 50, detailing -1 candiates
2024-02-17 16:44:37,949 - INFO - Completion config: 50, detailing -1 candiates
2024-02-17 16:44:37,949 - INFO - Completion config: 50, detailing -1 candiates
2024-02-17 16:44:37,949 - INFO - Completion config: 50, detailing -1 candiates
127.0.0.1 - - [17/Feb/2024 16:44:37] "GET /ready HTTP/1.1" 200 4
2024-02-17 16:44:37,955 - INFO - Initializing generic LSP completer with: {'project_root_files': ['stack.yaml', 'package.yaml', 'hie.yaml'], 'name': 'haskell-language-server', 'cmdline': ['haskell-language-server-wrapper', '--lsp'], 'filetypes': ['haskell', 'lhaskell']}
2024-02-17 16:44:37,956 - INFO - Completion config: 50, detailing -1 candiates
127.0.0.1 - - [17/Feb/2024 16:44:37] "GET /signature_help_available?subserver=haskell HTTP/1.1" 200 23
No 'hie.yaml' found. Try to discover the project type!
Run entered for haskell-language-server-wrapper(haskell-language-server-wrapper) Version 2.5.0.0 x86_64 ghc-9.2.8
Current directory: /home/enrico/deleteme/deleteme
Operating system: linux
Arguments: ["--lsp"]
Cradle directory: /home/enrico/deleteme/deleteme
Cradle type: Default
Tool versions found on the $PATH
cabal: 3.10.2.1
2024-02-03 11:24:43,556 - DEBUG - Global extra conf not loaded or no function YcmCorePreload
2024-02-03 11:24:43,575 - INFO - Completion config: 50, detailing -1 candiates
2024-02-03 11:24:43,575 - INFO - Completion config: 50, detailing -1 candiates
2024-02-03 11:24:43,576 - INFO - Completion config: 50, detailing -1 candiates
2024-02-03 11:24:43,576 - INFO - Completion config: 50, detailing -1 candiates
127.0.0.1 - - [03/Feb/2024 11:24:43] "GET /ready HTTP/1.1" 200 4
2024-02-03 11:24:43,590 - INFO - Initializing generic LSP completer with: {'project_root_files': ['stack.yaml', 'cabal.project', 'package.yaml', 'hie.yaml'], 'name': 'haskell-language-server', 'cmdline': ['haskell-language-server-wrapper', '--lsp'], 'filetypes': ['haskell', 'lhaskell']}
2024-02-03 11:24:43,590 - INFO - Completion config: 50, detailing -1 candiates
127.0.0.1 - - [03/Feb/2024 11:24:43] "GET /signature_help_available?subserver=haskell HTTP/1.1" 200 23
2024-02-03 11:24:43,616 - DEBUG - Event name: BufferVisit
@Aster89
Aster89 / log
Created January 16, 2024 06:23
cabal log when installing xmobar
Resolving dependencies...
Build profile: -w ghc-9.4.8 -O1
In order, the following will be built (use -v for more details):
- xmobar-0.14 (exe:xmobar) (requires build)
Starting xmobar-0.14 (all, legacy fallback)
Building xmobar-0.14 (all, legacy fallback)
Failed to build xmobar-0.14.
Build log (
/home/enrico/.cache/cabal/logs/ghc-9.4.8/xmobar-0.14-034f506a7b8967ea736273840250c591ae2e21cc945d1534d7e8aa94b7f5901b.log
@Aster89
Aster89 / journalctl.dump
Created January 1, 2024 19:57
output of journalctl
This file has been truncated, but you can view the full file.
Aug 03 17:39:23 redviper kernel: Linux version 6.4.7-arch1-2 (linux@archlinux) (gcc (GCC) 13.2.1 20230730, GNU ld (GNU Binutils) 2.40.90) #1 SMP PREEMPT_DYNAMIC Mon, 31 Jul 2023 11:41:04 +0000
Aug 03 17:39:23 redviper kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=56194078-c063-48a7-bf73-fe604bdbf866 rw loglevel=3 quiet
Aug 03 17:39:23 redviper kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Aug 03 17:39:23 redviper kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Aug 03 17:39:23 redviper kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Aug 03 17:39:23 redviper kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
Aug 03 17:39:23 redviper kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
Aug 03 17:39:23 redviper kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
Aug 03 17:39:23 redviper kernel: x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64
@Aster89
Aster89 / autoconfig.yml
Created December 7, 2023 08:07
Auto config
# If a config.py file exists, this file is ignored unless it's explicitly loaded
# via config.load_autoconfig(). For more information, see:
# https://github.com/qutebrowser/qutebrowser/blob/main/doc/help/configuring.asciidoc#loading-autoconfigyml
# DO NOT edit this file by hand, qutebrowser will overwrite it.
# Instead, create a config.py - see :help for details.
config_version: 2
settings:
bindings.commands:
global:
@Aster89
Aster89 / config.py
Created December 7, 2023 08:07
Python config
# Autogenerated config.py
# Documentation:
# qute://help/configuring.html
# qute://help/settings.html
# Uncomment this to still load settings configured via autoconfig.yml
config.load_autoconfig()
# Aliases for commands. The keys of the given dictionary are the
# aliases, while the values are the commands they map to.
@Aster89
Aster89 / profile.svg
Created August 27, 2023 12:30
py-spy based profiling result of qutebrowser to investigate iusse #7862
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Aster89
Aster89 / vscode-workspace.json
Created March 22, 2022 12:02
Workspace JSON file used to set up debuggin in VSCode
{
"folders": [
{
"name": "some-name",
"path": "/some/path"
},
{
"name": "src/include",
"path": "/path/to/some/where"
},
2022-03-20 11:40:03,118 - DEBUG - No global extra conf, not calling method YcmCorePreload
2022-03-20 11:40:03,140 - INFO - Completion config: 50, detailing -1 candiates
2022-03-20 11:40:03,140 - INFO - Completion config: 50, detailing -1 candiates
2022-03-20 11:40:03,140 - INFO - Completion config: 50, detailing -1 candiates
2022-03-20 11:40:03,140 - INFO - Completion config: 50, detailing -1 candiates
127.0.0.1 - - [20/Mar/2022 11:40:03] "GET /ready HTTP/1.1" 200 4
2022-03-20 11:40:03,157 - INFO - Completion config: 50, detailing -1 candiates
2022-03-20 11:40:03,157 - DEBUG - Event name: BufferVisit
127.0.0.1 - - [20/Mar/2022 11:40:03] "GET /signature_help_available?subserver=haskell HTTP/1.1" 200 23
127.0.0.1 - - [20/Mar/2022 11:40:03] "POST /event_notification HTTP/1.1" 200 2