Tristan-Mihai Radulescu
Tristan-Mihai Radulescu
In response to issue #77, I have made some improvements to the codebase. Specifically, I have added a new method `ParseCalendarFromUrl(string)` and a new test case that verifies the absence...
I'm working on a project using golang-ical. But the thing is that I need to parse a calendar accessible by a URL. Here is my show-case : ```golang // parse...
I really like this plugin and would love to solve issue #8, so I looked at the code, and it feels a little old. It would be cool to update...
### Tell us about your feature request  It should be possible to bootstrap a project with Postgres and Redis just by using the init script. Therefore the database driver...
Hi, I know that sqlx is in a stable state but I still wanted to know if adding a method `func (db sqlx.DB) NamedGet(dest interface{}, query string, params interface{})` has...
# What has been done ? This PR aims to resolve #4772. I made the gleam.toml parsing less strict by allowing the usage of relative links within the documentation. For...