Jeongbong Seo

Results 10 issues of Jeongbong Seo

This maybe not be a bug, but Postico complains SSL error when connecting to AWS RDS servers even though I registered AWS RDS root CA to my system keychain. Is...

## problem when working along with postcss-logical module, postcss-modules generate wrong class name mapping JSON. postcss-logical is part of postcss-preset-env with stage >= 2 and postcss-preset-env is part of precss....

With `cellDates` read option, xlsx library tries to convert date-type cell to js Date object. However, it does not seem to respect `date1904` property of sheet when constructing js Date...

**Describe the bug** When registry's `tagsortmode` is set `latest-first`, `digest` update strategy does not work. (at least with ECR). `argocd-image-updater` do detect that update is needed. But it updates to...

bug

## Problem When `statement_timeout` is set and plv8 function takes a long time, an exception raises at the subsequent call, not at the actual timeout occurred. ## Reproduce scenario ```sql...

**Describe the bug** To receive error log messages, I created an alert using below query and run it on every minutes as mentioned in #187. ![image](https://user-images.githubusercontent.com/552977/129828078-9b4ce286-9fe9-44b6-9786-b223714ff90a.png) Extraction query: ``` {...

bug

#126 explains that SQL files can be stripped from JAR. (when it builds with depstar.) But it does not work with leiningen. Uberjar with option 'aot all & omit-source' still...

bug

Updated underlying libraries

`M-^` may be the proper alternative keybinding that is bound to `delete-indentation` in Emacs. ``` M-^ runs the command delete-indentation (found in global-map), which is an interactive compiled Lisp function...

Following example in README does not work due to compilation failure. ```clojure (defroute #"/users/(\d+)" [id {:keys [query-params]}] (js/console.log (str "User: " id)) (js/console.log (pr-str query-params))) ``` Compilation bug happens at...