حمید ملک محمدی

Results 23 comments of حمید ملک محمدی

r := gin.Default() r.Use(gin.Logger()) r.Use(gin.Recovery()) r.Use(cors.New(cors.Config{ AllowOrigins: []string{"*"}, AllowMethods: []string{"GET", "POST", "PUT"}, AllowHeaders: []string{"Origin", "Content-Length", "Content-Type", "Authorization"}, AllowCredentials: true, //AllowAllOrigins: true, MaxAge: 12 * time.Hour, })) ui := r.Group("/") ui.StaticFS("/",...

hi thanks for your reply I struggled a lot with v3 and after rename pljsons, I couldn't validate all of our codes, it fails on json_value types latest v2 could...

we plan to migrate to v3 later I've found two bugs in v2: in oracle 11g, if we don't fill an string tag and try to get_string, Error dispatch on...

Based on ex1.sql, if we had this: ``` declare obj json; obj2 json; sub json_value; begin obj := json('{"a": true }'); obj.print; --more complex json: obj := json(' { "a":...

Hi We have to sql.DB connections in our api simultanously, one for postgresq using [https://github.com/lib/pq](url) and one for oracle using [https://github.com/sijms/go-ora](url). but unfortunately pq driver reconnects and recovers panic state...

Hi You can set GOOS and GOARCH environment variables and build the project It will give you .exe file Google it!

> do you need actual suppo Hi Sorry for my late response I want to use a package called cloudshell, your commit let me cross compile and build new cloudshell...

Hi we still have the broken pipe problem: stable state: ``` [GIN] 2022/11/30 - 10:46:42 | 200 | 159.599297ms | 127.0.0.1 | GET "/" [GIN] 2022/11/30 - 10:46:42 | 200...

Hi, you can use this fork at #4

Hi, you should apply presentation form before drawing text, two packages does this [1st](https://github.com/AbdullahDiaa/garabic) and [2nd](https://github.com/01walid/goarabic) there is also persian fork for each of them: [garabic](https://github.com/hmmftg/garabic) [goarabic](https://github.com/hmmftg/goarabic) you can use...