issue Archive

ปัญหา Robot Framework + Selenium 4.10

สำหรับใครที่ upgrade หรือ install Robot Framework + Selenium Libraryแล้วอาจจะเจอปัญหาหรือ error นี้ TypeError: WebDriver.__init__() got an unexpected keyword argument ‘service_log_path’ ซึ่งมี issue ใน SeleniumLibrary #

Read More…

Flutter :: ปัญหา Unable to find bundled Java version

ปัญหาที่เจอหลังติดตั้ง Flutter ไปคือ“Unable to find bundled Java version”สำหรับการตรวจสอบผ่าน flutter doctorโดย software ที่ใช้งานประกอบไปด้วย MacOS Ventuta 13 Android Studio 2022.1 Flutter 3.7.5 เลยลองหาวิธีแก้ไขดูหน่อย

Read More…

ว่าด้วยเรื่องของการเก็บรูปลง Database

จากกลุ่มสมาคม programmer นั้น มีคำถามเกี่ยวกับการเก็บข้อมูลรูปว่าทำอย่างไรดี โดยทางเลือกที่แนะนำกันมา ประกอบไปด้วย ทำการ encode ข้อมูลรูปก่อน จากนั้นค่อยเก็บ เก็บเป็น binary ลง database เช่น BLOB (Binary Large OBject) เก็บรูปลง disk แล้วเก็บเฉพาะ path และชื่อรูปลง database ใช้งาน CDN (Content Delivery Network)

Read More…

การแก้ไขปัญหา Dashboard UI ใน kubernetes 1.24

วันนี้ทำการติดตั้ง Kubernetes 1.24 กับ Dashboard UIแต่ก็เจอปัญหาเรื่องของ token ที่ใช้ในการเข้าใช้งาน UIเนื่องจากทำตามเอกสาร Creating sample user แล้วไม่ได้

Read More…

ปัญหาใน Go 1.18 :: syscall_darwin.1_13.go:25:3: //go:linkname must refer to declared function or variable

วันนี้ลอง build ระบบงานที่พัฒนาด้วยภาษา Go โดยทำการ upgrade เป็น version 1.18 บน MacOSผลปรากฎว่า เจอ error ดังนี้

Read More…

GitHub :: template สำหรับการสร้าง issue (beta version)

GitHub เพิ่งเปิดให้ public repository ใช้งาน template สำหรับการสร้าง issue ได้แล้วนั่นทำให้เราสามารถกำหนด template ในรูปแบบของ Markdownให้ใช้งานง่ายขึ้น รวมทั้งสามารถ custom ตามที่ต้องการได้ยกตัวอย่างเช่นการ custom form ของ issue ดังนี้

Read More…

จดบันทึกปัญหาที่เจอจากการพัฒนาระบบ Web ด้วย Flutter 2.0

เนื่องจากมีโอกาสนำ Flutter 2.0 มาพัฒนาระบบ web applicationซึ่งก่อนหน้านี้ใช้พัฒนาแต่ Mobile app เท่านั้นใน Flutter 2.0 นั้นเพิ่ม web application เข้ามาด้วยแต่เมื่อนำมาใช้พัฒนาระบบงานจริง ๆก็เจอปัญหาหรือ issue ต่าง ๆ ขึ้นมาจึงจดบันทึกไว้นิดหน่อย

Read More…