ohmree
ohmree
```shell $ babelfish < /etc/profile | source read: Unknown option “-r” Standard input (line 1): ; while read -r install_path ^ (Type 'help read' for related documentation) - (line 12):...
I compiled the Win32a version of pdcurses from [here](https://github.com/Bill-Gray/PDCurses) with WIDE, UTF-8 and DLL all set to Y (only managed to compile it on cloud9 using mingw32-w64, got a .dll...
Even the makefile assumes that it's being used on POSIX, but I'd like to use cmacro with [Raylib](http://www.raylib.com/) on Windows (if I could I'd use Linux but it's not up...
Hi, I'm trying to write some elisp bindings to a rust library and would like to benefit from live reloading. Looking at the workflow shown in [magit-libgit2](https://github.com/ubolonton/magit-libgit2/), I've: - Copied...
Right now it seems like trunk is rather website-focused, since it won't let me build my code without an `index.html` file. Another thing that'd be awesome to see is a...
I'm using Phoenix with a very basic twitch strategy based on the built-in oauth2 strategy, and the defaults for everything else (templates, views, controllers, schemas, etc). Logging in works, but...
I'm using Spacemacs and have tried both it's `c-c++` layer which uses company-clang and [this](https://github.com/nikki93/spacemacs-private/tree/master/irony-mode) private layer which uses irony and so far I could see two differences: * Spacemacs'...
**Describe the bug** I'm using windi with phoenix liveview and vite, with the vite dev server serving on port 3000 and phoenix on port 4000 (phoenix vite integration was achieved...
Given the following example: ```svelte ``` Formatting with strict mode turned off will result in the following output: ```svelte console.log(ev.currentTarget.value)} /> ``` While having it on will result in the...
Hi, from what I see it doesn't seem possible to ignore entire filesystem types similarly to mlocate's `PRUNEFS`. Will this ever be implemented?