This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ nix-store -l /nix/store/ilcg0dz9bx2rwqk16bdychg3ybr4g5ha-avr-libc-2.1.0.drv | |
@nix { "action": "setPhase", "phase": "unpackPhase" } | |
unpacking sources | |
unpacking source archive /nix/store/5spxikf096jlhbngq9h8j7ckdxfwr0zp-avr-libc-2.1.0.t> | |
source root is avr-libc-2.1.0 | |
setting SOURCE_DATE_EPOCH to timestamp 1643411060 of file avr-libc-2.1.0/avr-libc.spec | |
@nix { "action": "setPhase", "phase": "patchPhase" } | |
patching sources | |
@nix { "action": "setPhase", "phase": "configurePhase" } | |
configuring |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vim.treesitter.query.get_query() is deprecated, use vim.treesitter.query.get() instead. :help deprecated | |
This feature will be removed in Nvim version 0.10 | |
stack traceback: | |
/usr/share/nvim/runtime/lua/vim/treesitter/query.lua:200: in function 'get_query' | |
...cker/start/nvim-treesitter/lua/nvim-treesitter/query.lua:108: in function 'get_query' | |
...cker/start/nvim-treesitter/lua/nvim-treesitter/query.lua:201: in function 'prepare_query' | |
...cker/start/nvim-treesitter/lua/nvim-treesitter/query.lua:397: in function 'iter_group_results' | |
...cker/start/nvim-treesitter/lua/nvim-treesitter/query.lua:320: in function 'get_capture_matches' | |
...cker/start/nvim-treesitter/lua/nvim-treesitter/query.lua:445: in function 'fn' | |
/usr/share/nvim/runtime/lua/vim/treesitter/languagetree.lua:324: in function 'for_each_tree' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
begin-base64 644 - | |
f0VMRgEBAQAAAAAAAAAAAAEAUwABAAAAAAAAAAAAAABIAgAAAgAAADQAAAAA | |
ACgAAwACABEkhLcUvoH/8NCF4ICTgQCC4ICTwACI4YCTwQCG4ICTwgCA4YCT | |
xACO4MnQJZqG4CDjPO+R4DCThQAgk4QAlruwm/7PHZqolYFQqffMJN0kiCSD | |
lLXgqy6h4Zou8+C/LqLQgTRh9J/QCC+v0AI4EfABOBH0hOABwIPgjdCJwII0 | |
EfSE4QPAhTQZ9IXgptCAwIU1efSI0Ogu/ySF0AgvEOAQLwAnDikfKQAPER+O | |
0GgBb8CGNSH0hOCQ0IDg3s+ENgnwQMBw0G/QCC9t0IDgyBaA59gGGPT2Abe+ | |
6JXA4NHgYtCJkwwX4ffw4M8W8OffBhjw9gG3vuiVaNAHtgD8/c+mAaDgseAs | |
kTDgEZaMkRGXkOCYL4gngiuTKxKW+gEMAYe+6JURJE5fX0/x4KA4vwdR9/YB | |
p77olQe2APz9z5e+6JUmwIQ3sfQu0C3Q+C4r0DzQ9gHvLI8BD18fT4SRG9Dq |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#0 wlr_surface_is_xdg_surface (surface=surface@entry=0x0) at /home/lund/.cache/debuginfod_client/373190f20c23d64e0de63f0806b36a0c8a8b07b9/source##usr##src##debug##build##..##wlroots-0.15.1##types##xdg_shell##wlr_xdg_surface.c:10 | |
#1 0x000055d8453b80e2 in view_from_wlr_surface (wlr_surface=<optimized out>) at /home/lund/.cache/debuginfod_client/3c619f22752ec0634fdfae3e4c297cd809c336a9/source##usr##src##debug##build##..##sway-1.7##sway##tree##view.c:1162 | |
#2 0x000055d84537d104 in sway_idle_inhibit_v1_is_active (inhibitor=0x55d847f28820) at /home/lund/.cache/debuginfod_client/3c619f22752ec0634fdfae3e4c297cd809c336a9/source##usr##src##debug##build##..##sway-1.7##sway##desktop##idle_inhibit_v1.c:109 | |
#3 0x000055d84537d25d in sway_idle_inhibit_v1_check_active (manager=0x55d8478272c0) at /home/lund/.cache/debuginfod_client/3c619f22752ec0634fdfae3e4c297cd809c336a9/source##usr##src##debug##build##..##sway-1.7##sway##desktop##idle_inhibit_v1.c:138 | |
#4 destroy_inhibitor (inhibitor=0x55d847a0b120) at /home/lund/.cache/d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/copy.c b/copy.c | |
index 187c873cc..514d62c3b 100644 | |
--- a/copy.c | |
+++ b/copy.c | |
@@ -490,7 +490,7 @@ int mutt_copy_header(FILE *fp_in, struct Email *e, FILE *fp_out, | |
fprintf(fp_out, "Lines: %d\n", e->lines); | |
} | |
- const bool c_weed = cs_subset_bool(NeoMutt->sub, "weed"); | |
+ const bool c_weed = chflags & CH_WEED; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ins] In [1]: import sympy | |
[ins] In [2]: x=sympy.Function('x') | |
...: t=sympy.Function('t') | |
...: s=sympy.Symbol('s',real=True) | |
...: de_system=(sympy.Eq(x(s).diff(s),t(s).diff(s)), sympy.Eq(t(s).diff(s),1)) | |
...: sympy.dsolve(de_system,funcs=(x,t),t=s,ics={x(0):1,t(0):0}) | |
--------------------------------------------------------------------------- | |
NotAlgebraic Traceback (most recent call last) | |
Input In [2], in <cell line: 5>() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Core was generated by `/opt/zoom/zoom '. | |
Program terminated with signal SIGSEGV, Segmentation fault. | |
#0 0x00007f4b00c9ff59 in wl_proxy_marshal () from /usr/lib/libwayland-client.so.0 | |
[Current thread is 1 (Thread 0x7f4a662fd640 (LWP 441811))] | |
(gdb) bt | |
#0 0x00007f4b00c9ff59 in wl_proxy_marshal () from /usr/lib/libwayland-client.so.0 | |
#1 0x00007f4afb665590 in QtWaylandClient::QWaylandAbstractDecoration::contentImage() () | |
from /opt/zoom/libQt5WaylandClient.so.5 | |
#2 0x00007f4ad64088ea in QtWaylandClient::QWaylandGLContext::swapBuffers(QPlatformSurface*) | |
() from /opt/zoom/wayland-graphics-integration-client/libqt-plugin-wayland-egl.so |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# All Colours | |
# Simple Colours | |
color attachment color1 color0 # XXXXXX | |
color error bold color1 color0 # XXXXXX | |
color hdrdefault color4 color0 # XXXXXX | |
color indicator color0 color1 # XXXXXX | |
color markers color1 color0 # XXXXXX | |
color message bold color1 color0 # XXXXXX | |
color normal color7 color0 # XXXXXX |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# All Colours | |
# Simple Colours | |
color attachment color1 color0 # XXXXXX | |
color error bold color1 color0 # XXXXXX | |
color hdrdefault color248 color0 # XXXXXX | |
color indicator color0 color1 # XXXXXX | |
color markers color1 color0 # XXXXXX | |
color message bold color1 color0 # XXXXXX | |
color normal color7 color0 # XXXXXX |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# All Colours | |
# Simple Colours | |
color attachment color1 color0 # XXXXXX | |
color error bold color1 color0 # XXXXXX | |
color hdrdefault color248 color0 # XXXXXX | |
color indicator color0 color1 # XXXXXX | |
color markers color1 color0 # XXXXXX | |
color message bold color1 color0 # XXXXXX | |
color normal color7 color0 # XXXXXX |
NewerOlder