Maxime GUITTET
Maxime GUITTET
Hey ! I just tried to give working solution :) Right now I am busy but in like 2 weeks, I will work again with cloudinary, that will be the...
Perfect ! I will give it a try then, thank you :)
Hey ! I did give a try and... I am close but still not working. I am trying to translate this piece of Java: https://github.com/mapbox/mapbox-android-demo/blob/master/MapboxAndroidDemo/src/main/java/com/mapbox/mapboxandroiddemo/examples/extrusions/PopulationDensityExtrusionActivity.java However, I can't find the...
Hey guys :) So... How do we mock query? is there finally any solution? I am getting stuck on it and really need any workaround ASAP :( I could get...
Same issue.. Any workaround? I've just install Cassandra with brew and tried to connect from official doc with golang.. So I don't see at all right now what can be...
Hey! I've got the same issue.. ``` func (api *api) UpdateStuff(c *gin.Context) { type updateRequest struct { User string `form:"user" binding:"required,oneof=foo bar doe"` UserAgent string `header:"User-Agent" binding:"required"` } var update...
Hey, Will the schema be versioned anytime? Thanks
Hey ! Any updates on it?
Hey :) I already tried to bind a static library but it generates 18k lines of code for APIDefinitions and 25k for StructsAndEnums. At least, it shows that sharpie seems...
Hey there :) I am having the same issue.. Whats weird is that, when I use sql.Open or sqlx.Connect, everything works fine. However, when using OpenDB (passing it a driver),...