Stephen Robinson
Stephen Robinson
Could this be something user configurable? I am thinking of the status bar configurations that vim and tmux have. For example perhaps configuration could look like this: ```toml [statusbar] left...
> I find "Info Bar" not a great name, but I don't know if "Status Bar" really fits either. Thoughts? I wrote status bar because that was what I am...
> Would appreciate hearing about any formats that already have Go parsers, or a simple one you could make up. I don't know of any existing go parsers that would...
What do you think about adding ENV variables to be passed to the mimehook (like in normal CGI scripts). An example use case would be a script to detect if...
> I am using Lagrange "mime hooks" here. As Lagrange [defines](https://git.skyjake.fi/skyjake/lagrange/raw/branch/release/res/about/help.gmi): > > > The request's URL is available in the REQUEST_URL environment variable. Aha. That would work fine.
> > Maybe the `?` could open a new tab with the about:help > > Good idea, maybe this is the way to go. Seems the simplest. I say bonus...
I think this is a cool idea, and I have wanted this feature. I think that it would be at least slightly complicated by how Arduino preprocesses the `.ino` file....
I have been experiencing the same issue in a project I am working on. I am adding translations to all the chants, and in most cases they look fine. I...
Some further notes. I hadn't noticed before, but gregorio seems to be aware of the issue because it outputs a warning when rendering: ``` Module gregoriotex Warning: End of a...
I encountered the same issue. After upgrading to 2.1.0 I was getting the 405 errors in my logs whenever I tried to create a recipe. Clearing the site cache seems...