Tristan-Mihai Radulescu

Results 6 issues of 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 ![image](https://github.com/user-attachments/assets/13421386-bc74-4314-be9a-a6d2ebe0af46) It should be possible to bootstrap a project with Postgres and Redis just by using the init script. Therefore the database driver...

enhancement

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...