David Wu

Results 69 issues of David Wu

My bot still send msg with link preview with DisableWebPagePreview enabled, so I tried to [add empty attachments](https://github.com/RocketChat/Rocket.Chat/issues/5495#issuecomment-271850876) to avoid link preview, But I cannot found there is a way...

Just like following: add `after` callback to `UserApi` route with namespace and route "user_api/sign_in" ``` add_callback :after, "user_api/sign_in" do |params| do_something end ```

feature request

Get the number of holders of a token and holders list, is it possible?

enhancement

enhancement
help wanted

in your example code: https://github.com/metachris/flashbotsrpc/blob/master/examples/callBundle/main.go it return error with `relay error response: unable to decode txs`

and the `fast` param it deprecated

Like following ``` Car.all({where: {status: 'pending', georadius: {lng: 133.2, lat: 45.6, radius: 10}}}, (err, cars) => { console.log(cars); }) ```

``` const caminte = require('caminte'); const Schema = caminte.Schema; const schema = new Schema('redis', {port: 6379, options: {db: 1}}); const Car = schema.define('Car', { car_id: { type: schema.Integer, limit: 255,...