-
Adding this plugin balloons the deploy size.
Take the built .serverless/*.zip and unpack it
Observe the node_modules/* folder sizes. lodash is the biggest consumer at 5 meg
```
$ npm list -p…
-
### 路由地址
```routes
/hexo/next/:url
```
### 完整路由地址
```fullroutes
/hexo/next/blog.japinli.top
```
### 相关文档
https://docs.rsshub.app/blog.html#hexo
### 预期是什么?
```
This XML fi…
-
One common problem is SQL column names tend to be snake_case and clojure map keywords tend to be kebab-case. Is there a way to automatically change them on the way in and out of sql statements. Pupeno…
simax updated
2 years ago
-
# [MacOS] M1 맥북 도커로 ORACLE DB 실행하기
Intro M1 맥북을 구입 한 이후로 약 1년 반동안, 오라클 데이터베이스를 띄우기 위해 참 많은 노력을 했습니다. 많은 고민과 시도 끝에 결국 오라클 클라우드에 DB를 띄워놓고 사용하는 방법 으로 해결을 해 왔는..
[https://shanepark.tistory.com/400](http…
-
```lisp
SQL/TEST> (pomo:query "SELECT $1;" 1)
(("1"))
```
I put in an integer and received a string.
Is this expected? Are types not preserved across `SELECT` queries?
Related to https://git…
-
Currently they're written to the console, which is spammy, as generally you do not need them and they're not changing. I would like to be able to inspect them on-demand though, without needing to fidd…
-
Unnamed parameters (*?*) should be supported as well. Yesql exposes an extra varargs argument to the generated repositories which are getting applied in order
-
Hey,
Than you for your package!
Minor thing here... was just tinkering about and figured that if I have a empty line after the :keyword atom in the .sql file. And then transfer the whole think …
-
Hey, as already "commited" and messed around in the other issue. I wanted to ask if you would support customizable drivers.
Usecase:
I use your library with a patched Mssqlex for SAP-Hana and woul…
-
I'm trying to use a rom-yesql relation with a rom repository. However, I get an error when I try to call `.to_a` on the relation from within the repository.
The error is thrown from [within rom-rep…