Amit Prakash Ambasta
Amit Prakash Ambasta
The suggested patch breaks the extension on gnome-shell 3.2 with: Failed to evaluate init function. Error invoking bindtext domain at argument 2 Object is not a string, cannot convert to...
[Message Groups](http://activemq.apache.org/message-groups.html) in ActiveMQ exemplify this use case perfectly.
That won't work. Lets say we have 3 consumers C1, C2, C3 and the messages are pushed in the order M1, M2, Mz, M3, ... In this case C1 will...
> It seems Mz depends on M1. When C1 picks up M1, after it's done, it creates Mz. Disque doesn't support job dependencies at this point. No. M1 and Mz...
Hey antirez, Thanks for the response. While I understand the approach you've outlined above, this won't work for a distributed producer or multiple producers. I understand the challenges and limitations...
Definitely can reproduce the issue,. Relevant flags ``` CBUILD="x86_64-pc-linux-gnu" CFLAGS="-march=native -pipe -fno-stack-protector -O3 -fuse-ld=mold" CHOST="x86_64-pc-linux-gnu" CXXFLAGS="-march=native -pipe -fno-stack-protector -O3 -fuse-ld=mold" LDFLAGS="-fuse-ld=mold -Wl,-O1 -Wl,--as-needed" ``` Configure flags ``` GYP_DEFINES="linux_use_gold_flags=0 linux_use_bundled_binutils=0 linux_use_bundled_gold=0"./configure.py...
How would this work if the patchfile patches the dependency Cargo.toml? For example, adding feature flags to dependency that it doesn't expose. In this case, dependency resolution would fail to...
The way I see it, the ordering of pokemons to catch should be proportional to their priority and inversely proportional to the distance. To start with something as simple as,...
Can reproduce this issue on FF-117 as well ``` 171:11.18 mold: fatal: /var/tmp/portage/www-client/firefox-117.0/temp/lto-llvm-715b02.o: REL-type relocation table is not supported for this target ```
Sure, in the process of rebuilding manually (w/o ebuild) to isolate and confirm the issue, Will file one once I have confirmation