iacore
iacore
I found the reason. Zig detect license gets the levenstein distance of the entire file (1KB). ```zig pub fn detect(alloc: std.mem.Allocator, license_src: []const u8) ![]const u8 { var min: ?usize...
I met this problem while using remark-directive. https://gist.github.com/locriacyber/ed931d711295c994904a91a54dfb5c0f I can never get Svelte to leave `{}` alone. remark-directive syntax: https://github.com/remarkjs/remark-directive#use
> What's the pros/cons of moving the default from ~/zig to ~/.local/share/zig? It's a tradition of the UNIX world. It's considered impolite to mess with one's home directory without notice....
Pharo launcher 2.4 here, issue still not fixed.
The stack track is exactly the same, originated from `/lib/libssl.so`. I use arch linux here, on a computer with amd64 archtechure. ``` > pacman -Qo /lib/libssl.so /usr/lib/libssl.so is owned by...
I made a library for this: https://git.envs.net/iacore/janet-signal. I hard coded the signal numbers, so it may only be used on Linux. This is only a prototype. Not sure how to...
I set it to private. Now it should be visible to all.
Same issue here. `lsusb` show the device, but cannot mount the device with `mtpfs`, `gvfs-mtp` or `aft-mtp-cli`. Most verbose log I found: ``` user@archlinux ~> aft-mtp-cli -v creating device descriptor...
> My hypothesis is the issue appears because the USB is controlled by the Android device (not the PC). USB tethering works (if connecting Android device to sys-net) and that...
I meant `sys-net`, not `sys-usb`. In USB tethering mode, it's still controlled by the Android device. Yet it works (connecting the android device form `sys-usb` to `sys-net`.