Vladimir Yartsev
Vladimir Yartsev
I managed to build `workerd` binary within Docker using the following Dockerfile ``` FROM ubuntu:22.04 RUN apt-get update && apt-get install -y build-essential git clang libc++-dev libc++abi-dev curl gnupg git...
I'm on Heroku, and at the moment I use [parse-rethinkdb-url](https://www.npmjs.com/package/parse-rethinkdb-url) NPM package as a solution: ``` const parseRethinkdbUrl = require('parse-rethinkdb-url') const thinky = require('thinky')(parseRethinkdbUrl(process.env.RETHINKDB_URI)) ``` Probably worth mentioning in docs...
@neumino Thanks, I had the same question, and the solution worked for me :-) It would be great to mention this aspect [in the docs](http://justonepixel.com/thinky/documentation/api/query/#execute) If you point me to...
Noticed a potentially related issue. I suspect there's something to do with the filters. Here's an experiment: I have two handlers ``` @app.on_message(filters.text | filters.photo | filters.caption) async def add_message_handler(client,...
A very wanted feature indeed! 💯 this great app could be used as a general reminder not only by technical users - if only the subscription setup was as easy...
Just tried `make check` on Heroku. Here's the output: https://gist.github.com/vovayartsev/a466aa82320b84f32b13