Matt Mc
Matt Mc
In the past couple days I've had to deal with some utf8 content, and discovered that Lua has no native support for utf8. Many of the most popular/commonly recommended solutions...
I noted that `require()` is relative to Algernon's root run location, even when the currently active Lua file is somewhere else, such as a `data.lua` or `index.lua` in `my/webapp/path/`. Because...
I just ran into a scenario where I want a Lua handler, but I don't want to put it in the server conf. For example, I have an app that...
This PR adds a `WithClock()` option, which uses [mixer/clock](https://github.com/mixer/clock) to simulate the passage of time. Tests can be written to, for example, [verify the behavior of a given schedule](https://github.com/tooolbox/cron/blob/0ef26ab6babdcb0da403d1d4da95fdb371ec6f66/cron_test.go#L676). This...
- [ ] GopherLua is a Lua5.1 implementation. You should be familiar with Lua programming language. Have you read [Lua 5.1 reference manual](http://www.lua.org/manual/5.1/) carefully? - [x] GopherLua is a Lua5.1...
Web dashboard for Dalga. Closes #22  - [x] When you run Dalga locally, you can visit the dashboard at http://localhost:34006 - [x]...
It might be cool to have a GUI dashboard for Dalga. If I get around to this personally, I'd be interested to try out some tech like [alpinejs](https://github.com/alpinejs/alpine), [htmx](https://htmx.org/), [tailwindcss](https://tailwindcss.com/),...
Windows
This seems like pretty much exactly what I need: highly configurable, super-lightweight alerting system written in Go. Do you know how much effort it would take to get this thing...
### Is your feature request related to a problem? Please describe. I am using the [Go Firebase Admin SDK](https://github.com/firebase/firebase-admin-go) in my service. Up until now it has mainly been used...
Two suggestions: 1. Use one of the (many, many) binary packing tools to include the assets in the binary. 2. Move `main.go` to the root directory so that you can...