Oleh
Oleh
This will benefit browser extensions too. It's common practice to have a few entry points (background worker, popup, a few content scripts are bare minimum) there. To reduce extension's size...
@raspberry-soft thank you for PR. Sadly, I'm not working with RenPy for quite a long time now and can't even remember how achievements worked in RenPy. I'm going to archive...
@suicul кажется, у тебя переменная `name` не определена в нужном месте просто (ее не существует или renpy ее не видит). Попробуй заменить `name` на название ачивки (это имя которое ты...
I'm experiencing same problem. I'm running dramatiq-gevent (1.10.0) inside docker container on DIgitalOcean droplet. ``` CMD ["dramatiq-gevent", "tasks", "-p", "8", "-t", "60", "-v"] ``` After I start container, dramatiq starts...
@tlmn-local did you have any luck with debugging/fixing this?
Meh, I already use rabbitmq
So, I figured this out. I'm feeling kinda dumb, but well, maybe this will be useful to someone who stumbles on this issue in future. I checked kernel logs (/var/log/kern.log...
I just stumbled across this issue while googling same problem for other library. No idea why this is happening, but if you include your lib as file dependency in `package.json`...
Yep, that's works for most cases, but if I understand correctly, using this file I can't change config for plugins, that are already added to config by webextension-toolbox
It does, but you modify options of Babel loader, which are stored as plain object in config. Instead I mean plugins which accept options at instance creating, like this https://github.com/webextension-toolbox/webextension-toolbox/blob/master/src/webpack-config.js#L123