Vu Ngoc Quang
Vu Ngoc Quang
Current `sorts=`: https://github.com/activerecord-hackery/ransack/blob/6bcfcc12c5e0f78b014afe47ad9de09ed5745272/lib/ransack/search.rb#L54:L76 This allow very confusing codes such as: ``` users = User.ransack() users.sorts = 'id asc' users.sorts = 'name asc' puts users.sorts.length # 2 ``` In [wiki](https://github.com/activerecord-hackery/ransack/wiki/Sorting-in-the-Controller) as...
Hi, I'm trying to decode transaction data with cosmjs and find out that I need to use `Registry.decode` from https://github.com/cosmos/cosmjs/blob/main/packages/cosmwasm-stargate/src/signingcosmwasmclient.ts#L158 Should function `createDefaultRegistry` be exported so it can be use...
There are many colorschemes which don't correctly set their name in `g:colors_name`. This makes vim cannot reload those colorschemes correctly. I set `g:colors_name` in files without one, rename some to...
Asking ctags to read from hidden files or directories fails: ``` ctags --options=/home/peara/.vim ctags: cannot open option directory "/home/peara/.vim" : Permission denied ``` I speculate that a similar failure will...
Build command: ``` docker build -f docker/Dockerfile.dev -t auranw/local-aurad:latest-alpine . ``` Image pushed to DockerHub. https://hub.docker.com/layers/auranw/local-aurad/latest-alpine/images/sha256:806b44cc3b65cdd00308add27aab06c0b9697556809a066e0c4f60f18a772d2a
### Summary Allow to use state override when query to `eth_call` endpoint. ### Issue Definition State Override is currently not implemented in Evmos. This is an important feature is presented...
**Is your feature request related to a problem? Please describe.** When using OpenAI models, I still want to use local embedding instead of OpenAI's one. Since models for OpenAI's embedding...