Alexander Marchenko
Alexander Marchenko
Hi @sam0x17 Arguments should to be accessible via `ARGV` const
Also I propose to you use ENV to define arguments like in rails. i.e. `SOMEARG=123 cake :task_readinv_env` This way is much better cuz it gives to user ability to chain...
Hi, Thank you for interest to cake. I’ll investigate the issue. Might be a bug ср, 20 мая 2020 г. в 2:04, Sam Johnson : > ARGV comes up empty...
Hi, The namespaces aren’t implemented. Feel free to create pull request if you are insterested in this feature ср, 20 мая 2020 г. в 1:47, Sam Johnson : > The...
@wfidditch cut each letter in image to separate image, then determine each separate letter and combine back to word
Implemented proxy support in my fork https://github.com/axvm/rails-reverse-proxy How to use: ```Ruby reverse_proxy 'https://google.com', headers: { Host: 'google.com' }, proxy: { host: '127.0.0.1', port: 8888 } do # implement here your...
@Ni55aN hi I found link to this repo in rete documentation [here](https://rete.readthedocs.io/en/latest/Plugins/#task) If you not planning to maintain this repo, i think it would be nice to mark repository as...