Dominic St-Pierre

Results 37 comments of Dominic St-Pierre

Hey @VladPetriv this is great! Those are the available functions for files at the moment: In `internal/persister.go` - the `interface` for all data access functions. ```go // Files / storage...

@VladPetriv > I guess that we need to add this feature because in my experience while using Firebase I have some cases when need to upload a file manually Fair...

@VladPetriv I've fixed the issue for local storage serving. In fact that was the CLI that was doing this before, and now that the CLI uses the same `core` package...

@VladPetriv hmm, this would involve changing the `sb_files` schema though on each "apps" / user databases. It's up to the caller to set the file name. If you look at...

That being said, I'm reviewing the code for the Go API client and the "name" form parameter is not filled, but the library accept a `filename` as parameter. I'll apply...

I've clean that part up, just pushed, if a custom name isn't provided the original filename will be used. From that file key, the last part of that path will...

I will add my personal reason for finding Elchemy interesting. I never was able to like Ruby, and when Elixir popped, I was not able to "like" it as well,...

Hey @szymonnogiec last time you confirmed via Discord that you'd still want to tackle this one. Are you still interested? I'm planning a new release and I'd like that one...

implemented the remaining bulk delete in #79 completing this bulk update/delete feature.

Hey @bashbunni maybe I can help, using a screen reader daily and I'm a Go programmer, so maybe there's a good fit here.